HomeSort by: relevance | last modified time | path
    Searched defs:RLoc (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
MergeICmps.cpp 259 MemoryLocation RLoc = MemoryLocation::get(Rhs_.LoadI);
261 isModSet(AA.getModRefInfo(Inst, RLoc)))
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp 1934 SourceLocation RLoc = Tok.getLocation();
1944 Length.get(), Stride.get(), RLoc);
1947 Idx.get(), RLoc);
ParseOpenMP.cpp 487 SourceLocation RLoc = Tok.getLocation();
489 RLoc = T.getCloseLocation();
495 Actions.ActOnParenListExpr(T.getOpenLocation(), RLoc, Exprs);
734 SourceLocation RLoc;
735 SimdLen = P.ParseOpenMPParensExpr(ClauseName, RLoc);
1092 SourceLocation RLoc;
1093 ScoreExpr = P.ParseOpenMPParensExpr(SelectorName, RLoc);
1173 SourceLocation RLoc;
1174 ExprResult Condition = ParseOpenMPParensExpr("user condition", RLoc);
1380 SourceLocation RLoc;
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 3325 /// \param RLoc Returned location of right paren.
3326 ExprResult ParseOpenMPParensExpr(StringRef ClauseName, SourceLocation &RLoc,
3333 SourceLocation RLoc;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 4096 SMLoc RLoc = Parser.getTok().getLoc();
4099 AArch64Operand::CreateToken("]", false, RLoc, getContext()));

Completed in 63 milliseconds