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

  /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...]
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 101 Variadic = 0,
186 /// MachineInstruction. Note that variadic (isVariadic() returns true)
210 return Flags & (1 << MCID::Variadic);
294 // A variadic instruction may define PC in the variable operand list.
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 243 milliseconds