Searched refs:FullCheck (Results 1 – 3 of 3) sorted by relevance
217 bool HexagonMCChecker::check(bool FullCheck) { in check() argument225 if (FullCheck) in check()228 if (FullCheck) in check()233 bool chkValidTmpDst = FullCheck ? checkValidTmpDst() : true; in check()
123 bool check(bool FullCheck = true);
20814 bool FullCheck = true) { in checkTypeMappable() argument20817 if (FullCheck && !SemaRef.CurContext->isDependentContext() && in checkTypeMappable()