Searched refs:FullCheck (Results 1 – 3 of 3) sorted by relevance
213 bool HexagonMCChecker::check(bool FullCheck) { in check() argument221 if (FullCheck) in check()224 if (FullCheck) in check()229 bool chkValidTmpDst = FullCheck ? checkValidTmpDst() : true; in check()
122 bool check(bool FullCheck = true);
20050 bool FullCheck = true) { in checkTypeMappable() argument20053 if (FullCheck && !SemaRef.CurContext->isDependentContext() && in checkTypeMappable()