OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Loc1
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Extract/
SourceExtraction.cpp
60
bool areOnSameLine(SourceLocation
Loc1
, SourceLocation Loc2,
62
return !
Loc1
.isMacroID() && !Loc2.isMacroID() &&
63
SM.getSpellingLineNumber(
Loc1
) == SM.getSpellingLineNumber(Loc2);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CallingConvLower.cpp
284
const CCValAssign &
Loc1
= RVLocs1[I];
288
Loc1
.isRegLoc() != Loc2.isRegLoc() ||
290
Loc1
.getLocInfo() != Loc2.getLocInfo() ||
292
Loc1
.getExtraInfo() != Loc2.getExtraInfo())
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
MergedLoadStoreMotion.cpp
197
MemoryLocation
Loc1
= MemoryLocation::get(Store1);
198
if (AA->isMustAlias(Loc0,
Loc1
) && Store0->isSameOperationAs(Store1) &&
199
!isStoreSinkBarrierInRange(*Store1->getNextNode(), BB1->back(),
Loc1
) &&
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafety.h
165
/// \param
Loc1
-- The location of the first lock expression.
168
SourceLocation
Loc1
,
/src/external/apache2/llvm/dist/clang/lib/AST/
RawCommentList.cpp
226
SourceLocation
Loc1
, SourceLocation Loc2,
228
std::pair<FileID, unsigned> Loc1Info = SM.getDecomposedLoc(
Loc1
);
241
assert(Loc1Info.second <= Loc2Info.second && "
Loc1
after Loc2!");
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
CallLowering.cpp
994
const CCValAssign &
Loc1
= ArgLocs1[i];
999
if (
Loc1
.isRegLoc() != Loc2.isRegLoc())
1002
if (
Loc1
.isRegLoc()) {
1004
if (
Loc1
.getLocReg() != Loc2.getLocReg())
1011
//
Loc1
wasn't a RegLoc, so they both must be MemLocs. Check if they match.
1012
if (
Loc1
.getLocMemOffset() != Loc2.getLocMemOffset())
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Initialization.h
611
InitializationKind(InitKind Kind, InitContext Context, SourceLocation
Loc1
,
614
Locations[0] =
Loc1
;
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopCacheAnalysis.cpp
465
const auto &
Loc1
= MemoryLocation::get(&StoreOrLoadInst);
467
return AA.isMustAlias(
Loc1
, Loc2);
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h
1454
bool isWrittenInSameFile(SourceLocation
Loc1
, SourceLocation Loc2) const {
1455
return getFileID(
Loc1
) == getFileID(Loc2);
/src/external/apache2/llvm/dist/clang/lib/Sema/
AnalysisBasedWarnings.cpp
1923
SourceLocation
Loc1
,
1925
PartialDiagnosticAt Warning(
Loc1
,
/src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp
7818
Value *Val0, *Val1; LocTy Loc0,
Loc1
;
7823
parseTypeAndValue(Val1,
Loc1
, PFS) ||
7834
return error(
Loc1
, "insertvalue operand and field disagree in type: '" +
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp
1941
/// \p
Loc1
is the location of \p Inst1. It is passed explicitly because it
1943
bool isAliased(const MemoryLocation &
Loc1
, Instruction *Inst1,
1953
if (
Loc1
.Ptr && Loc2.Ptr && isSimple(Inst1) && isSimple(Inst2)) {
1955
aliased = !AA->isNoAlias(
Loc1
, Loc2);
Completed in 42 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026