Home
last modified time | relevance | path

Searched defs:checkConstruct (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/libcxx/test/support/
Duses_alloc_types.h86 bool checkConstruct(TestType& value, UsesAllocatorType form, in checkConstruct() function
101 bool checkConstruct(TestType& value, UsesAllocatorType form) { in checkConstruct() function
Dcontrolled_allocators.h185 bool checkConstruct(Alloc const&, Tp *p) const { in checkConstruct() function
/external/libcxx/test/support/
Duses_alloc_types.hpp87 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
Dcontrolled_allocators.hpp186 bool checkConstruct(Alloc const&, Tp *p) const { in checkConstruct() function
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DMakeSmartPtrCheck.cpp147 void MakeSmartPtrCheck::checkConstruct(SourceManager &SM, ASTContext *Ctx, in checkConstruct() function in clang::tidy::modernize::MakeSmartPtrCheck