/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | RecordOps.h | 64 const RecordStorageLocation &Loc2, in recordsEqual()
|
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAliasAnalysis.cpp | 71 alias(const MemoryLocation & Loc1,const MemoryLocation & Loc2,AAQueryInfo & AAQI,const Instruction *) alias() argument
|
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | RecordOps.cpp | 89 const RecordStorageLocation &Loc2, const Environment &Env2) { in recordsEqual()
|
/llvm-project/clang/lib/Tooling/Refactoring/Extract/ |
H A D | SourceExtraction.cpp | 61 bool areOnSameLine(SourceLocation Loc1, SourceLocation Loc2, in areOnSameLine()
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | NamespaceCommentCheck.cpp | 43 SourceLocation Loc1, SourceLocation Loc2) { in locationsInSameFile()
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | ConcatNestedNamespacesCheck.cpp | 21 SourceLocation Loc1, SourceLocation Loc2) { in locationsInSameFile()
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | AliasAnalysisTest.cpp | 325 const auto Loc2 = MemoryLocation::get(getInstructionByName(*F, "L2")); in TEST_F() local 355 const auto Loc2 = MemoryLocation::get(getInstructionByName(*F, "L2")); in TEST_F() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | AliasAnalysisEvaluator.cpp | 37 std::pair<const Value *, Type *> Loc2, in PrintResults()
|
H A D | LoopCacheAnalysis.cpp | 547 const auto &Loc2 = MemoryLocation::get(&Other.StoreOrLoadInst); isAliased() local
|
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafety.h | 174 SourceLocation Loc2) {} in handleExclusiveAndShared() argument
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | CallingConvLower.cpp | 276 auto AreCompatible = [](const CCValAssign &Loc1, const CCValAssign &Loc2) { in resultsCompatible() argument
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | DataflowEnvironmentTest.cpp | 182 StorageLocation &Loc2 = Env2.createStorageLocation(Context.IntTy); TEST_F() local
|
/llvm-project/clang/lib/AST/ |
H A D | RawCommentList.cpp | 227 onlyWhitespaceBetween(SourceManager & SM,SourceLocation Loc1,SourceLocation Loc2,unsigned MaxNewlinesAllowed) onlyWhitespaceBetween() argument
|
/llvm-project/clang/lib/Analysis/FlowSensitive/Models/ |
H A D | UncheckedOptionalAccessModel.cpp | 567 transferSwap(RecordStorageLocation * Loc1,RecordStorageLocation * Loc2,Environment & Env) transferSwap() argument
|
/llvm-project/clang/include/clang/Sema/ |
H A D | Initialization.h | 632 SourceLocation Loc2, SourceLocation Loc3) in InitializationKind() argument
|
/llvm-project/clang/include/clang/Basic/ |
H A D | SourceManager.h | 1493 bool isWrittenInSameFile(SourceLocation Loc1, SourceLocation Loc2) const { in isWrittenInSameFile() argument
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CallLowering.cpp | 1214 const CCValAssign &Loc2 = ArgLocs2[i]; resultsCompatible() local
|
/llvm-project/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 1943 handleExclusiveAndShared(StringRef Kind,Name LockName,SourceLocation Loc1,SourceLocation Loc2) handleExclusiveAndShared() argument
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 7127 LocTy Loc, Loc2; parseBr() local
|
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPIRBuilderTest.cpp | 6832 OpenMPIRBuilder::LocationDescription Loc2(Builder.saveIP(), DL); TEST_F() local
|
/llvm-project/clang/unittests/AST/ |
H A D | ASTImporterTest.cpp | 1932 EXPECT_EQ(Loc1.getSpellingColumnNumber(), Loc2.getSpellingColumnNumber()); in CompareSourceLocs() argument
|