Searched defs:checkConstruct (Results 1 – 5 of 5) sorted by relevance
| /external/llvm-project/libcxx/test/support/ |
| D | uses_alloc_types.h | 86 bool checkConstruct(TestType& value, UsesAllocatorType form, in checkConstruct() function 101 bool checkConstruct(TestType& value, UsesAllocatorType form) { in checkConstruct() function
|
| D | controlled_allocators.h | 185 bool checkConstruct(Alloc const&, Tp *p) const { in checkConstruct() function
|
| /external/libcxx/test/support/ |
| D | uses_alloc_types.hpp | 87 bool checkConstruct(TestType& value, UsesAllocatorType form, in checkConstruct() function 102 bool checkConstruct(TestType& value, UsesAllocatorType form) { in checkConstruct() function 192 bool checkConstruct(UsesAllocatorType expectType) const { in checkConstruct() function 199 bool checkConstruct(UsesAllocatorType expectType, in checkConstruct() function
|
| D | controlled_allocators.hpp | 186 bool checkConstruct(Alloc const&, Tp *p) const { in checkConstruct() function
|
| /external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
| D | MakeSmartPtrCheck.cpp | 147 void MakeSmartPtrCheck::checkConstruct(SourceManager &SM, ASTContext *Ctx, in checkConstruct() function in clang::tidy::modernize::MakeSmartPtrCheck
|