Searched refs:AtStart (Results 1 – 14 of 14) sorted by relevance
26 TEST(AnsiTerminal, AtStart) { in TEST() argument
457 bool AtStart = MI == MBB.begin(); in restoreCalleeSavedRegisters() local459 if (!AtStart) in restoreCalleeSavedRegisters()473 if (AtStart) in restoreCalleeSavedRegisters()
458 bool AtStart = MI == MBB.begin(); in restoreCalleeSavedRegisters() local460 if (!AtStart) in restoreCalleeSavedRegisters()474 if (AtStart) in restoreCalleeSavedRegisters()
453 bool AtStart = MI == MBB.begin(); in restoreCalleeSavedRegisters() local455 if (!AtStart) in restoreCalleeSavedRegisters()468 if (AtStart) in restoreCalleeSavedRegisters()
503 bool AtStart = I == MBB->begin(); in insertCSRSpillsAndRestores() local505 if (!AtStart) in insertCSRSpillsAndRestores()519 if (AtStart) in insertCSRSpillsAndRestores()
904 SourceLocation AtStart; variable914 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK), AtStart(atStartLoc) {} in ObjCContainerDecl()1036 SourceLocation getAtStartLoc() const { return AtStart; } in getAtStartLoc()1037 void setAtStartLoc(SourceLocation Loc) { AtStart = Loc; } in setAtStartLoc()1048 return SourceRange(AtStart, getAtEndRange().getEnd()); in getSourceRange()
1876 bool AtStart = I == MBB.begin(); in restoreCalleeSavedRegisters() local1878 if (!AtStart) in restoreCalleeSavedRegisters()1923 if (AtStart) in restoreCalleeSavedRegisters()
2202 bool AtStart = BI == BB->begin(); in processBlock() local2203 if (!AtStart) in processBlock()2217 if (AtStart) in processBlock()
2369 bool AtStart = I == MBB.begin(); in restoreCalleeSavedRegisters() local2371 if (!AtStart) in restoreCalleeSavedRegisters()2425 if (AtStart) in restoreCalleeSavedRegisters()
2272 bool AtStart = BI == BB->begin(); in processBlock() local2273 if (!AtStart) in processBlock()2285 if (AtStart) in processBlock()
2387 bool AtStart = BI == BB->begin(); in processBlock() local2388 if (!AtStart) in processBlock()2405 if (AtStart) in processBlock()
2444 bool AtStart = I == MBB.begin(); in restoreCalleeSavedRegisters() local2446 if (!AtStart) in restoreCalleeSavedRegisters()2506 if (AtStart) in restoreCalleeSavedRegisters()
1113 SourceLocation getAtStartLoc() const { return ObjCContainerDeclBits.AtStart; } in getAtStartLoc()1116 ObjCContainerDeclBits.AtStart = Loc; in setAtStartLoc()
1677 SourceLocation AtStart; variable