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

  /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/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp 51 // It works by splitting each GEP into a variadic base and a constant offset.
52 // The variadic base can be computed once and reused by multiple GEPs, and the
314 /// \brief A pass that tries to split every GEP in the function into a variadic
342 /// Tries to split the given GEP into a variadic base and a constant offset,
346 /// Function splitGEP already split the original GEP into a variadic part and
348 /// variadic part into a set of GEPs with a single index and applies
350 /// \p Variadic The variadic part of the original GEP.
352 void lowerToSingleIndexGEPs(GetElementPtrInst *Variadic,
355 /// Function splitGEP already split the original GEP into a variadic part an
    [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/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...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 391 return hasProperty(MCID::Variadic, Type);
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
ASTDumper.cpp 337 if (EPI.Variadic)
    [all...]
ASTContext.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 481 bool variadic = false) {
485 fpi.Variadic = variadic;
    [all...]
RewriteModernObjC.cpp 581 bool variadic = false) {
585 fpi.Variadic = variadic;
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaType.cpp     [all...]
SemaOpenMP.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 340 milliseconds