/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | RecordOps.h | 63 inline bool recordsEqual(const RecordStorageLocation &Loc1, in recordsEqual()
|
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAliasAnalysis.cpp | 70 alias(const MemoryLocation & Loc1,const MemoryLocation & Loc2,AAQueryInfo & AAQI,const Instruction *) alias() argument
|
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | RecordOps.cpp | 88 bool recordsEqual(const RecordStorageLocation &Loc1, const Environment &Env1, 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 | 324 const auto Loc1 = MemoryLocation::get(getInstructionByName(*F, "L1")); in TEST_F() local 354 const auto Loc1 = MemoryLocation::get(getInstructionByName(*F, "L1")); in TEST_F() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | AliasAnalysisEvaluator.cpp | 36 std::pair<const Value *, Type *> Loc1, in PrintResults()
|
H A D | LoopCacheAnalysis.cpp | 546 const auto &Loc1 = MemoryLocation::get(&StoreOrLoadInst); isAliased() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | MergedLoadStoreMotion.cpp | 193 MemoryLocation Loc1 = MemoryLocation::get(Store1); canSinkFromBlock() local
|
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafety.h | 173 SourceLocation Loc1, 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 | 178 StorageLocation &Loc1 = Env1.createStorageLocation(Context.IntTy); TEST_F() local
|
/llvm-project/clang/lib/AST/ |
H A D | RawCommentList.cpp | 227 std::pair<FileID, unsigned> Loc1Info = SM.getDecomposedLoc(Loc1); in onlyWhitespaceBetween() argument
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LoadStoreOpt.cpp | 286 LocationSize Loc1 = instMayAlias() local
|
H A D | CallLowering.cpp | 1213 const CCValAssign &Loc1 = ArgLocs1[i]; resultsCompatible() local
|
/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 | 631 InitializationKind(InitKind Kind, InitContext Context, SourceLocation Loc1, 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/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 1942 handleExclusiveAndShared(StringRef Kind,Name LockName,SourceLocation Loc1,SourceLocation Loc2) handleExclusiveAndShared() argument
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 8521 Value *Val0, *Val1; LocTy Loc0, Loc1; parseInsertValue() local
|
/llvm-project/clang/unittests/AST/ |
H A D | ASTImporterTest.cpp | 1932 EXPECT_EQ(Loc1.getSpellingColumnNumber(), Loc2.getSpellingColumnNumber()); in CompareSourceLocs() argument
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 3361 isAliased(const MemoryLocation & Loc1,Instruction * Inst1,Instruction * Inst2) isAliased() argument
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 28334 LocationSize Loc1 = mayAlias() local [all...] |