Home
last modified time | relevance | path

Searched refs:is_constructor (Results 1 – 18 of 18) sorted by relevance

/external/libchrome/base/android/jni_generator/
Djni_generator.py117 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/
Dfunction.rs445 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()
Dcomp.rs108 pub fn is_constructor(&self) -> bool { in is_constructor() method
/external/llvm-project/polly/lib/External/isl/interface/
Dgenerator.h160 static bool is_constructor(Decl *decl);
Dgenerator.cc409 if (is_constructor(method)) { in generator()
503 bool generator::is_constructor(Decl *decl) in is_constructor() function in generator
/external/python/pybind11/include/pybind11/
Dattr.h143 : is_constructor(false), is_new_style_constructor(false), is_stateless(false),
172 bool is_constructor : 1;
Dpybind11.h283 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/
Dabg-ir.h4346 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/
Dunguarded-availability.m344 void is_constructor(); function
347 void is_constructor() { function
/external/mesa3d/src/compiler/glsl/
Dast.h322 bool is_constructor() const in is_constructor() function
Dast_function.cpp2107 if (is_constructor()) { in hir()
/external/rust/crates/bindgen/src/codegen/
Dmod.rs2339 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/
Dabg-hash.cc581 v = hashing::combine_hashes(v, hash_bool(t.is_constructor())); in operator ()()
Dabg-reader.cc2428 bool& is_constructor, in read_cdtor_const() argument
2436 is_constructor = true; in read_cdtor_const()
2438 is_constructor = false; in read_cdtor_const()
Dabg-writer.cc3740 write_cdtor_const_static((*fn)->is_constructor(), in write_class_decl()
3896 write_cdtor_const_static((*fn)->is_constructor(), in write_union_decl()
Dabg-ir.cc5308 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/
Didl_gen_cpp.cpp731 bool is_constructor) { in GenTypeNativePtr() argument
738 } else if (is_constructor) { in GenTypeNativePtr()
/external/libabigail/
DChangeLog27094 (mem_fn_context_rel::{vtable_offset, is_constructor is_destructor,