/third_party/ltp/tools/sparse/sparse-src/validation/expand/ |
H A D | builtin_constant_inline0.c | 1 static inline int is_const(long size) in is_const() function
|
/third_party/node/deps/v8/src/torque/ |
H A D | type-oracle.cc | 84 MatchReferenceGeneric( const Type* reference_type, bool* is_const) MatchReferenceGeneric() argument
|
H A D | type-oracle.h | 84 static GenericType* GetReferenceGeneric(bool is_const) { in GetReferenceGeneric() argument 121 GetReferenceType(const Type* referenced_type, bool is_const) GetReferenceType() argument
|
H A D | implementation-visitor.h | 99 bool is_const; in IsConst() local
|
H A D | torque-parser.cc | 1306 auto is_const = child_results->NextAs<bool>(); in MakeReferenceTypeExpression() local
|
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | variable.h | 142 const bool is_const; member in tint::ast::Variable
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | var.rs | 68 pub fn is_const(&self) -> bool { in is_const() functions [all...] |
H A D | ty.rs | 188 pub fn is_const(&self) -> bool { in is_const() functions [all...] |
H A D | comp.rs | 130 pub fn is_const(&self) -> bool { in is_const() functions
|
/third_party/libabigail/src/ |
H A D | abg-hash.cc | 415 is_const = get_member_function_is_const(t); in operator ()() local
|
H A D | abg-writer.cc | 1793 write_cdtor_const_static(bool is_ctor, bool is_dtor, bool is_const, bool is_static, ostream& o) write_cdtor_const_static() argument
|
H A D | abg-reader.cc | 4953 bool is_ctor = false, is_dtor = false, is_const = false; in build_class_decl() local 2575 read_cdtor_const(xmlNodePtr node, bool& is_constructor, bool& is_destructor, bool& is_const) read_cdtor_const() argument 4991 bool is_ctor = false, is_dtor = false, is_const = false; build_class_decl() local 5306 bool is_ctor = false, is_dtor = false, is_const = false; build_union_decl() local 5338 bool is_ctor = false, is_dtor = false, is_const = false; build_union_decl() local [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_constants.cpp | 171 bool is_const; in ValidateConstantComposite() local
|
H A D | validate_interfaces.cpp | 145 bool is_const = false; in NumConsumedLocations() local 337 bool is_const = false; in GetLocationsForVariable() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_constants.cpp | 171 bool is_const; in ValidateConstantComposite() local
|
H A D | validate_interfaces.cpp | 145 bool is_const = false; in NumConsumedLocations() local 337 bool is_const = false; in GetLocationsForVariable() local
|
/third_party/spirv-tools/source/val/ |
H A D | validate_constants.cpp | 170 bool is_const; in ValidateConstantComposite() local
|
H A D | validate_interfaces.cpp | 148 bool is_const = false; in NumConsumedLocations() local 372 bool is_const = false; in GetLocationsForVariable() local
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-assembler.h | 133 bool is_const() const { return loc_ == kIntConst; } in is_const() function in v8::internal::wasm::LiftoffAssembler::VarState
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_asm.c | 505 static int is_const(int sel) in is_const() function
|
/third_party/rust/crates/bindgen/bindgen/ |
H A D | clang.rs | 1168 pub fn is_const(&self) -> bool { in is_const() functions
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | parser_impl.cc | 1599 MakeVariable(uint32_t id, ast::StorageClass sc, const Type* storage_type, bool is_const, const ast::Expression* constructor, ast::DecorationList decorations) MakeVariable() argument
|
/third_party/libabigail/include/ |
H A D | abg-ir.h | 4521 is_const() const in is_const() function in abigail::ir::mem_fn_context_rel 4529 is_const(bool f) in is_const() function in abigail::ir::mem_fn_context_rel 4435 mem_fn_context_rel(scope_decl* s, bool is_constructor, bool is_destructor, bool is_const, bool is_virtual, size_t vtable_offset_in_bits, access_specifier access, bool is_static) mem_fn_context_rel() argument 4566 member_function_template(function_tdecl_sptr f, access_specifier access, bool is_static, bool is_constructor, bool is_const) member_function_template() argument 4580 is_const() const is_const() function in abigail::ir::member_function_template [all...] |
/third_party/rust/crates/bindgen/bindgen/codegen/ |
H A D | mod.rs | 2653 fn is_const(&self) -> bool { in is_const() functions [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_ir.h | 494 bool is_const() { return kind == VLK_CONST || kind == VLK_UNDEF; } in is_const() function in r600_sb::value
|