HomeSort by relevance Sort by last modified time
    Searched full:numargs (Results 76 - 100 of 182) sorted by null

1 2 34 5 6 7 8

  /external/clang/lib/Sema/
AttributeList.cpp 28 return (sizeof(AttributeList) + NumArgs * sizeof(Expr*));
SemaTemplateDeduction.cpp 135 const TemplateArgument *Args, unsigned NumArgs,
689 /// \param NumArgs The number of types in \c Args
712 const QualType *Args, unsigned NumArgs,
720 if (NumParams != NumArgs &&
722 !(NumArgs && isa<PackExpansionType>(Args[NumArgs - 1])))
739 if (ArgIdx >= NumArgs)
805 for (; ArgIdx < NumArgs; ++ArgIdx) {
    [all...]
SemaExprObjC.cpp     [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
TemplateInterpreter.java 483 int numArgs = node.getArguments().size();
484 if (numArgs > 0) {
485 Value[] argValues = new Value[numArgs];
507 if (numArgs > 0) {
  /external/llvm/include/llvm-c/
ExecutionEngine.h 141 unsigned NumArgs,
  /external/llvm/lib/Option/
Option.cpp 81 llvm::errs() << " NumArgs:" << getNumArgs();
  /external/clang/lib/AST/
Expr.cpp     [all...]
ASTContext.cpp     [all...]
TypeLoc.cpp 353 unsigned NumArgs,
357 for (unsigned i = 0, e = NumArgs; i != e; ++i) {
DeclPrinter.cpp 523 unsigned NumArgs = 0;
526 NumArgs = ParenList->getNumExprs();
530 NumArgs = Construct->getNumArgs();
537 for (unsigned I = 0; I != NumArgs; ++I) {
    [all...]
StmtProfile.cpp 63 unsigned NumArgs);
1211 unsigned NumArgs) {
1212 ID.AddInteger(NumArgs);
1213 for (unsigned I = 0; I != NumArgs; ++I)
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
TemplateTranslator.java 744 int numArgs = node.getArguments().size();
745 if (numArgs > 0) {
751 JavaExpression[] argValues = new JavaExpression[numArgs];
752 JavaExpression[] argStatus = new JavaExpression[numArgs];
796 if (numArgs > 0) {
    [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp     [all...]
  /dalvik/vm/compiler/codegen/mips/
CodegenDriver.cpp     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 61 num_params_(caller_mh.NumArgs()),
121 size_t num_params = mh.NumArgs();
  /bionic/libc/tools/
gensyscalls.py 263 numargs = int(flags)
264 if numargs > 4:
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 131 virtual unsigned getCallCost(FunctionType *FTy, int NumArgs = -1) const;
137 virtual unsigned getCallCost(const Function *F, int NumArgs = -1) const;
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
TraceEvent.h     [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 729 /// \p NumArgs indicates whether this is a no argument selector "foo", a
731 Selector getSelector(unsigned NumArgs, IdentifierInfo **IIV);
784 /// otherwise it is NUM_EXTRA_KINDS+NumArgs, where NumArgs is the number of
  /external/clang/lib/Basic/
IdentifierTable.cpp 331 keyword_iterator ArgTys, unsigned NumArgs) {
332 ID.AddInteger(NumArgs);
333 for (unsigned i = 0; i != NumArgs; ++i)
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 641 unsigned NumArgs = Record[Idx++];
642 while (NumArgs--)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
UnixAPIChecker.cpp 57 const unsigned numArgs,
238 const unsigned numArgs,
242 if (CE->getNumArgs() != numArgs)
  /system/security/keystore/
IKeystoreService.cpp 712 ssize_t numArgs = data.readInt32();
713 if (numArgs > 0) {
714 for (size_t i = 0; i < (size_t) numArgs; i++) {

Completed in 2344 milliseconds

1 2 34 5 6 7 8