Searched defs:Gap (Results 1 – 5 of 5) sorted by relevance
155 void setGap(bool Gap) { GapRegion = Gap; } in setGap()975 auto Gap = findGapAreaBetween(getEnd(LastStmt), getStart(Child)); in VisitStmt() local1095 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitWhileStmt() local1185 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitForStmt() local1222 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitCXXForRangeStmt() local1255 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitObjCForCollectionStmt() local1378 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getThen())); in VisitIfStmt() local1441 auto Gap = in VisitAbstractConditionalOperator() local
216 uint64_t Gap = (Low - PreviousHigh).getLimitedValue() - 1; in buildJumpTable() local
2188 for (unsigned Gap = 0; IntI.valid() && IntI.start() < StopIdx; ++IntI) { in calcGapWeights() local2215 for (unsigned Gap = 0; I != E && I->start < StopIdx; ++I) { in calcGapWeights() local
269 IntRange Gap = { GapLow, GapHigh }; in SwitchConvert() local
92 for (auto &Gap : Gaps) { in printLocalVariableAddrGap() local