HomeSort by relevance Sort by last modified time
    Searched refs:getNumArgs (Results 51 - 75 of 130) sorted by null

1 23 4 5 6

  /external/clang/lib/StaticAnalyzer/Checkers/
SimpleStreamChecker.cpp 152 if (Call.getNumArgs() != 1)
BasicObjCFoundationChecks.cpp 441 if (FD->getIdentifier() != II || CE->getNumArgs() != 3)
545 if (CE->getNumArgs() != 1)
768 unsigned variadicArgsBegin = msg.getSelector().getNumArgs();
772 unsigned variadicArgsEnd = msg.getNumArgs() - 1;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 82 unsigned NumOfArgs = getNumArgs();
157 for (unsigned Idx = 0, Count = getNumArgs(); Idx != Count; ++Idx) {
294 unsigned NumArgs = Call.getNumArgs();
875 if (Sel.getNumArgs() == 1 &&
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 390 CtxI->second < CtxI->first->getNumArgs()))
412 unsigned NumArgs = I->second->isVariadic() ? 1 : I->second->getNumArgs();
  /external/clang/lib/Analysis/
ThreadSafety.cpp 329 LRCallCtx.NumArgs = CMCE->getNumArgs();
337 CMCE->getNumArgs() == 0) {
342 unsigned NumCallArgs = CMCE->getNumArgs();
355 LRCallCtx.NumArgs = CE->getNumArgs();
372 unsigned NumCallArgs = CE->getNumArgs();
497 CallCtx.NumArgs = CE->getNumArgs();
500 CallCtx.NumArgs = CE->getNumArgs();
505 CallCtx.NumArgs = CE->getNumArgs();
    [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 666 Out << Spec->getNumArgs();
667 for (unsigned I = 0, N = Spec->getNumArgs(); I != N; ++I)
  /external/clang/include/clang/Basic/
PartialDiagnostic.h 214 for (unsigned I = 0, N = Other.getNumArgs(); I != N; ++I) {
IdentifierTable.h 667 unsigned getNumArgs() const;
678 /// This index shall be less than \c getNumArgs() unless this is a keyword
688 /// This index shall be less than \c getNumArgs() unless this is a keyword
Diagnostic.h     [all...]
  /external/clang/lib/AST/
Comment.cpp 293 if (STL.getNumArgs() != 1)
TypeLoc.cpp 347 TemplateSpecializationTypeLoc::initializeArgLocs(Context, getNumArgs(),
Expr.cpp     [all...]
ItaniumMangle.cpp 758 mangleTemplateArgs(TST->getArgs(), TST->getNumArgs());
771 mangleTemplateArgs(DTST->getArgs(), DTST->getNumArgs());
    [all...]
ASTDumper.cpp     [all...]
  /external/clang/unittests/AST/
CommentParser.cpp 293 if (ICC->getNumArgs() != 0)
295 << "InlineCommandComment has " << ICC->getNumArgs() << " arg(s), "
311 if (ICC->getNumArgs() != 1)
313 << "InlineCommandComment has " << ICC->getNumArgs() << " arg(s), "
    [all...]
  /frameworks/native/opengl/tools/glgen/src/
JniCodeEmitter.java 170 int numArgs = jfunc.getNumArgs();
549 int numArgs = jfunc.getNumArgs();
777 int numArgs = jfunc.getNumArgs();
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
FixedLenDecoderEmitter.cpp     [all...]
  /external/clang/include/clang/AST/
DataRecursiveASTVisitor.h     [all...]
ExprCXX.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/chromium_org/tools/clang/plugins/
FindBadConstructsConsumer.cpp 673 if (template_decl && template_spec_type->getNumArgs() >= 1) {
  /external/lldb/examples/python/
pytracer.py 91 def getNumArgs(wantVarargs = False, wantKWArgs=False):
  /external/lldb/source/API/
SBType.cpp 238 const uint32_t num_args = func->getNumArgs();

Completed in 1127 milliseconds

1 23 4 5 6