HomeSort by relevance Sort by last modified time
    Searched refs:StrStart (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGLexer.cpp 142 const char *StrStart = CurPtr;
149 return ReturnError(StrStart, "End of file in string literal");
152 return ReturnError(StrStart, "End of line in string literal");
182 return ReturnError(StrStart, "End of file in string literal");
  /external/llvm/lib/TableGen/
TGLexer.cpp 184 const char *StrStart = CurPtr;
191 return ReturnError(StrStart, "End of file in string literal");
194 return ReturnError(StrStart, "End of line in string literal");
224 return ReturnError(StrStart, "End of file in string literal");
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PathV1.h 200 /// @param StrStart A pointer to the first character of the path name
201 /// @param StrLen The length of the path name at StrStart
203 Path(const char *StrStart, unsigned StrLen);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosDxe/
SmbiosDxe.c 559 CHAR8 *StrStart;
639 StrStart = (CHAR8 *) Record + Record->Length;
641 for (StrIndex = 1, TargetStrOffset = 0; StrIndex < *StringNumber; StrStart++, TargetStrOffset++) {
645 if (*StrStart == 0) {
652 if (*StrStart == 0 && *(StrStart + 1) == 0) {
658 if (*StrStart == 0) {
659 StrStart++;
666 TargetStrLen = AsciiStrLen(StrStart);
668 AsciiStrCpyS(StrStart, TargetStrLen + 1, String);
    [all...]
  /external/clang/lib/AST/
Stmt.cpp 478 const char *StrStart = Str.begin();
480 const char *CurPtr = StrStart;
533 DiagOffs = CurPtr-StrStart-1;
564 DiagOffs = CurPtr-StrStart-1;
586 DiagOffs = CurPtr-StrStart-1;
596 Percent - StrStart, SM, LO, TI, &LastAsmStringToken,
599 CurPtr - StrStart, SM, LO, TI, &LastAsmStringToken,
608 DiagOffs = CurPtr-StrStart-1;
622 DiagOffs = CurPtr-StrStart;
632 Percent - StrStart, SM, LO, TI, &LastAsmStringToken
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 268 const char *StrStart = LastEmitted;
269 const char *StrEnd = strchr(StrStart, '}');
274 std::string Val(StrStart, StrEnd);
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 328 const char *StrStart = LastEmitted;
329 const char *StrEnd = strchr(StrStart, '}');
334 std::string Val(StrStart, StrEnd);
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp     [all...]

Completed in 533 milliseconds