Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/support/
H A Duses_alloc_types.h70 bool checkConstruct(TestType& value, UsesAllocatorType form, typename TestType::CtorAlloc const& alloc) in checkConstruct() function
83 bool checkConstruct(TestType& value, UsesAllocatorType form) { in checkConstruct() function
H A Dcontrolled_allocators.h187 bool checkConstruct(Alloc const&, Tp *p) const { in checkConstruct() function
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/
H A Dderived_from_tuple_like.pass.cpp54 bool checkConstruct(int expect, ValueCategory expect_vc) const { in checkConstruct() function
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DMakeSmartPtrCheck.cpp149 void MakeSmartPtrCheck::checkConstruct(SourceManager &SM, ASTContext *Ctx, in checkConstruct() function in clang::tidy::modernize::MakeSmartPtrCheck