Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h151 bool IsVariadic; variable
158 bool IsIndirect, DebugLoc DL, unsigned O, bool IsVariadic) in SDDbgValue()
H A DSelectionDAGBuilder.cpp1388 unsigned Order, bool IsVariadic) { in handleDebugValue()
6222 bool IsVariadic = DI.hasArgList(); in visitIntrinsicCall() local
H A DSelectionDAG.cpp10146 unsigned O, bool IsVariadic) { in getDbgValueList()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h117 bool IsVariadic; variable
125 bool IsVariadic) in DbgValueLoc()
H A DDwarfDebug.cpp236 const bool IsVariadic = MI->isDebugValueList(); in getDebugLocValue() local
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/
Dtype.go156 IsVariadic() bool methodSpec
832 func (t *rtype) IsVariadic() bool { func
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
H A DInstrBuilder.cpp588 bool IsVariadic = MCDesc.isVariadic(); in createInstrDescImpl() local
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceInst.h456 bool HasTailCall, bool IsTargetHelperCall, bool IsVariadic, in InstCall()
467 const bool IsVariadic; variable
/aosp_15_r20/external/llvm/utils/TableGen/
H A DCodeGenSchedule.h53 bool IsVariadic; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/
H A DInstrBuilder.cpp590 bool IsVariadic = MCDesc.isVariadic(); in createInstrDescImpl() local
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/abi/
Dtype.go565 func (t *FuncType) IsVariadic() bool { func
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp2109 bool &IsVariadic) { in demangleFunctionParameterList()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp2117 bool &IsVariadic) { in demangleFunctionParameterList()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h345 bool IsVariadic = false; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Demangle/
DMicrosoftDemangleNodes.h344 bool IsVariadic = false; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Demangle/
DMicrosoftDemangleNodes.h344 bool IsVariadic = false; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Demangle/
DMicrosoftDemangleNodes.h344 bool IsVariadic = false; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Demangle/
DMicrosoftDemangleNodes.h344 bool IsVariadic = false; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h345 bool IsVariadic = false; member
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dtype.go879 func (t *Type) IsVariadic() bool { func
/aosp_15_r20/external/clang/include/clang/AST/
H A DDeclObjC.h124 unsigned IsVariadic : 1; variable
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaType.cpp6260 bool IsVariadic = (isa<FunctionProtoType>(FT) && in adjustMemberFunctionCC() local
H A DSemaDeclAttr.cpp3905 bool IsCXXMethod = false, IsVariadic = false; in CheckCallingConvAttr() local
H A DSemaChecking.cpp3255 bool IsVariadic; in SemaBuiltinVAStartARM() local
/aosp_15_r20/external/clang/lib/AST/
H A DASTContext.cpp8652 CallingConv ASTContext::getDefaultCallingConvention(bool IsVariadic, in getDefaultCallingConvention()