Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DAttributes.h98 const Attributes VarArgsIncompatible = StructRet; variable
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1113 if (PAttrs & Attribute::VarArgsIncompatible) in transformConstExprCastCall()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DVerifier.cpp1143 Attributes VArgI = Attr & Attribute::VarArgsIncompatible; in VerifyCallSite()