Searched defs:is_type (Results 1 – 12 of 12) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/ |
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
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | basic_block.h | 71 bool is_type(BlockType type) const { in is_type() function
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | basic_block.h | 71 bool is_type(BlockType type) const { in is_type() function
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
D | item_kind.rs | 98 pub fn is_type(&self) -> bool { in is_type() method
|
D | context.rs | 676 let is_type = item.kind().is_type(); in add_item() localVariable
|
/third_party/spirv-tools/source/val/ |
D | basic_block.h | 94 bool is_type(BlockType type) const { in is_type() function
|
/third_party/skia/third_party/externals/tint/src/ |
D | castable.h | 159 bool is_type = upcast || nocast || in Is() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | string_view_test.cc | 295 struct is_type { struct 297 static bool same(U) { in same() 300 static bool same(T) { return true; } in same()
|
/third_party/skia/tests/ |
D | JSONTest.cpp | 151 bool is_type) { in check_primitive()
|
/third_party/selinux/libsepol/src/ |
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() 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() 809 static int cil_print_attr_strs(int indent, struct policydb *pdb, int is_type, void *set, char *attr… in cil_print_attr_strs() 913 static char *search_attr_list(struct list *attr_list, int is_type, void *set) in search_attr_list() 952 static int set_to_names(struct policydb *pdb, int is_type, void *set, struct list *attr_list, char … in set_to_names()
|
/third_party/python/Lib/unittest/ |
D | mock.py | 2757 def _must_skip(spec, entry, is_type): argument
|
/third_party/libabigail/src/ |
D | abg-ir.cc | 9922 is_type(const type_or_decl_base& tod) in is_type() function 9935 is_type(const type_or_decl_base* t) in is_type() function 9950 is_type(const type_or_decl_base_sptr& tod) in is_type() function
|