OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ArgLoc
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
AliasAnalysis.cpp
258
MemoryLocation
ArgLoc
=
260
AliasResult ArgAlias = alias(
ArgLoc
, Loc, AAQI);
AliasSetTracker.cpp
498
MemoryLocation
ArgLoc
=
503
addPointer(
ArgLoc
, getAccessFromModRef(ArgMask));
MemoryDependenceAnalysis.cpp
458
MemoryLocation
ArgLoc
= MemoryLocation::getAfter(II->getArgOperand(1));
459
if (BatchAA.isMustAlias(
ArgLoc
, MemLoc))
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64CallLowering.cpp
732
auto &
ArgLoc
= OutLocs[i];
733
if (
ArgLoc
.isRegLoc())
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
85
const CCValAssign &
ArgLoc
= ArgLocs[I];
86
if (!
ArgLoc
.isRegLoc())
88
MCRegister Reg =
ArgLoc
.getLocReg();
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp
6458
SourceLocation
ArgLoc
;
6462
else if (!S.checkStringLiteralArgumentAttr(AL, 0, Str, &
ArgLoc
))
6468
<<
ArgLoc
;
6535
SourceLocation
ArgLoc
;
6539
else if (!S.checkStringLiteralArgumentAttr(AL, 0, Str, &
ArgLoc
))
6740
SourceLocation
ArgLoc
;
6741
if (!S.checkStringLiteralArgumentAttr(AL, 0, Str, &
ArgLoc
))
6793
SourceLocation
ArgLoc
;
6794
if (!S.checkStringLiteralArgumentAttr(AL, 0, Str, &
ArgLoc
))
6810
SourceLocation
ArgLoc
;
[
all
...]
TreeTransform.h
626
TemplateArgumentLoc &
ArgLoc
);
6542
for (const auto &
ArgLoc
: NewTemplateArgs.arguments())
6543
NewArgList.push_back(
ArgLoc
.getArgument());
13285
TemplateArgumentLoc
ArgLoc
;
13286
InventTemplateArgumentLoc(Arg,
ArgLoc
);
13292
getSema().getTemplateArgumentPackExpansionPattern(
ArgLoc
, Ellipsis,
Completed in 70 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026