Home
last modified time | relevance | path

Searched defs:ctors (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/stand/common/
HDload_elf.c438 Elf_Addr ctors; in __elfN() local
/freebsd-11-stable/contrib/gcc/
HDstub-objc.c342 objc_generate_static_init_call (tree ARG_UNUSED (ctors)) in objc_generate_static_init_call()
/freebsd-11-stable/contrib/gcc/cp/
HDcall.c2545 tree ctors = NULL_TREE; in build_user_type_conversion_1() local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclCXX.h649 ctor_range ctors() const { return ctor_range(ctor_begin(), ctor_end()); } in ctors() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenModule.cpp1180 auto ctors = builder.beginArray(CtorStructTy); in EmitCtorList() local