Searched refs:StrEnd (Results 1 – 2 of 2) sorted by relevance
222 const char *StrEnd = strchr(StrStart, '}'); in EmitMSInlineAsmStr() local223 if (!StrEnd) in EmitMSInlineAsmStr()227 std::string Val(StrStart, StrEnd); in EmitMSInlineAsmStr()229 LastEmitted = StrEnd+1; in EmitMSInlineAsmStr()387 const char *StrEnd = strchr(StrStart, '}'); in EmitGCCInlineAsmStr() local388 if (!StrEnd) in EmitGCCInlineAsmStr()392 std::string Val(StrStart, StrEnd); in EmitGCCInlineAsmStr()394 LastEmitted = StrEnd+1; in EmitGCCInlineAsmStr()
499 enum {StrBeg=-1, NoStr, StrEnd} in TextMain() enumerator1134 else if (ch == '\"' && lastch != '\\' && !cmntState && strState == StrEnd) in TextMain()1154 strState = StrEnd; in TextMain()