Home
last modified time | relevance | path

Searched defs:is_const (Results 1 – 25 of 44) sorted by relevance

12

/external/boringssl/src/include/openssl/
Dstack.h261 #define BORINGSSL_DEFINE_STACK_TRAITS(name, type, is_const) \ argument
276 #define BORINGSSL_DEFINE_STACK_TRAITS(name, type, is_const) argument
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dstack.h261 #define BORINGSSL_DEFINE_STACK_TRAITS(name, type, is_const) \ argument
276 #define BORINGSSL_DEFINE_STACK_TRAITS(name, type, is_const) argument
/external/rust/crates/bindgen/src/ir/
Dvar.rs47 is_const: bool, field
70 pub fn is_const(&self) -> bool { in is_const() method
310 let is_const = ty.is_const() || in parse() localVariable
Dlayout.rs104 let is_const = ty.is_const(); in from_clang_ty() localVariable
Dty.rs35 is_const: bool, field
214 pub fn is_const(&self) -> bool { in is_const() method
1212 let is_const = ty.is_const() || in from_clang_ty() localVariable
Dcomp.rs85 is_const: bool, field
132 pub fn is_const(&self) -> bool { in is_const() method
1483 let is_const = cur.method_is_const(); in from_ty() localVariable
Dfunction.rs455 let is_const = is_method && cursor.method_is_const(); in from_ty() localVariable
/external/llvm-project/clang/test/SemaCXX/
Dstatic-assert.cpp90 struct is_const : public false_type {}; struct
92 struct is_const<Tp const> : public true_type {}; struct
/external/clang/test/SemaTemplate/
Dtemp_class_spec.cpp35 struct is_const { struct
40 struct is_const<const T> { struct
44 int is_const0[is_const<int>::value? -1 : 1]; argument
/external/llvm-project/clang/test/SemaTemplate/
Dtemp_class_spec.cpp35 struct is_const { struct
40 struct is_const<const T> { struct
44 int is_const0[is_const<int>::value? -1 : 1]; argument
/external/mesa3d/src/compiler/glsl/
Dloop_analysis.h174 const bool is_const = (this->num_assignments == 0) in is_loop_constant() local
/external/llvm-project/clang/test/CodeGenCXX/
Dcxx2a-consteval.cpp162 consteval Agg is_const() { in is_const() function
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_interfaces.cpp141 bool is_const = false; in NumConsumedLocations() local
329 bool is_const = false; in GetLocationsForVariable() local
Dvalidate_constants.cpp171 bool is_const; in ValidateConstantComposite() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_interfaces.cpp141 bool is_const = false; in NumConsumedLocations() local
329 bool is_const = false; in GetLocationsForVariable() local
Dvalidate_constants.cpp171 bool is_const; in ValidateConstantComposite() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_interfaces.cpp141 bool is_const = false; in NumConsumedLocations() local
329 bool is_const = false; in GetLocationsForVariable() local
Dvalidate_constants.cpp171 bool is_const; in ValidateConstantComposite() local
/external/rust/crates/unicode-width/scripts/
Dunicode.py182 pfun=lambda x: "(%s,%s)" % (escape_char(x[0]), escape_char(x[1])), is_const=True): argument
/external/libabigail/include/
Dabg-ir.h4348 bool is_const, in mem_fn_context_rel()
4431 is_const() const in is_const() function
4439 is_const(bool f) in is_const() function
4478 bool is_constructor, bool is_const) in member_function_template()
4490 is_const() const in is_const() function
/external/rust/crates/unicode-segmentation/scripts/
Dunicode.py199 pfun=lambda x: "(%s,%s)" % (escape_char(x[0]), escape_char(x[1])), is_const=True): argument
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upbc/
Dprotoc-gen-upb.cc99 bool is_const) { in CTypeInternal()
/external/libabigail/src/
Dabg-reader.cc2430 bool& is_const) in read_cdtor_const()
4700 bool is_ctor = false, is_dtor = false, is_const = false; in build_class_decl() local
4739 bool is_ctor = false, is_dtor = false, is_const = false; in build_class_decl() local
5039 bool is_ctor = false, is_dtor = false, is_const = false; in build_union_decl() local
5072 bool is_ctor = false, is_dtor = false, is_const = false; in build_union_decl() local
Dabg-dwarf-reader.cc1569 expr_result(bool is_const) in expr_result()
1583 is_const() const in is_const() function in abigail::dwarf_reader::expr_result
1589 is_const(bool f) in is_const() function in abigail::dwarf_reader::expr_result
9200 bool is_const = false; in die_qualified_type_name() local
9435 bool& is_const, in die_return_and_parm_names_from_fn_type_die()
9583 bool is_const = false; in die_function_signature() local
9771 bool is_const = false; in die_pretty_print_type() local
13146 bool is_const = false; in build_function_type() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dloop_optimizer.cc239 AttrValue is_const; in HandleInvariantNode() local

12