Searched refs:Assert1 (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Verifier.cpp | 369 #define Assert1(C, M, V1) \ macro 380 Assert1(I.getOperand(i) != 0, "Operand is null", &I); 386 Assert1(!GV.isDeclaration() || in visitGlobalValue() 396 Assert1(!GV.hasDLLImportLinkage() || GV.isDeclaration(), in visitGlobalValue() 399 Assert1(!GV.hasAppendingLinkage() || isa<GlobalVariable>(GV), in visitGlobalValue() 404 Assert1(GVar && GVar->getType()->getElementType()->isArrayTy(), in visitGlobalValue() 408 Assert1(!GV.hasLinkerPrivateWeakDefAutoLinkage() || GV.hasDefaultVisibility(), in visitGlobalValue() 415 Assert1(GV.getInitializer()->getType() == GV.getType()->getElementType(), in visitGlobalVariable() 422 Assert1(GV.getInitializer()->isNullValue(), in visitGlobalVariable() 424 Assert1(!GV.isConstant(), "'common' global may not be marked constant!", in visitGlobalVariable() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | Lint.cpp | 160 #define Assert1(C, M, V1) \ macro 186 Assert1(F.hasName() || F.hasLocalLinkage(), in visitFunction() 200 Assert1(CS.getCallingConv() == F->getCallingConv(), in visitCallSite() 207 Assert1(FT->isVarArg() ? in visitCallSite() 213 Assert1(FT->getReturnType() == I.getType(), in visitCallSite() 225 Assert1(Formal->getType() == Actual->getType(), in visitCallSite() 236 Assert1(Result != AliasAnalysis::MustAlias && in visitCallSite() 257 Assert1(!isa<AllocaInst>(Obj), in visitCallSite() 288 Assert1(AA->alias(MCI->getSource(), Size, MCI->getDest(), Size) != in visitCallSite() 314 Assert1(I.getParent()->getParent()->isVarArg(), in visitCallSite() [all …]
|