Home
last modified time | relevance | path

Searched refs:VarArgsIncompatible (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/
DAttributes.h99 const Attributes VarArgsIncompatible = StructRet; variable
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1039 if (PAttrs & Attribute::VarArgsIncompatible) in transformConstExprCastCall()
/external/llvm/lib/VMCore/
DVerifier.cpp1128 Attributes VArgI = Attr & Attribute::VarArgsIncompatible; in VerifyCallSite()