Home
last modified time | relevance | path

Searched refs:StrEnd (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp222 const char *StrEnd = strchr(StrStart, '}'); in EmitMSInlineAsmStr() local
223 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() local
388 if (!StrEnd) in EmitGCCInlineAsmStr()
392 std::string Val(StrStart, StrEnd); in EmitGCCInlineAsmStr()
394 LastEmitted = StrEnd+1; in EmitGCCInlineAsmStr()
/third_party/cups-filters/filter/
Dtextcommon.c499 enum {StrBeg=-1, NoStr, StrEnd} in TextMain() enumerator
1134 else if (ch == '\"' && lastch != '\\' && !cmntState && strState == StrEnd) in TextMain()
1154 strState = StrEnd; in TextMain()