Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa.cc949 record_cdtor_fn (struct cgraph_node *node, vec<tree> *ctors, vec<tree> *dtors) in record_cdtor_fn()
1083 build_cxa_dtor_registrations (const vec<tree> &dtors, vec<tree> *ctors) in build_cxa_dtor_registrations()
1241 build_cdtor_fns (vec<tree> *ctors, vec<tree> *dtors) in build_cdtor_fns()
1272 build_cxa_atexit_fns (vec<tree> *ctors, vec<tree> *dtors) in build_cxa_atexit_fns()
1299 auto_vec<tree, 20> ctors; in ipa_cdtor_merge() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa.c946 record_cdtor_fn (struct cgraph_node *node, vec<tree> *ctors, vec<tree> *dtors) in record_cdtor_fn()
1080 build_cxa_dtor_registrations (const vec<tree> &dtors, vec<tree> *ctors) in build_cxa_dtor_registrations()
1238 build_cdtor_fns (vec<tree> *ctors, vec<tree> *dtors) in build_cdtor_fns()
1269 build_cxa_atexit_fns (vec<tree> *ctors, vec<tree> *dtors) in build_cxa_atexit_fns()
1296 auto_vec<tree, 20> ctors; in ipa_cdtor_merge() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dmodules.cc80 vec <tree, va_gc> *ctors; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dmodules.cc79 vec<tree, va_gc> *ctors; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dstub-objc.c300 objc_generate_static_init_call (tree ARG_UNUSED (ctors)) in objc_generate_static_init_call()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dstub-objc.cc301 objc_generate_static_init_call (tree ARG_UNUSED (ctors)) in objc_generate_static_init_call()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c1481 releasing_vec ctors; in free_constructor() local
2552 releasing_vec ctors; in cxx_eval_call_expression() local
4931 releasing_vec ctors, indexes; in cxx_eval_store_expression() local
H A Dcall.c3984 tree ctors = NULL_TREE; in build_user_type_conversion_1() local
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc1624 releasing_vec ctors; in free_constructor() local
2804 releasing_vec ctors; in cxx_eval_call_expression() local
5729 releasing_vec ctors, indexes; in cxx_eval_store_expression() local
H A Dcall.cc4140 tree ctors = NULL_TREE; in build_user_type_conversion_1() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h650 ctor_range ctors() const { return ctor_range(ctor_begin(), ctor_end()); } in ctors() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp1428 auto ctors = builder.beginArray(CtorStructTy); in EmitCtorList() local