OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getArgument
(Results
1 - 25
of
55
) sorted by relevancy
1
2
3
/src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
DiffLog.cpp
27
Value *LogBuilder::
getArgument
(unsigned I) const { return Arguments[I]; }
DiffLog.h
56
Value *
getArgument
(unsigned I) const;
DiffConsumer.cpp
178
case 'l': printValue(Log.
getArgument
(arg++), true); break;
179
case 'r': printValue(Log.
getArgument
(arg++), false); break;
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
SemaConcept.h
48
C.getCanonicalTemplateArgument((*ParameterMapping)[I].
getArgument
())
50
C.getCanonicalTemplateArgument((*Other.ParameterMapping)[I].
getArgument
())
/src/external/bsd/zstd/dist/contrib/pzstd/
Options.cpp
43
const char *
getArgument
(const char *options, const char **argv, int &i,
209
const char *optionArgument =
getArgument
(options, argv, i, argc);
229
const char *optionArgument =
getArgument
(options, argv, i, argc);
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DeleteWithNonVirtualDtorChecker.cpp
63
const Expr *DeletedObj = DE->
getArgument
();
MallocChecker.cpp
2653
if (SymbolRef Sym = C.getSVal(DE->
getArgument
()).getAsSymbol())
2654
checkUseAfterFree(Sym, C, DE->
getArgument
());
2661
State = FreeMemAux(C, DE->
getArgument
(), Call, State,
/src/external/bsd/elftosb/dist/common/
Operation.h
71
inline uint32_t
getArgument
() { return m_argument; }
EncoreBootImage.h
658
inline uint32_t
getArgument
() const { return m_argument; }
/src/external/apache2/llvm/dist/clang/lib/AST/
ComputeDependence.cpp
315
return turnTypeToValueDependence(E->
getArgument
()->getDependence());
446
Deps |= toExprDependence(Arg->
getArgument
().getDependence());
722
Deps |= toExprDependence(A.
getArgument
().getDependence());
732
D |= toExprDependence(A.
getArgument
().getDependence());
772
D |= toExprDependence(A.
getArgument
().getDependence());
804
TA |= ArgLoc.
getArgument
().getDependence() & InterestingDeps;
TypePrinter.cpp
1841
const TemplateArgument &
getArgument
(const TemplateArgument &A) { return A; }
1843
static const TemplateArgument &
getArgument
(const TemplateArgumentLoc &A) {
1844
return A.
getArgument
();
1855
const TemplateArgument::ArgKind &Kind = A.
getArgument
().getKind();
1858
return A.
getArgument
().print(PP, OS, IncludeType);
1986
Ctx, Arg, TTPD->getDefaultArgument().
getArgument
(), Args, Depth);
2007
OrigArgs.push_back(
getArgument
(A));
2009
isSubstitutedDefaultArgument(Ctx,
getArgument
(Args.back()),
2025
const TemplateArgument &Argument =
getArgument
(Arg);
ASTTypeTraits.cpp
145
TAL->
getArgument
().print(PP, OS, /*IncludeType*/ true);
Comment.cpp
179
if (MaybeFunction.
getArgument
().getKind() != TemplateArgument::Type)
TemplateBase.cpp
657
Deps |= Info[i].
getArgument
().getDependence();
DeclPrinter.cpp
1119
Args[I].
getArgument
().print(Policy, Out, /*IncludeType*/ true);
1121
Args[I].
getArgument
().print(
DeclTemplate.cpp
845
if (DefArg.
getArgument
().isNull())
1464
ArgLoc.
getArgument
().print(Policy, OS, /*IncludeType*/ false);
JSONNodeDumper.cpp
891
Visit(D->getDefaultArgument().
getArgument
(),
1401
[&TAL, this] { Visit(TAL.
getArgument
(), TAL.getSourceRange()); });
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateVariadic.cpp
215
if (ArgLoc.
getArgument
().isPackExpansion())
503
if (Arg.
getArgument
().isNull() ||
504
!Arg.
getArgument
().containsUnexpandedParameterPack())
1058
const TemplateArgument &Argument = OrigLoc.
getArgument
();
SemaTemplate.cpp
1666
if (DefaultArg.
getArgument
().getAsTemplate().isNull()) {
1674
DefaultArg.
getArgument
().getAsTemplate(),
3728
TemplateArgs[0].
getArgument
().getKind()
4956
const TemplateArgument &Arg = AL.
getArgument
();
5230
Param->getDefaultArgument().
getArgument
().getAsTemplate(),
5422
switch (Arg.
getArgument
().getKind()) {
5430
CheckTemplateArgument(NTTP, NTTPType, Arg.
getArgument
().getAsExpr(),
5440
if (Res.get() != Arg.
getArgument
().getAsExpr()) {
5454
Converted.push_back(Arg.
getArgument
());
5462
= Arg.
getArgument
().getAsTemplateOrTemplatePattern(
[
all
...]
TreeTransform.h
3626
switch (Pattern.
getArgument
().getKind()) {
3640
TemplateArgument(Pattern.
getArgument
().getAsTemplate(),
4308
const TemplateArgument &Arg = Input.
getArgument
();
4353
DI = InventTypeSourceInfo(Input.
getArgument
().getAsType());
4396
if (!InputExpr) InputExpr = Input.
getArgument
().getAsExpr();
4478
if (In.
getArgument
().getKind() == TemplateArgument::Pack) {
4488
In.
getArgument
().pack_begin()),
4490
In.
getArgument
().pack_end()),
4497
if (In.
getArgument
().isPackExpansion()) {
4534
if (Out.
getArgument
().isNull()
[
all
...]
/src/external/bsd/elftosb/dist/elftosb2/
EncoreBootImageGenerator.cpp
258
uint32_t arg = static_cast<uint32_t>(op->
getArgument
());
/src/external/apache2/llvm/dist/clang/include/clang/AST/
TemplateBase.h
507
const TemplateArgument &
getArgument
() const {
ASTNodeTraverser.h
300
Visit(A.
getArgument
(), A.getSourceRange(), From, Label);
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexDecl.cpp
50
switch (TALoc.
getArgument
().getKind()) {
61
if (const TemplateDecl *TD = TALoc.
getArgument
()
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h
1096
return getOriginExpr()->
getArgument
();
Completed in 66 milliseconds
1
2
3
Indexes created Mon Jun 08 00:24:58 UTC 2026