Searched refs:Loc2 (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Extract/ |
H A D | SourceExtraction.cpp | 60 bool areOnSameLine(SourceLocation Loc1, SourceLocation Loc2, in areOnSameLine() argument 62 return !Loc1.isMacroID() && !Loc2.isMacroID() && in areOnSameLine() 63 SM.getSpellingLineNumber(Loc1) == SM.getSpellingLineNumber(Loc2); in areOnSameLine()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | CallingConvLower.cpp | 285 const CCValAssign &Loc2 = RVLocs2[I]; in resultsCompatible() local 288 Loc1.isRegLoc() != Loc2.isRegLoc() || in resultsCompatible() 290 Loc1.getLocInfo() != Loc2.getLocInfo() || in resultsCompatible() 292 Loc1.getExtraInfo() != Loc2.getExtraInfo()) in resultsCompatible()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafety.h | 169 SourceLocation Loc2) {} in handleExclusiveAndShared() argument
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | RawCommentList.cpp | 226 SourceLocation Loc1, SourceLocation Loc2, in onlyWhitespaceBetween() argument 229 std::pair<FileID, unsigned> Loc2Info = SM.getDecomposedLoc(Loc2); in onlyWhitespaceBetween()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | CallLowering.cpp | 995 const CCValAssign &Loc2 = ArgLocs2[i]; in resultsCompatible() local 999 if (Loc1.isRegLoc() != Loc2.isRegLoc()) in resultsCompatible() 1004 if (Loc1.getLocReg() != Loc2.getLocReg()) in resultsCompatible() 1012 if (Loc1.getLocMemOffset() != Loc2.getLocMemOffset()) in resultsCompatible()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | LoopCacheAnalysis.cpp | 466 const auto &Loc2 = MemoryLocation::get(&Other.StoreOrLoadInst); in isAliased() local 467 return AA.isMustAlias(Loc1, Loc2); in isAliased()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Initialization.h | 612 SourceLocation Loc2, SourceLocation Loc3) in InitializationKind() argument 615 Locations[1] = Loc2; in InitializationKind()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | SourceManager.h | 1454 bool isWrittenInSameFile(SourceLocation Loc1, SourceLocation Loc2) const { in isWrittenInSameFile() argument 1455 return getFileID(Loc1) == getFileID(Loc2); in isWrittenInSameFile()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 1924 SourceLocation Loc2) override { in handleExclusiveAndShared() argument 1928 PartialDiagnosticAt Note(Loc2, S.PDiag(diag::note_lock_exclusive_and_shared) in handleExclusiveAndShared()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 1951 MemoryLocation Loc2 = getLocation(Inst2, AA); in isAliased() local 1953 if (Loc1.Ptr && Loc2.Ptr && isSimple(Inst1) && isSimple(Inst2)) { in isAliased() 1955 aliased = !AA->isNoAlias(Loc1, Loc2); in isAliased()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 6427 LocTy Loc, Loc2; in parseBr() local 6444 parseTypeAndBasicBlock(Op2, Loc2, PFS)) in parseBr()
|