/openbsd-src/gnu/llvm/libcxx/include/__memory_resource/ |
H A D | polymorphic_allocator.h | 116 _LIBCPP_HIDE_FROM_ABI void construct(_Tp* __p, _Ts&&... __args) { in construct() function 126 …construct(pair<_T1, _T2>* __p, piecewise_construct_t, tuple<_Args1...> __x, tuple<_Args2...> __y) { in construct() function 138 _LIBCPP_HIDE_FROM_ABI void construct(pair<_T1, _T2>* __p) { in construct() function 143 _LIBCPP_HIDE_FROM_ABI void construct(pair<_T1, _T2>* __p, _Up&& __u, _Vp&& __v) { in construct() function 151 _LIBCPP_HIDE_FROM_ABI void construct(pair<_T1, _T2>* __p, const pair<_U1, _U2>& __pr) { in construct() function 156 _LIBCPP_HIDE_FROM_ABI void construct(pair<_T1, _T2>* __p, pair<_U1, _U2>&& __pr) { in construct() function
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/ |
H A D | testsuite_allocator.h | 56 construct() { constructCount_++; } in construct() function 145 construct(pointer p, const T& value) in construct() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ |
H A D | ctors15.C | 11 int construct = 0; variable
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/backward/ |
H A D | iterator.h | 165 construct(_T1* __p, const _T2& __value) in construct() function 170 construct(_T1* __p) in construct() function
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/backward/ |
H A D | iterator.h | 165 construct(_T1* __p, const _T2& __value) in construct() function 170 construct(_T1* __p) in construct() function
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/ |
H A D | new_allocator.h | 106 construct(pointer __p, const _Tp& __val) in construct() function
|
H A D | malloc_allocator.h | 110 construct(pointer __p, const _Tp& __val) in construct() function
|
H A D | array_allocator.h | 79 construct(pointer __p, const _Tp& __val) in construct() function
|
H A D | pool_allocator.h | 166 construct(pointer __p, const _Tp& __val) in construct() function
|
H A D | throw_allocator.h | 232 construct(pointer p, const T& val) in construct() function
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugAranges.cpp | 90 void DWARFDebugAranges::construct() { in construct() function in DWARFDebugAranges
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | stl_alloc.h | 688 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } in construct() function 784 construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } in construct() function
|
H A D | pthread_allocimpl.h | 454 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } in construct() function
|
/openbsd-src/gnu/llvm/clang/lib/Analysis/ |
H A D | PathDiagnostic.cpp | 847 PathDiagnosticCallPiece::construct(const CallExitEnd &CE, in construct() function in PathDiagnosticCallPiece 858 PathDiagnosticCallPiece::construct(PathPieces &path, in construct() function in PathDiagnosticCallPiece
|
/openbsd-src/gnu/llvm/clang/utils/analyzer/ |
H A D | exploded-graph-rewriter.py | 342 def construct(self, node_id, json_node): member in ExplodedNode
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 399 template <class T> void construct(T V) { in construct() function
|
/openbsd-src/gnu/gcc/libcpp/include/ |
H A D | cpplib.h | 504 char *(*construct) (const char *header, cpp_dir *dir); member
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 342 RangeSet::ContainerType *RangeSet::Factory::construct(ContainerType &&From) { in construct() function in RangeSet::Factory
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 1075 if (const CXXConstructExpr *construct = dyn_cast<CXXConstructExpr>(getter)) in hasTrivialGetExpr() local
|
H A D | CGCall.cpp | 1500 void ClangToLLVMArgMapping::construct(const ASTContext &Context, in construct() function in __anon5c86009b0511::ClangToLLVMArgMapping
|
/openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
H A D | stb.c | 230 construct; member
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 572 void AmbiguousConversionSequence::construct() { in construct() function in AmbiguousConversionSequence
|
H A D | SemaDeclCXX.cpp | 16546 CXXConstructExpr *construct = result.getAs<CXXConstructExpr>(); in BuildExceptionDeclaration() local
|