Home
last modified time | relevance | path

Searched defs:doCheck (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/unittests/CodeGen/
H A DCheckTargetFeaturesTest.cpp8 auto doCheck = [](StringRef BuiltinFeatures, StringRef FuncFeatures) { in TEST() local
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DFoldInitTypeCheck.cpp119 void FoldInitTypeCheck::doCheck(const BuiltinType &IterValueType, in doCheck() function in clang::tidy::bugprone::FoldInitTypeCheck