Home
last modified time | relevance | path

Searched defs:construct (Results 1 – 23 of 23) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/__memory_resource/
H A Dpolymorphic_allocator.h116 _LIBCPP_HIDE_FROM_ABI void construct(_Tp* __p, _Ts&&... __args) { in construct() function
126construct(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 Dtestsuite_allocator.h56 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 Dctors15.C11 int construct = 0; variable
/openbsd-src/gnu/gcc/libstdc++-v3/include/backward/
H A Diterator.h165 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 Diterator.h165 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 Dnew_allocator.h106 construct(pointer __p, const _Tp& __val) in construct() function
H A Dmalloc_allocator.h110 construct(pointer __p, const _Tp& __val) in construct() function
H A Darray_allocator.h79 construct(pointer __p, const _Tp& __val) in construct() function
H A Dpool_allocator.h166 construct(pointer __p, const _Tp& __val) in construct() function
H A Dthrow_allocator.h232 construct(pointer p, const T& val) in construct() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp90 void DWARFDebugAranges::construct() { in construct() function in DWARFDebugAranges
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_alloc.h688 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 Dpthread_allocimpl.h454 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } in construct() function
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DPathDiagnostic.cpp847 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 Dexploded-graph-rewriter.py342 def construct(self, node_id, json_node): member in ExplodedNode
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DDIE.h399 template <class T> void construct(T V) { in construct() function
/openbsd-src/gnu/gcc/libcpp/include/
H A Dcpplib.h504 char *(*construct) (const char *header, cpp_dir *dir); member
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp342 RangeSet::ContainerType *RangeSet::Factory::construct(ContainerType &&From) { in construct() function in RangeSet::Factory
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp1075 if (const CXXConstructExpr *construct = dyn_cast<CXXConstructExpr>(getter)) in hasTrivialGetExpr() local
H A DCGCall.cpp1500 void ClangToLLVMArgMapping::construct(const ASTContext &Context, in construct() function in __anon5c86009b0511::ClangToLLVMArgMapping
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dstb.c230 construct; member
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp572 void AmbiguousConversionSequence::construct() { in construct() function in AmbiguousConversionSequence
H A DSemaDeclCXX.cpp16546 CXXConstructExpr *construct = result.getAs<CXXConstructExpr>(); in BuildExceptionDeclaration() local