HomeSort by relevance Sort by last modified time
    Searched defs:Variadic (Results 1 - 11 of 11) sorted by null

  /prebuilts/go/darwin-x86/test/fixedbugs/
issue5231.go 7 // Issue 5231: method values lose their variadic property.
17 func (t T) Variadic(s ...int) int {
23 Variadic(s ...int) int
36 v := t.Variadic
37 v = p.Variadic
38 v = i.Variadic
  /prebuilts/go/linux-x86/test/fixedbugs/
issue5231.go 7 // Issue 5231: method values lose their variadic property.
17 func (t T) Variadic(s ...int) int {
23 Variadic(s ...int) int
36 v := t.Variadic
37 v = p.Variadic
38 v = i.Variadic
  /external/clang/test/CodeGenCXX/
microsoft-abi-throw.cpp 16 // CHECK-DAG: @"_CT??_R0?AUVariadic@@@8??_OVariadic@@QAEXAAU0@@Z1" = linkonce_odr unnamed_addr constant %eh.CatchableType { i32 0, i8* bitcast (%rtti.TypeDescriptor14* @"\01??_R0?AUVariadic@@@8" to i8*), i32 0, i32 -1, i32 0, i32 1, i8* bitcast (void (%struct.Variadic*, %struct.Variadic*)* @"\01??_OVariadic@@QAEXAAU0@@Z" to i8*) }, section ".xdata", comdat
64 struct Variadic {
65 Variadic(Variadic &, ...);
68 void i(Variadic &v) {
79 // CHECK: call {{.*}} @"\01??0Variadic@@QAA@AAU0@ZZ"({{.*}} %[[this]], {{.*}} %[[src]])
  /external/clang/test/SemaTemplate/
instantiate-exception-spec-cxx11.cpp 148 namespace Variadic {
  /external/clang/test/SemaCXX/
calling-conv-compat.cpp 72 // Pointers to variadic functions
73 // variadic function can't declared stdcall or fastcall
138 // References to variadic functions
139 // variadic function can't declared stdcall or fastcall
247 namespace Variadic {
251 void __thiscall member_thiscall(int, ...); // expected-error {{variadic function cannot use thiscall calling convention}}
273 // expected-note@+2 {{candidate function not viable: no known conversion from 'void (Variadic::A::*)(int, ...)' to 'memb_c_default' (aka 'void (Variadic::C::*)(int, ...)') for 1st argument}}
274 // expected-note@+1 {{candidate function not viable: no known conversion from 'void (Variadic::A::*)(int, ...) __attribute__((cdecl))' to 'memb_c_default' (aka 'void (Variadic::C::*)(int, ...)') for 1st argument}
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
type.go 207 variadic bool // true if the last parameter's type is of the form ...T (or string, for append built-in only)
211 // and results, either of which may be nil. If variadic is set, the function
212 // is variadic, it must have at least one parameter, and the last parameter
214 func NewSignature(recv *Var, params, results *Tuple, variadic bool) *Signature {
215 if variadic {
218 panic("types.NewSignature: variadic function must have at least one parameter")
221 panic("types.NewSignature: variadic parameter must be of unnamed slice type")
224 return &Signature{nil, recv, params, results, variadic}
241 // Variadic reports whether the signature s is variadic
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
type.go 207 variadic bool // true if the last parameter's type is of the form ...T (or string, for append built-in only)
211 // and results, either of which may be nil. If variadic is set, the function
212 // is variadic, it must have at least one parameter, and the last parameter
214 func NewSignature(recv *Var, params, results *Tuple, variadic bool) *Signature {
215 if variadic {
218 panic("types.NewSignature: variadic function must have at least one parameter")
221 panic("types.NewSignature: variadic parameter must be of unnamed slice type")
224 return &Signature{nil, recv, params, results, variadic}
241 // Variadic reports whether the signature s is variadic
    [all...]
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 98 Variadic = 0,
181 /// MachineInstruction. Note that variadic (isVariadic() returns true)
200 bool isVariadic() const { return Flags & (1 << MCID::Variadic); }
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 2086 milliseconds