HomeSort by: relevance | last modified time | path
    Searched refs:StrStart (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 180 const char *StrStart = LastEmitted;
181 const char *StrEnd = strchr(StrStart, '}');
186 std::string Val(StrStart, StrEnd);
348 const char *StrStart = LastEmitted;
349 const char *StrEnd = strchr(StrStart, '}');
354 std::string Val(StrStart, StrEnd);
  /src/external/apache2/llvm/dist/clang/lib/AST/
Stmt.cpp 597 const char *StrStart = Str.begin();
599 const char *CurPtr = StrStart;
652 DiagOffs = CurPtr-StrStart-1;
685 DiagOffs = CurPtr-StrStart-1;
707 DiagOffs = CurPtr-StrStart-1;
717 Percent - StrStart, SM, LO, TI, &LastAsmStringToken,
720 CurPtr - StrStart, SM, LO, TI, &LastAsmStringToken,
729 DiagOffs = CurPtr-StrStart-1;
743 DiagOffs = CurPtr-StrStart;
753 Percent - StrStart, SM, LO, TI, &LastAsmStringToken
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGLexer.cpp 270 const char *StrStart = CurPtr;
277 return ReturnError(StrStart, "End of file in string literal");
280 return ReturnError(StrStart, "End of line in string literal");
310 return ReturnError(StrStart, "End of file in string literal");
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 1203 const SCEV *StrStart = StoreEv->getStart();
1212 StrStart = getStartForNegStride(StrStart, BECount, IntIdxTy, StoreSize, SE);
1221 StrStart, Builder.getInt8PtrTy(StrAS), Preheader->getTerminator());

Completed in 38 milliseconds