Searched defs:ctor (Results 1 - 15 of 15) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXX.cpp197 void CodeGenModule::EmitCXXConstructor(const CXXConstructorDecl *ctor, argument
225 GetAddrOfCXXConstructor(const CXXConstructorDecl *ctor, CXXCtorType ctorType, const CGFunctionInfo *fnInfo) argument
[all...]
H A DCGClass.cpp1535 CodeGenFunction::EmitCXXAggrConstructorCall(const CXXConstructorDecl *ctor, argument
1559 CodeGenFunction::EmitCXXAggrConstructorCall(const CXXConstructorDecl *ctor, argument
[all...]
H A DCGObjC.cpp1348 GenerateObjCCtorDtorMethod(ObjCImplementationDecl *IMP, ObjCMethodDecl *MD, bool ctor) argument
/freebsd-10-stable/contrib/gcc/cp/
H A Dcvt.c743 tree ctor = NULL_TREE; local
H A Dmangle.c1387 write_special_name_constructor (const tree ctor) argument
H A Dsemantics.c3134 enum style_t { ctor, arg, pcc } style; enumerator in enum:style_t
H A Dcall.c2582 tree ctor = OVL_CURRENT (ctors); local
H A Dclass.c1615 tree ctor = OVL_CURRENT (fn); local
H A Ddecl.c9625 int ctor = copy_fn_p (decl); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp201 const CXXConstructorDecl *ctor = cce->getConstructor(); local
/freebsd-10-stable/contrib/gcc/
H A Dtree-ssa-ccp.c982 tree base, ctor, idx, field; local
[all...]
H A Dgimplify.c2935 tree ctor = TREE_OPERAND (*expr_p, 1); local
[all...]
H A Dvarasm.c3698 constructor_static_from_elts_p(tree ctor) argument
H A Dexpr.c4544 categorize_ctor_elements_1(tree ctor, HOST_WIDE_INT *p_nz_elts, HOST_WIDE_INT *p_elt_count, bool *p_must_clear) argument
4690 categorize_ctor_elements(tree ctor, HOST_WIDE_INT *p_nz_elts, HOST_WIDE_INT *p_elt_count, bool *p_must_clear) argument
[all...]
/freebsd-10-stable/sys/vm/
H A Duma_core.c176 uma_ctor ctor; member in struct:uma_zctor_args
1931 uma_zcreate(const char *name, size_t size, uma_ctor ctor, uma_dtor dtor, argument
1968 uma_zsecond_create(char *name, uma_ctor ctor, uma_dtor dtor, uma_init zinit, uma_fini zfini, uma_zone_t master) argument
2003 uma_zcache_create(char *name, int size, uma_ctor ctor, uma_dtor dtor, uma_init zinit, uma_fini zfini, uma_import zimport, uma_release zrelease, void *arg, int flags) argument
[all...]

Completed in 442 milliseconds