Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/reflect/
Dtype.go156 IsVariadic() bool methodSpec
832 func (t *rtype) IsVariadic() bool { func
/prebuilts/go/linux-x86/src/internal/abi/
Dtype.go565 func (t *FuncType) IsVariadic() bool { func
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Demangle/
DMicrosoftDemangleNodes.h344 bool IsVariadic = false; member
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Demangle/
DMicrosoftDemangleNodes.h344 bool IsVariadic = false; member
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Demangle/
DMicrosoftDemangleNodes.h344 bool IsVariadic = false; member
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Demangle/
DMicrosoftDemangleNodes.h344 bool IsVariadic = false; member
/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dtype.go879 func (t *Type) IsVariadic() bool { func