Home
last modified time | relevance | path

Searched defs:is_type (Results 1 – 12 of 12) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/
Dautotype.c2 #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/
Dbasic_block.h71 bool is_type(BlockType type) const { in is_type() function
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dbasic_block.h71 bool is_type(BlockType type) const { in is_type() function
/third_party/rust/crates/bindgen/bindgen/ir/
Ditem_kind.rs98 pub fn is_type(&self) -> bool { in is_type() method
Dcontext.rs676 let is_type = item.kind().is_type(); in add_item() localVariable
/third_party/spirv-tools/source/val/
Dbasic_block.h94 bool is_type(BlockType type) const { in is_type() function
/third_party/skia/third_party/externals/tint/src/
Dcastable.h159 bool is_type = upcast || nocast || in Is() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstring_view_test.cc295 struct is_type { struct
297 static bool same(U) { in same()
300 static bool same(T) { return true; } in same()
/third_party/skia/tests/
DJSONTest.cpp151 bool is_type) { in check_primitive()
/third_party/selinux/libsepol/src/
Dmodule_to_cil.c184 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/
Dmock.py2757 def _must_skip(spec, entry, is_type): argument
/third_party/libabigail/src/
Dabg-ir.cc9922 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