Searched defs:Loc2 (Results 1 - 4 of 4) sorted by relevance
/external/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafety.h | 139 /// \param Loc2 -- The location of the second lock expression. 142 SourceLocation Loc2) {} 140 handleExclusiveAndShared(StringRef Kind, Name LockName, SourceLocation Loc1, SourceLocation Loc2) argument
|
/external/clang/lib/AST/ |
H A D | RawCommentList.cpp | 225 SourceLocation Loc1, SourceLocation Loc2, 228 std::pair<FileID, unsigned> Loc2Info = SM.getDecomposedLoc(Loc2); 240 assert(Loc1Info.second <= Loc2Info.second && "Loc1 after Loc2!"); 224 onlyWhitespaceBetween(SourceManager &SM, SourceLocation Loc1, SourceLocation Loc2, unsigned MaxNewlinesAllowed) argument
|
/external/clang/include/clang/Sema/ |
H A D | Initialization.h | 479 SourceLocation Loc2, SourceLocation Loc3) 483 Locations[1] = Loc2; 478 InitializationKind(InitKind Kind, InitContext Context, SourceLocation Loc1, SourceLocation Loc2, SourceLocation Loc3) argument
|
/external/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 546 MemoryLocation Loc2 = getLocation(Inst2, AA); local 548 if (Loc1.Ptr && Loc2.Ptr && isSimple(Inst1) && isSimple(Inst2)) { 550 aliased = AA->alias(Loc1, Loc2);
|
Completed in 167 milliseconds