Searched refs:construct (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-11-stable/contrib/gcc/
H A Dc-incpath.c224 && cur->construct == tmp->construct)
233 && cur->construct == tmp->construct)
241 && cur->construct == join->construct))
359 p->construct = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp65 construct();
82 void DWARFDebugAranges::construct() { function in class:DWARFDebugAranges
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dnew_allocator.h104 // 402. wrong new expression in [some_] allocator::construct
106 construct(pointer __p, const _Tp& __val) function in class:new_allocator
H A Dmalloc_allocator.h108 // 402. wrong new expression in [some_] allocator::construct
110 construct(pointer __p, const _Tp& __val) function in class:malloc_allocator
H A Darray_allocator.h77 // 402. wrong new expression in [some_] allocator::construct
79 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base
H A Dcodecvt_specializations.h88 // Number of external bytes needed to construct one complete
115 { construct(__obj); }
121 construct(__obj);
188 construct(const encoding_state& __obj) function in class:encoding_state
H A Dpool_allocator.h164 // 402. wrong new expression in [some_] allocator::construct
166 construct(pointer __p, const _Tp& __val) function in class:__pool_alloc
H A Dthrow_allocator.h232 construct(pointer p, const T& val) function in class:throw_allocator
233 { return std::allocator<value_type>().construct(p, val); }
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAranges.h30 /// Call appendRange multiple times and then call construct.
32 void construct();
/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Diterator.h165 construct(_T1* __p, const _T2& __value) function
170 construct(_T1* __p) function
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_uninitialized.h239 __alloc.construct(&*__cur, *__first);
265 __alloc.construct(&*__cur, __x);
291 __alloc.construct(&*__cur, __x);
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dmakedepend.c64 dir->construct = 0;
H A Dfiles.c320 if (file->dir->construct)
321 path = file->dir->construct (file->name, file->dir);
990 dir->construct = 0;
/freebsd-11-stable/libexec/rtld-elf/i386/
H A Drtld_start.S39 movl %esp,%ecx # construct address of obj_main
/freebsd-11-stable/share/mk/
H A Dbsd.test.mk51 # Ordered list of directories to construct the PATH for the tests.
56 # Ordered list of directories to construct the LD_LIBRARY_PATH for the tests.
/freebsd-11-stable/libexec/rtld-elf/amd64/
H A Drtld_start.S37 movq %rsp,%rdx # construct address of obj_main
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h381 template <class T> void construct(T V) { function in class:llvm::DIEValue
418 /// construct the value, rather than calling memcpy, to satisfy strict
426 construct<DIE##T>(*X.get<DIE##T>()); \
430 construct<const DIE##T *>(*X.get<const DIE##T *>()); \
457 construct<DIE##T>(V); \
463 construct<const DIE##T *>(V); \
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducerInstrumentation.h72 R.Register<Class * Signature>(&construct<Class Signature>::doit, "", #Class, \
93 &lldb_private::repro::construct<Class Signature>::doit, \
103 &lldb_private::repro::construct<Class()>::doit); \
499 template <typename Signature> struct construct;
500 template <typename Class, typename... Args> struct construct<Class(Args...)> { struct in namespace:lldb_private::repro
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Dghashv8-armx.S192 vext.8 q3,q8,q8,#8 @ re-construct q3
193 adds r3,r3,#32 @ re-construct r3
194 veor q0,q0,q2 @ re-construct q0
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_error.cpp110 char *construct = __kmp_pragma(ct, ident); local
111 __kmp_fatal(__kmp_msg_format(id, construct), __kmp_msg_null);
112 KMP_INTERNAL_FREE(construct);
116 enum cons_type ct, // First construct type.
117 ident_t const *ident, // First construct ident.
118 struct cons_data const *cons // Second construct.
168 "Begin construct stack with %d items for thread %d\n",
178 __kmp_str_buf_print(&buffer, "End construct stack for thread %d\n", gtid);
216 // We are already in a WORKSHARE construct for this PARALLEL region.
221 // We are already in a SYNC construct fo
[all...]
/freebsd-11-stable/contrib/gcc/config/
H A Ddarwin-c.c435 p->construct = framework_construct_pathname;
453 p->construct = framework_construct_pathname;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc37 * 2. To construct LLVM type arrays for the struct type:
45 * 4. To construct constant array for the initializers:
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc37 * 2. To construct LLVM type arrays for the struct type:
45 * 4. To construct constant array for the initializers:
/freebsd-11-stable/contrib/bmake/mk/
H A Dldorder.mk20 # We can construct a graph of .ldorder-lib${LIB*} dependencies
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h456 void construct();
660 Ambiguous.construct();

Completed in 160 milliseconds

12