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/
H A Dautotype.c2 #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 Ditem_kind.rs98 pub fn is_type(&self) -> bool { in is_type() functions
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dbasic_block.h71 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 Dbasic_block.h71 bool is_type(BlockType type) const { in is_type() function in spvtools::val::BasicBlock
/third_party/skia/third_party/externals/tint/src/
H A Dcastable.h159 bool is_type = upcast || nocast || in Is() local
/third_party/skia/tests/
H A DJSONTest.cpp150 check_primitive(skiatest::Reporter* reporter, const Value& v, T pv, bool is_type) check_primitive() argument
/third_party/spirv-tools/source/val/
H A Dbasic_block.h94 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 Dstring_view_test.cc295 struct is_type { struct
/kernel/linux/linux-5.10/kernel/
H A Dresource.c551 bool is_type = (((p->flags & flags) == flags) && in region_intersects() local
/kernel/linux/linux-6.6/kernel/
H A Dresource.c504 bool is_type = (((p->flags & flags) == flags) && in __region_intersects() local
/third_party/selinux/libsepol/src/
H A 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() 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 Dabg-ir.cc9922 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...]

Completed in 31 milliseconds