OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNumArgs
(Results
1 - 25
of
178
) sorted by relevancy
1
2
3
4
5
6
7
8
/src/external/apache2/llvm/dist/clang/examples/Attribute/
Attribute.cpp
62
if (Attr.
getNumArgs
() > 3) {
70
if (Attr.
getNumArgs
() > 0) {
82
for (unsigned i = 0; i < Attr.
getNumArgs
(); i++) {
/src/external/apache2/llvm/dist/llvm/lib/Option/
Option.cpp
84
O << " NumArgs:" <<
getNumArgs
();
168
Index += 1 +
getNumArgs
();
172
Arg *A = new Arg(*this, Spelling, Index - 1 -
getNumArgs
(),
173
Args.getArgString(Index -
getNumArgs
()));
174
for (unsigned i = 1; i !=
getNumArgs
(); ++i)
175
A->getValues().push_back(Args.getArgString(Index -
getNumArgs
() + i));
/src/external/apache2/llvm/dist/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp
63
if (Msg->
getNumArgs
() != 1)
182
if (Msg->
getNumArgs
() != 1)
230
if (Msg->
getNumArgs
() != 2)
264
if (Msg->
getNumArgs
() != 2)
310
if (Msg->
getNumArgs
() != 2)
391
if (Msg->
getNumArgs
() != 0)
398
if (Msg->
getNumArgs
() != 1)
409
if (Msg->
getNumArgs
() == 0)
411
const Expr *SentinelExpr = Msg->getArg(Msg->
getNumArgs
() - 1);
415
for (unsigned i = 0, e = Msg->
getNumArgs
() - 1; i != e; ++i
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h
237
virtual unsigned
getNumArgs
() const = 0;
539
unsigned
getNumArgs
() const override { return getOriginExpr()->
getNumArgs
(); }
575
unsigned
getNumArgs
() const override { return getOriginExpr()->
getNumArgs
(); }
713
unsigned
getNumArgs
() const override {
715
return CE->
getNumArgs
();
757
unsigned
getNumArgs
() const override {
758
return getOriginExpr()->
getNumArgs
() - 1;
824
unsigned
getNumArgs
() const override { return 0;
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
MismatchedIteratorChecker.cpp
73
if (Call.
getNumArgs
() < 1)
82
if (Call.
getNumArgs
() < 2)
99
if (Call.
getNumArgs
() == 2) {
106
if (Call.
getNumArgs
() == 3 &&
117
if (Call.
getNumArgs
() < 2)
ObjCContainersChecker.cpp
89
if (Name.empty() || CE->
getNumArgs
() < 1)
94
if (CE->
getNumArgs
() < 3)
112
if (Name.empty() || CE->
getNumArgs
() < 2)
BuiltinFunctionChecker.cpp
48
assert (Call.
getNumArgs
() > 0);
75
assert (Call.
getNumArgs
() > 0);
UnixAPIChecker.cpp
184
if (CE->
getNumArgs
() < MinArgCount) {
188
} else if (CE->
getNumArgs
() == MaxArgCount) {
203
} else if (CE->
getNumArgs
() > MaxArgCount) {
257
if (CE->
getNumArgs
() < MaxArgCount) {
280
if (CE->
getNumArgs
() < 1)
370
if (CE->
getNumArgs
() != numArgs)
395
unsigned int nArgs = CE->
getNumArgs
();
ObjCContainersASTChecker.cpp
105
if (CE->
getNumArgs
() != 4)
112
if (CE->
getNumArgs
() != 6)
MacOSXAPIChecker.cpp
67
if (CE->
getNumArgs
() < 1)
NoReturnFunctionChecker.cpp
119
switch (Sel.
getNumArgs
()) {
GTestChecker.cpp
132
assert(Call->
getNumArgs
() >= 1 && Call->
getNumArgs
() <= 2);
161
assert(Call->
getNumArgs
() == 1);
/src/external/mit/isl/dist/interface/
isl_config.h.in
156
#undef
getNumArgs
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
ASTUtils.cpp
49
if (operatorCall->
getNumArgs
() == 1) {
UncountedCallArgsChecker.cpp
79
P < F->param_end() && ArgIdx < CE->
getNumArgs
(); ++P, ++ArgIdx) {
122
if (CE->
getNumArgs
() == 0)
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
X86FoldTablesEmitter.cpp
382
unsigned MemOutSize = MemRec->getValueAsDag("OutOperandList")->
getNumArgs
();
383
unsigned RegOutSize = RegRec->getValueAsDag("OutOperandList")->
getNumArgs
();
384
unsigned MemInSize = MemRec->getValueAsDag("InOperandList")->
getNumArgs
();
385
unsigned RegInSize = RegRec->getValueAsDag("InOperandList")->
getNumArgs
();
469
unsigned MemInOpsNum = MemRec->getValueAsDag("InOperandList")->
getNumArgs
();
470
unsigned RegInOpsNum = RegRec->getValueAsDag("InOperandList")->
getNumArgs
();
522
unsigned MemOutSize = MemRec->getValueAsDag("OutOperandList")->
getNumArgs
();
523
unsigned RegOutSize = RegRec->getValueAsDag("OutOperandList")->
getNumArgs
();
524
unsigned MemInSize = MemRec->getValueAsDag("InOperandList")->
getNumArgs
();
525
unsigned RegInSize = RegRec->getValueAsDag("InOperandList")->
getNumArgs
();
[
all
...]
SubtargetFeatureInfo.cpp
126
if (D->
getNumArgs
() == 0)
138
NotArg->
getNumArgs
() != 1)
CodeGenInstruction.cpp
43
NumDefs = OutDI->
getNumArgs
();
57
unsigned e = InDI->
getNumArgs
() + OutDI->
getNumArgs
();
105
if (unsigned NumArgs = MIOpInfo->
getNumArgs
())
223
for (unsigned i = 0, e = MIOpInfo->
getNumArgs
(); i != e; ++i)
517
if (!ConstraintList || i >= ConstraintList->
getNumArgs
())
669
if (MIOpInfo->
getNumArgs
() == 0) {
674
return MIOpInfo->
getNumArgs
();
693
for (unsigned i = 0, e = Result->
getNumArgs
(); i != e; ++i) {
725
if (AliasOpNo >= Result->
getNumArgs
())
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULibFunc.h
332
virtual unsigned
getNumArgs
() const = 0;
372
unsigned
getNumArgs
() const { return Impl->
getNumArgs
(); }
416
unsigned
getNumArgs
() const override;
446
unsigned
getNumArgs
() const override;
/src/external/apache2/llvm/dist/clang/lib/Index/
CommentToXML.cpp
268
if (C->
getNumArgs
() == 0)
278
for (unsigned i = 0, e = C->
getNumArgs
(); i != e; ++i) {
285
assert(C->
getNumArgs
() == 1);
291
assert(C->
getNumArgs
() == 1);
297
assert(C->
getNumArgs
() == 1);
303
assert(C->
getNumArgs
() == 1);
617
if (C->
getNumArgs
() == 0)
627
for (unsigned i = 0, e = C->
getNumArgs
(); i != e; ++i) {
633
assert(C->
getNumArgs
() == 1);
639
assert(C->
getNumArgs
() == 1)
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Basic/
IdentifierTable.cpp
429
using DeclarationNameExtra::
getNumArgs
;
438
return keyword_begin() +
getNumArgs
();
442
assert(i <
getNumArgs
() && "getIdentifierInfoForSlot(): illegal index");
454
Profile(ID, keyword_begin(),
getNumArgs
());
462
if (
getNumArgs
() != Names.size())
475
unsigned Selector::
getNumArgs
() const {
483
return SI->
getNumArgs
();
521
if (
getNumArgs
() == 0) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGGPUBuiltin.cpp
74
assert(E->
getNumArgs
() >= 1); // printf always has at least one arg.
131
assert(E->
getNumArgs
() >= 1); // printf always has at least one arg.
/src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
SourceCodeBuilders.cpp
23
if (CE->
getNumArgs
() > 0 &&
56
return Op->
getNumArgs
() == 2 && Op->getOperator() != OO_PlusPlus &&
/src/external/apache2/llvm/dist/clang/lib/AST/
OSLog.cpp
182
ArrayRef<const Expr *> Args(E->getArgs(), E->getArgs() + E->
getNumArgs
());
188
assert(E->
getNumArgs
() >= 1 &&
194
assert(E->
getNumArgs
() >= 2 &&
/src/external/apache2/llvm/dist/clang/include/clang/AST/
TemplateBase.h
697
return getArgs() +
getNumArgs
();
702
return getArgs() +
getNumArgs
();
707
assert(Idx <
getNumArgs
() && "Template argument out of range");
713
assert(Idx <
getNumArgs
() && "Template argument out of range");
718
assert(Idx <
getNumArgs
() && "Template argument out of range");
Completed in 36 milliseconds
1
2
3
4
5
6
7
8
Indexes created Thu Jun 18 00:24:58 UTC 2026