/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | autotype.c | 2 #define is_type(X, T) _Static_assert([typeof(X)] == [T], "") macro 4 #define is_type(X, T) _Static_assert(1, "") macro [all...] |
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | item_kind.rs | 98 pub fn is_type(&self) -> bool { in is_type() functions
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | basic_block.h | 71 bool is_type(BlockType type) const { in is_type() function in spvtools::val::BasicBlock
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | basic_block.h | 71 bool is_type(BlockType type) const { in is_type() function in spvtools::val::BasicBlock
|
/third_party/skia/third_party/externals/tint/src/ |
H A D | castable.h | 159 bool is_type = upcast || nocast || in Is() local
|
/third_party/skia/tests/ |
H A D | JSONTest.cpp | 150 check_primitive(skiatest::Reporter* reporter, const Value& v, T pv, bool is_type) check_primitive() argument
|
/third_party/spirv-tools/source/val/ |
H A D | basic_block.h | 94 bool is_type(BlockType type) const { in is_type() function in spvtools::val::BasicBlock
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | string_view_test.cc | 295 struct is_type { struct
|
/kernel/linux/linux-5.10/kernel/ |
H A D | resource.c | 551 bool is_type = (((p->flags & flags) == flags) && in region_intersects() local
|
/kernel/linux/linux-6.6/kernel/ |
H A D | resource.c | 504 bool is_type = (((p->flags & flags) == flags) && in __region_intersects() local
|
/third_party/selinux/libsepol/src/ |
H A D | module_to_cil.c | 184 int is_type; member 747 static char *get_new_attr_name(struct policydb *pdb, int is_type) in get_new_attr_name() argument 781 static int cil_add_attr_to_list(struct list *attr_list, char *attr_name, int is_type, void *set) in cil_add_attr_to_list() argument 809 static int cil_print_attr_strs(int indent, struct policydb *pdb, int is_type, void *set, char *attr_name) in cil_print_attr_strs() argument 913 static char *search_attr_list(struct list *attr_list, int is_type, voi argument 952 set_to_names(struct policydb *pdb, int is_type, void *set, struct list *attr_list, char ***names, unsigned int *num_names) set_to_names() argument [all...] |
/third_party/libabigail/src/ |
H A D | abg-ir.cc | 9922 is_type(const type_or_decl_base& tod) is_type() function 9935 is_type(const type_or_decl_base* t) is_type() function 9950 is_type(const type_or_decl_base_sptr& tod) is_type() function [all...] |