OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getNumArgs
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Option/
Option.h
150
unsigned
getNumArgs
() const { return Info->Param; }
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
ParsedAttr.h
465
///
getNumArgs
- Return the number of actual arguments to this attribute.
466
unsigned
getNumArgs
() const { return NumArgs; }
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Comment.h
356
unsigned
getNumArgs
() const {
668
unsigned
getNumArgs
() const {
759
return
getNumArgs
() > 0;
829
return
getNumArgs
() > 0;
ExprObjC.h
479
///
getNumArgs
- Return the number of actual arguments to this call.
480
unsigned
getNumArgs
() const { return SelName.
getNumArgs
(); }
1372
unsigned
getNumArgs
() const { return NumArgs; }
1421
getNumArgs
()),
1434
return Sel.
getNumArgs
();
ExprCXX.h
1491
// * An array of
getNumArgs
() "Stmt *" for the arguments of the
1598
arg_iterator arg_end() { return arg_begin() +
getNumArgs
(); }
1600
const_arg_iterator arg_end() const { return arg_begin() +
getNumArgs
(); }
1608
unsigned
getNumArgs
() const { return NumArgs; }
1612
assert(Arg <
getNumArgs
() && "Arg access out of range!");
1616
assert(Arg <
getNumArgs
() && "Arg access out of range!");
1622
assert(Arg <
getNumArgs
() && "Arg access out of range!");
1638
return child_range(getTrailingArgs(), getTrailingArgs() +
getNumArgs
());
2685
return
getNumArgs
();
2714
unsigned
getNumArgs
() const { return TypeTraitExprBits.NumArgs;
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
Diagnostic.h
1547
unsigned
getNumArgs
() const { return DiagObj->DiagStorage.NumDiagArgs; }
1554
/// \pre Idx <
getNumArgs
()
1556
assert(Idx <
getNumArgs
() && "Argument index out of range!");
/src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h
1346
unsigned
getNumArgs
() const { return NumArgs; }
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
OpenMPOpt.cpp
210
size_t
getNumArgs
() const { return ArgumentTypes.size(); }
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenDAGPatterns.h
931
unsigned
getNumArgs
() const { return Args.size(); }
/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;
Completed in 525 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026