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/flutter/skia/third_party/externals/spirv-tools/source/val/ |
D | basic_block.h | 69 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/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/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/tint/src/ |
D | castable.h | 159 bool is_type = upcast || nocast || in Is() local
|
/third_party/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/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/flutter/skia/tests/ |
D | JSONTest.cpp | 151 bool is_type) { in check_primitive()
|
/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 745 static char *get_new_attr_name(struct policydb *pdb, int is_type) in get_new_attr_name() 779 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() 807 static int cil_print_attr_strs(int indent, struct policydb *pdb, int is_type, void *set, char *attr… in cil_print_attr_strs() 911 static char *search_attr_list(struct list *attr_list, int is_type, void *set) in search_attr_list() 950 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
|