Home
last modified time | relevance | path

Searched defs:Loc2 (Results 1 – 21 of 21) sorted by relevance

/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DRecordOps.h64 const RecordStorageLocation &Loc2, in recordsEqual()
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAliasAnalysis.cpp71 alias(const MemoryLocation & Loc1,const MemoryLocation & Loc2,AAQueryInfo & AAQI,const Instruction *) alias() argument
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DRecordOps.cpp89 const RecordStorageLocation &Loc2, const Environment &Env2) { in recordsEqual()
/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp61 bool areOnSameLine(SourceLocation Loc1, SourceLocation Loc2, in areOnSameLine()
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DNamespaceCommentCheck.cpp43 SourceLocation Loc1, SourceLocation Loc2) { in locationsInSameFile()
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DConcatNestedNamespacesCheck.cpp21 SourceLocation Loc1, SourceLocation Loc2) { in locationsInSameFile()
/llvm-project/llvm/unittests/Analysis/
H A DAliasAnalysisTest.cpp325 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 DAliasAnalysisEvaluator.cpp37 std::pair<const Value *, Type *> Loc2, in PrintResults()
H A DLoopCacheAnalysis.cpp547 const auto &Loc2 = MemoryLocation::get(&Other.StoreOrLoadInst); isAliased() local
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h174 SourceLocation Loc2) {} in handleExclusiveAndShared() argument
/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp276 auto AreCompatible = [](const CCValAssign &Loc1, const CCValAssign &Loc2) { in resultsCompatible() argument
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DDataflowEnvironmentTest.cpp182 StorageLocation &Loc2 = Env2.createStorageLocation(Context.IntTy); TEST_F() local
/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp227 onlyWhitespaceBetween(SourceManager & SM,SourceLocation Loc1,SourceLocation Loc2,unsigned MaxNewlinesAllowed) onlyWhitespaceBetween() argument
/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp567 transferSwap(RecordStorageLocation * Loc1,RecordStorageLocation * Loc2,Environment & Env) transferSwap() argument
/llvm-project/clang/include/clang/Sema/
H A DInitialization.h632 SourceLocation Loc2, SourceLocation Loc3) in InitializationKind() argument
/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1493 bool isWrittenInSameFile(SourceLocation Loc1, SourceLocation Loc2) const { in isWrittenInSameFile() argument
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp1214 const CCValAssign &Loc2 = ArgLocs2[i]; resultsCompatible() local
/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1943 handleExclusiveAndShared(StringRef Kind,Name LockName,SourceLocation Loc1,SourceLocation Loc2) handleExclusiveAndShared() argument
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7127 LocTy Loc, Loc2; parseBr() local
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp6832 OpenMPIRBuilder::LocationDescription Loc2(Builder.saveIP(), DL); TEST_F() local
/llvm-project/clang/unittests/AST/
H A DASTImporterTest.cpp1932 EXPECT_EQ(Loc1.getSpellingColumnNumber(), Loc2.getSpellingColumnNumber()); in CompareSourceLocs() argument