HomeSort by relevance Sort by last modified time
    Searched refs:Assert2 (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/VMCore/
Verifier.cpp 366 #define Assert2(C, M, V1, V2) \
502 Assert2(MD.isFunctionLocal() || !N->isFunctionLocal(),
507 Assert2(MD.isFunctionLocal(), "Invalid operand for global metadata!", &MD, Op);
520 Assert2(ActualF == F, "function-local metadata used in wrong function",
635 Assert2(FT->getNumParams() == NumArgs,
678 Assert2(I->getType() == FT->getParamType(i),
684 Assert2(!I->getType()->isMetadataTy(),
782 Assert2(BI.getCondition()->getType()->isIntegerTy(1),
792 Assert2(N == 0,
796 Assert2(N == 1 && F->getReturnType() == RI.getOperand(0)->getType()
    [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 166 #define Assert2(C, M, V1, V2) \

Completed in 33 milliseconds