Home
last modified time | relevance | path

Searched defs:IsVariadic (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DInstrBuilder.cpp588 bool IsVariadic = MCDesc.isVariadic(); in createInstrDescImpl() local
/external/llvm/utils/TableGen/
DCodeGenSchedule.h53 bool IsVariadic; member
/external/swiftshader/third_party/subzero/src/
DIceInst.h456 bool HasTailCall, bool IsTargetHelperCall, bool IsVariadic, in InstCall()
467 const bool IsVariadic; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp2116 bool &IsVariadic) { in demangleFunctionParameterList()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h345 bool IsVariadic = false; member
/external/clang/include/clang/AST/
DDeclObjC.h124 unsigned IsVariadic : 1; variable
/external/clang/lib/Sema/
DSemaType.cpp6260 bool IsVariadic = (isa<FunctionProtoType>(FT) && in adjustMemberFunctionCC() local
DSemaDeclAttr.cpp3905 bool IsCXXMethod = false, IsVariadic = false; in CheckCallingConvAttr() local
DSemaChecking.cpp3255 bool IsVariadic; in SemaBuiltinVAStartARM() local
/external/clang/lib/AST/
DASTContext.cpp8652 CallingConv ASTContext::getDefaultCallingConvention(bool IsVariadic, in getDefaultCallingConvention()