OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numArgs
(Results
1 - 17
of
17
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
ParsedAttr.h
49
unsigned
NumArgs
: 4;
73
: AttrKind(AttrKind),
NumArgs
(0), OptArgs(0), HasCustomParsing(0),
203
/// 1: __attribute__(( const )). ParmName/Args/
NumArgs
will all be unused.
204
/// 2: __attribute__(( mode(byte) )). ParmName used, Args/
NumArgs
unused.
205
/// 3: __attribute__(( format(printf, 1, 2) )). ParmName/Args/
NumArgs
all used.
215
size_t numTrailingObjects(OverloadToken<ArgsUnion>) const { return
NumArgs
; }
237
unsigned
NumArgs
: 16;
296
ArgsUnion *args, unsigned
numArgs
, Syntax syntaxUsed,
300
EllipsisLoc(ellipsisLoc),
NumArgs
(
numArgs
), Invalid(false)
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
UnixAPIChecker.cpp
85
const unsigned
numArgs
,
366
const unsigned
numArgs
,
370
if (CE->getNumArgs() !=
numArgs
)
CheckSecuritySyntaxOnly.cpp
609
unsigned
numArgs
= CE->getNumArgs();
610
if ((signed)
numArgs
<= ArgSuffix.first)
831
int
numArgs
= FPT->getNumParams();
832
if (
numArgs
!= 2 &&
numArgs
!= 3)
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
importc.d
241
const
numArgs
= ce.arguments ? ce.arguments.length : 0;
242
if (
numArgs
>= 1)
expressionsem.d
4420
const
numArgs
= exp.arguments ? exp.arguments.length : 0;
4429
if (
numArgs
== 1)
/src/external/apache2/llvm/dist/clang/lib/AST/
Mangle.cpp
341
numArgs
= selector.getNumArgs(),
342
slotEnd = std::max(
numArgs
, 1U);
350
if (
numArgs
)
/src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcISelLowering.h
172
unsigned
numArgs
) const;
SparcISelLowering.cpp
2155
unsigned
numArgs
) const {
2182
assert(Op->getNumOperands() >=
numArgs
&& "Not enough operands!");
2183
for (unsigned i = 0, e =
numArgs
; i != e; ++i) {
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULibCalls.cpp
1608
int
numArgs
= (int)aCI->getNumArgOperands();
1609
if (
numArgs
> 3)
1615
if (
numArgs
> 0) {
1620
if (
numArgs
> 1) {
1627
if (
numArgs
> 2) {
/src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c
1616
int
NumArgs
= clang_Cursor_getNumArguments(cursor);
1617
if (
NumArgs
!= -1 &&
NumArgs
!= 0) {
1620
for (i = 0; i <
NumArgs
; ++i) {
4057
int i, a, numCmds,
numArgs
;
4107
numArgs
= clang_CompileCommand_getNumArgs(CCmd);
4108
if (
numArgs
> MAX_COMPILE_ARGS){
4113
for (a=0; a<
numArgs
; ++a) {
4118
errorCode = index_compile_args(
numArgs
, args, idxAction,
4121
for (a=0; a<
numArgs
; ++a
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
VectorUtils.h
185
/// <vparams> = "v", as many as are the
numArgs
.
189
unsigned
numArgs
, ElementCount VF);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
VectorUtils.cpp
1302
StringRef ScalarName, unsigned
numArgs
,
1311
for (unsigned I = 0; I <
numArgs
; ++I)
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
1438
unsigned
numArgs
= OldMsg->getNumArgs();
1439
for (unsigned i = 0; i <
numArgs
; i++) {
1522
unsigned
numArgs
= OldMsg->getNumArgs();
1523
for (unsigned i = 0; i <
numArgs
; i++) {
2392
unsigned
numArgs
= proto->getNumParams();
2393
for (unsigned i = 0; i <
numArgs
; i++) {
2396
if (i+1 <
numArgs
)
2400
FdStr += (
numArgs
> 0) ? ", ...);\n" : "...);\n";
RewriteObjC.cpp
2306
unsigned
numArgs
= proto->getNumParams();
2307
for (unsigned i = 0; i <
numArgs
; i++) {
2310
if (i+1 <
numArgs
)
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
process.d
3872
int
numArgs
;
3873
auto args = CommandLineToArgvW(lpCommandLine, &
numArgs
);
3875
return args[0 ..
numArgs
]
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
953
unsigned
NumArgs
= TheCall->getNumArgs();
955
if (
NumArgs
< 4) {
958
<< 0 << 4 <<
NumArgs
;
993
if (
NumArgs
== 4) {
1015
if (
NumArgs
>= 7) {
1060
if (
NumArgs
== 7)
4410
unsigned
NumArgs
) {
4425
if (!Format ||
NumArgs
<= Idx)
4715
unsigned
NumArgs
= TheCall->getNumArgs();
4724
--
NumArgs
;
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h
1716
unsigned
NumArgs
;
1731
unsigned
NumArgs
;
1749
unsigned
NumArgs
;
1765
unsigned
NumArgs
;
4024
unsigned
numArgs
) {
4025
for (unsigned Idx = 0; Idx <
numArgs
; ++Idx)
4333
param_type_iterator ArgTys, unsigned
NumArgs
,
4922
return SubstTemplateTypeParmPackTypeBits.
NumArgs
;
5007
return AutoTypeBits.
NumArgs
;
5190
return TemplateSpecializationTypeBits.
NumArgs
;
[
all
...]
Completed in 101 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026