HomeSort by relevance Sort by last modified time
    Searched defs:getNumArgs (Results 1 - 13 of 13) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
Diagnostic.h 35 unsigned int getNumArgs() const
39 assert(pIdx < getNumArgs() && "Argument index is out of range!");
  /frameworks/native/opengl/tools/glgen/src/
CFunc.java 72 public int getNumArgs() {
JFunc.java 95 public int getNumArgs() {
127 int numArgs = cfunc.getNumArgs();
  /external/clang/include/clang/Driver/
Option.h 94 unsigned getNumArgs() const { return Info->Param; }
  /external/clang/include/clang/Lex/
MacroInfo.h 217 unsigned getNumArgs() const { return NumArguments; }
  /external/clang/include/clang/Sema/
AttributeList.h 250 /// getNumArgs - Return the number of actual arguments to this attribute.
251 unsigned getNumArgs() const { return NumArgs; }
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 208 virtual unsigned getNumArgs() const = 0;
402 virtual unsigned getNumArgs() const { return getOriginExpr()->getNumArgs(); }
541 virtual unsigned getNumArgs() const {
543 return CE->getNumArgs();
583 virtual unsigned getNumArgs() const {
584 return getOriginExpr()->getNumArgs() - 1;
629 virtual unsigned getNumArgs() const { return 0; }
682 virtual unsigned getNumArgs() const { return getOriginExpr()->getNumArgs(); }
    [all...]
  /external/clang/lib/Basic/
IdentifierTable.cpp 318 unsigned getNumArgs() const { return ExtraKindOrNumArgs - NUM_EXTRA_KINDS; }
325 return keyword_begin()+getNumArgs();
328 assert(i < getNumArgs() && "getIdentifierInfoForSlot(): illegal index");
338 Profile(ID, keyword_begin(), getNumArgs());
343 unsigned Selector::getNumArgs() const {
351 return SI->getNumArgs();
389 if (getNumArgs() == 0)
  /external/clang/include/clang/AST/
Comment.h 331 unsigned getNumArgs() const {
643 unsigned getNumArgs() const {
727 return getNumArgs() > 0;
784 return getNumArgs() > 0;
ExprCXX.h     [all...]
ExprObjC.h 406 /// getNumArgs - Return the number of actual arguments to this call.
407 unsigned getNumArgs() const { return SelName.getNumArgs(); }
    [all...]
Type.h     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]

Completed in 434 milliseconds