/minix3/external/bsd/libc++/dist/libcxx/test/support/ |
H A D | test_allocator.h | 83 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 D | allocators.h | 148 void construct(U* p, Args&& ...args) in construct() function
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
H A D | Statistic.h | 47 void construct(const char *name, const char *desc) { in construct() function
|
H A D | SmallVector.h | 249 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 D | test_allocator.h | 75 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 D | test_allocator.h | 74 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 D | DWARFDebugAranges.cpp | 78 void DWARFDebugAranges::construct() { in construct() function in DWARFDebugAranges
|
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/ |
H A D | construct.pass.cpp | 41 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 D | construct.pass.cpp | 41 void construct(U* p, Args&& ...args) in construct() function
|
/minix3/common/dist/zlib/contrib/blast/ |
H A D | blast.c | 187 local int construct(struct huffman *h, const unsigned char *rep, int n) in construct() function
|
/minix3/common/dist/zlib/contrib/puff/ |
H A D | puff.c | 321 local int construct(struct huffman *h, short *length, int n) in construct() function
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | PathDiagnostic.cpp | 882 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 D | CGObjC.cpp | 768 if (const CXXConstructExpr *construct = dyn_cast<CXXConstructExpr>(getter)) in hasTrivialGetExpr() local
|
H A D | CGCall.cpp | 1112 void ClangToLLVMArgMapping::construct(const ASTContext &Context, in construct() function in __anon2e5bceb70211::ClangToLLVMArgMapping
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 506 void AmbiguousConversionSequence::construct() { in construct() function in AmbiguousConversionSequence
|
H A D | SemaDeclCXX.cpp | 11900 CXXConstructExpr *construct = result.getAs<CXXConstructExpr>(); in BuildExceptionDeclaration() local
|