Home
last modified time | relevance | path

Searched refs:checkImpl (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DBoolPointerImplicitConversionCheck.cpp36 static void checkImpl(const MatchFinder::MatchResult &Result, const Expr *Ref, in checkImpl() function
83 checkImpl(Result, E, If, M, *this); in check()
/external/icu/icu4c/source/i18n/
Duspoof.cpp555 int32_t checkImpl(const SpoofImpl* This, const UnicodeString& id, CheckResult* checkResult, UErrorC… in checkImpl() function
664 return checkImpl(This, id, ThisCheckResult, status); in uspoof_check2UnicodeString()
668 return checkImpl(This, id, &stackCheckResult, status); in uspoof_check2UnicodeString()
/external/clang/lib/Sema/
DSemaTemplate.cpp8639 return checkImpl(FD); in check()
8641 return checkImpl(RD); in check()
8643 return checkImpl(VD); in check()
8645 return checkImpl(ED); in check()
8676 void checkImpl(SpecDecl *Spec) { in checkImpl() function in ExplicitSpecializationVisibilityChecker
/external/llvm-project/clang/lib/Sema/
DSemaTemplate.cpp11009 return checkImpl(FD); in check()
11011 return checkImpl(RD); in check()
11013 return checkImpl(VD); in check()
11015 return checkImpl(ED); in check()
11046 void checkImpl(SpecDecl *Spec) { in checkImpl() function in __anon30e84e011111::ExplicitSpecializationVisibilityChecker