Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp217 bool HexagonMCChecker::check(bool FullCheck) { in check() argument
225 if (FullCheck) in check()
228 if (FullCheck) in check()
233 bool chkValidTmpDst = FullCheck ? checkValidTmpDst() : true; in check()
H A DHexagonMCChecker.h123 bool check(bool FullCheck = true);
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp20814 bool FullCheck = true) { in checkTypeMappable() argument
20817 if (FullCheck && !SemaRef.CurContext->isDependentContext() && in checkTypeMappable()