Home
last modified time | relevance | path

Searched refs:FullCheck (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp220 bool HexagonMCChecker::check(bool FullCheck) { in check() argument
228 if (FullCheck) in check()
231 if (FullCheck) in check()
236 bool chkValidTmpDst = FullCheck ? checkValidTmpDst() : true; in check()
H A DHexagonMCChecker.h123 bool check(bool FullCheck = true);
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp20531 bool FullCheck = true) { in checkTypeMappable() argument
20534 if (FullCheck && !SemaRef.CurContext->isDependentContext() && in checkTypeMappable()