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

1 23 4

  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 853 !(MI->isVariadic() && MONum == MCID.getNumOperands()-1)) {
872 if (MO->isReg() && !MO->isImplicit() && !MI->isVariadic() && MO->getReg())
    [all...]
PeepholeOptimizer.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 348 static bool isVariadic(const Decl *D);
    [all...]
  /external/clang/lib/CodeGen/
CGVTables.cpp 152 assert(FnInfo.isVariadic());
    [all...]
MicrosoftCXXABI.cpp 88 CD->getType()->castAs<FunctionProtoType>()->isVariadic())
    [all...]
CGDebugInfo.cpp 859 if (FPT->isVariadic())
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 749 if (CallEvent::isVariadic(CalleeADC->getDecl()))
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 503 return (unsigned)FD->isVariadic();
  /external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 125 return proto->isVariadic();
128 return BD->isVariadic();
130 return cast<ObjCMethodDecl>(D)->isVariadic();
    [all...]
SemaType.cpp     [all...]
SemaExpr.cpp     [all...]
DeclSpec.cpp 189 I.Fun.isVariadic = EllipsisLoc.isValid();
    [all...]
SemaTemplateDeduction.cpp     [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
ASTContext.h     [all...]
Type.h     [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
TypePrinter.cpp 647 if (T->isVariadic()) {
    [all...]
ASTImporter.cpp 590 if (Proto1->isVariadic() != Proto2->isVariadic())
    [all...]
DeclCXX.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 703 if (!MD || !MD->isVariadic() || isa<ObjCProtocolDecl>(MD->getDeclContext()))
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]

Completed in 2789 milliseconds

1 23 4