Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp213 bool HexagonMCChecker::check(bool FullCheck) { in check() argument
221 if (FullCheck) in check()
224 if (FullCheck) in check()
229 bool chkValidTmpDst = FullCheck ? checkValidTmpDst() : true; in check()
H A DHexagonMCChecker.h122 bool check(bool FullCheck = true);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp20050 bool FullCheck = true) { in checkTypeMappable() argument
20053 if (FullCheck && !SemaRef.CurContext->isDependentContext() && in checkTypeMappable()