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

  /external/llvm/include/llvm/IR/
Intrinsics.h 77 Void, VarArg, MMX, Metadata, Half, Float, Double,
  /external/llvm/lib/IR/
Function.cpp 463 /// combined with the mangling of their component types. A vararg function
464 /// type will have a suffix of 'vararg'. Since function types can contain
491 Result += "vararg";
572 OutputTable.push_back(IITDescriptor::get(IITDescriptor::VarArg, 0));
747 case IITDescriptor::VarArg: return Type::getVoidTy(Context);
829 // DecodeFixedType returns Void for IITDescriptor::Void and IITDescriptor::VarArg
830 // If we see void type as the type of the last argument, it is vararg intrinsic
    [all...]
Verifier.cpp     [all...]

Completed in 217 milliseconds