Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
DDebugLocEntry.h117 bool IsVariadic; variable
125 bool IsVariadic) in DbgValueLoc()
DDwarfDebug.cpp236 const bool IsVariadic = MI->isDebugValueList(); in getDebugLocValue() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
DSDNodeDbgValue.h151 bool IsVariadic; variable
158 bool IsIndirect, DebugLoc DL, unsigned O, bool IsVariadic) in SDDbgValue()
DSelectionDAGBuilder.cpp1388 unsigned Order, bool IsVariadic) { in handleDebugValue()
6222 bool IsVariadic = DI.hasArgList(); in visitIntrinsicCall() local
DSelectionDAG.cpp10146 unsigned O, bool IsVariadic) { in getDbgValueList()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DInstrBuilder.cpp588 bool IsVariadic = MCDesc.isVariadic(); in createInstrDescImpl() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/
DInstrBuilder.cpp590 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.cpp2117 bool &IsVariadic) { in demangleFunctionParameterList()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp2109 bool &IsVariadic) { in demangleFunctionParameterList()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h345 bool IsVariadic = false; member
/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()