Home
last modified time | relevance | path

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

/minix3/external/bsd/libc++/dist/libcxx/test/support/
H A Dtest_allocator.h83 void construct(pointer p, const T& val) in construct() function
86 void construct(pointer p, T&& val) in construct() function
143 void construct(pointer p, const T& val) in construct() function
146 void construct(pointer p, T&& val) in construct() function
H A Dallocators.h148 void construct(U* p, Args&& ...args) in construct() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DStatistic.h47 void construct(const char *name, const char *desc) { in construct() function
H A DSmallVector.h249 template <typename Constructor> void emplace_back_impl(Constructor construct) { in emplace_back_impl()
/minix3/external/bsd/libc++/dist/libcxx/test/std/thread/futures/
H A Dtest_allocator.h75 void construct(pointer p, const T& val) in construct() function
78 void construct(pointer p, T&& val) in construct() function
/minix3/external/bsd/libc++/dist/libcxx/test/thread/futures/
H A Dtest_allocator.h74 void construct(pointer p, const T& val) in construct() function
77 void construct(pointer p, T&& val) in construct() function
/minix3/external/bsd/llvm/dist/llvm/lib/DebugInfo/
H A DDWARFDebugAranges.cpp78 void DWARFDebugAranges::construct() { in construct() function in DWARFDebugAranges
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
H A Dconstruct.pass.cpp41 void construct(U* p, Args&& ...args) in construct() function
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
H A Dconstruct.pass.cpp41 void construct(U* p, Args&& ...args) in construct() function
/minix3/common/dist/zlib/contrib/blast/
H A Dblast.c187 local int construct(struct huffman *h, const unsigned char *rep, int n) in construct() function
/minix3/common/dist/zlib/contrib/puff/
H A Dpuff.c321 local int construct(struct huffman *h, short *length, int n) in construct() function
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp882 PathDiagnosticCallPiece::construct(const ExplodedNode *N, in construct() function in PathDiagnosticCallPiece
893 PathDiagnosticCallPiece::construct(PathPieces &path, in construct() function in PathDiagnosticCallPiece
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp768 if (const CXXConstructExpr *construct = dyn_cast<CXXConstructExpr>(getter)) in hasTrivialGetExpr() local
H A DCGCall.cpp1112 void ClangToLLVMArgMapping::construct(const ASTContext &Context, in construct() function in __anon2e5bceb70211::ClangToLLVMArgMapping
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp506 void AmbiguousConversionSequence::construct() { in construct() function in AmbiguousConversionSequence
H A DSemaDeclCXX.cpp11900 CXXConstructExpr *construct = result.getAs<CXXConstructExpr>(); in BuildExceptionDeclaration() local