Searched refs:FullCheck (Results 1 – 3 of 3) sorted by relevance
220 bool HexagonMCChecker::check(bool FullCheck) { in check() argument228 if (FullCheck) in check()231 if (FullCheck) in check()236 bool chkValidTmpDst = FullCheck ? checkValidTmpDst() : true; in check()
123 bool check(bool FullCheck = true);
20531 bool FullCheck = true) { in checkTypeMappable() argument20534 if (FullCheck && !SemaRef.CurContext->isDependentContext() && in checkTypeMappable()