Searched refs:IDEnd (Results 1 – 2 of 2) sorted by relevance
181 const char *IDEnd = IDStart; in EmitMSInlineAsmStr() local182 while (*IDEnd >= '0' && *IDEnd <= '9') ++IDEnd; in EmitMSInlineAsmStr()185 if (StringRef(IDStart, IDEnd-IDStart).getAsInteger(10, Val)) in EmitMSInlineAsmStr()188 LastEmitted = IDEnd; in EmitMSInlineAsmStr()325 const char *IDEnd = IDStart; in EmitGCCInlineAsmStr() local326 while (*IDEnd >= '0' && *IDEnd <= '9') ++IDEnd; in EmitGCCInlineAsmStr()329 if (StringRef(IDStart, IDEnd-IDStart).getAsInteger(10, Val)) in EmitGCCInlineAsmStr()332 LastEmitted = IDEnd; in EmitGCCInlineAsmStr()
2903 IDEnd = PP.getIdentifierTable().end(); in WriteIdentifierTable() local2904 ID != IDEnd; ++ID) in WriteIdentifierTable()2911 ID = IdentifierIDs.begin(), IDEnd = IdentifierIDs.end(); in WriteIdentifierTable() local2912 ID != IDEnd; ++ID) { in WriteIdentifierTable()3568 IDEnd = PP.getIdentifierTable().end(); in WriteASTCore() local3569 ID != IDEnd; ++ID) { in WriteASTCore()