/external/libchrome/base/android/jni_generator/ |
D | jni_generator.py | 117 self.is_constructor = kwargs.get('is_constructor', False) 118 self.env_call = GetEnvCall(self.is_constructor, self.static, 527 def GetEnvCall(is_constructor, is_static, return_type): argument 529 if is_constructor: 645 is_constructor = True 649 is_constructor = False 658 is_constructor=is_constructor, 740 is_constructor=True)] 1137 if called_by_native.static or called_by_native.is_constructor: 1178 if called_by_native.is_constructor:
|
/external/rust/crates/bindgen/src/ir/ |
D | function.rs | 445 let is_constructor = kind == CXCursor_Constructor; in from_ty() localVariable 447 if (is_constructor || is_destructor || is_method) && in from_ty() 454 if is_method || is_constructor || is_destructor { in from_ty() 499 let ret = if is_constructor && ctx.is_target_wasm32() { in from_ty()
|
D | comp.rs | 108 pub fn is_constructor(&self) -> bool { in is_constructor() method
|
/external/llvm-project/polly/lib/External/isl/interface/ |
D | generator.h | 160 static bool is_constructor(Decl *decl);
|
D | generator.cc | 409 if (is_constructor(method)) { in generator() 503 bool generator::is_constructor(Decl *decl) in is_constructor() function in generator
|
/external/python/pybind11/include/pybind11/ |
D | attr.h | 143 : is_constructor(false), is_new_style_constructor(false), is_stateless(false), 172 bool is_constructor : 1;
|
D | pybind11.h | 283 rec->is_constructor = !strcmp(rec->name, "__init__") || !strcmp(rec->name, "__setstate__"); in PYBIND11_NAMESPACE_BEGIN() 286 if (rec->is_constructor && !rec->is_new_style_constructor) { in PYBIND11_NAMESPACE_BEGIN() 556 if (overloads->is_constructor) { in PYBIND11_NAMESPACE_BEGIN() 859 std::string(overloads->is_constructor ? "constructor" : "function") + in PYBIND11_NAMESPACE_BEGIN() 867 if (overloads->is_constructor) { in PYBIND11_NAMESPACE_BEGIN() 892 for (size_t ti = overloads->is_constructor ? 1 : 0; ti < args_.size(); ++ti) { in PYBIND11_NAMESPACE_BEGIN() 931 if (overloads->is_constructor && !self_value_and_holder.holder_constructed()) { in PYBIND11_NAMESPACE_BEGIN()
|
/external/libabigail/include/ |
D | abg-ir.h | 4346 bool is_constructor, in mem_fn_context_rel() argument 4356 is_constructor_(is_constructor), in mem_fn_context_rel() 4396 is_constructor() const in is_constructor() function 4404 is_constructor(bool f) in is_constructor() function 4478 bool is_constructor, bool is_const) in member_function_template() argument 4481 member_base(access, is_static), is_constructor_(is_constructor), in member_function_template() 4486 is_constructor() const in is_constructor() function
|
/external/llvm-project/clang/test/SemaObjC/ |
D | unguarded-availability.m | 344 void is_constructor(); function 347 void is_constructor() { function
|
/external/mesa3d/src/compiler/glsl/ |
D | ast.h | 322 bool is_constructor() const in is_constructor() function
|
D | ast_function.cpp | 2107 if (is_constructor()) { in hir()
|
/external/rust/crates/bindgen/src/codegen/ |
D | mod.rs | 2339 if !self.is_static() && !self.is_constructor() { in codegen_method() 2352 if self.is_constructor() { in codegen_method() 2364 if self.is_constructor() { in codegen_method() 2399 if self.is_constructor() { in codegen_method()
|
/external/libabigail/src/ |
D | abg-hash.cc | 581 v = hashing::combine_hashes(v, hash_bool(t.is_constructor())); in operator ()()
|
D | abg-reader.cc | 2428 bool& is_constructor, in read_cdtor_const() argument 2436 is_constructor = true; in read_cdtor_const() 2438 is_constructor = false; in read_cdtor_const()
|
D | abg-writer.cc | 3740 write_cdtor_const_static((*fn)->is_constructor(), in write_class_decl() 3896 write_cdtor_const_static((*fn)->is_constructor(), in write_union_decl()
|
D | abg-ir.cc | 5308 return ctxt->is_constructor(); in get_member_function_is_ctor() 5338 ctxt->is_constructor(c); in set_member_function_is_ctor() 21825 if (!(is_constructor() == o.is_constructor() in operator ==()
|
/external/flatbuffers/src/ |
D | idl_gen_cpp.cpp | 731 bool is_constructor) { in GenTypeNativePtr() argument 738 } else if (is_constructor) { in GenTypeNativePtr()
|
/external/libabigail/ |
D | ChangeLog | 27094 (mem_fn_context_rel::{vtable_offset, is_constructor is_destructor,
|