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

  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 301 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype,
308 return forPrototypePlus(prototype, 0);
315 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype,
317 return forPrototypePlus(prototype.getTypePtr(), additional);
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 56 RequiredArgs required = RequiredArgs::forPrototypePlus(FPT, Args.size());
325 RequiredArgs required = RequiredArgs::forPrototypePlus(FPT, 1);
    [all...]
CGVTables.cpp 264 RequiredArgs::forPrototypePlus(FPT, 1));
    [all...]
CGCall.cpp 100 RequiredArgs required = RequiredArgs::forPrototypePlus(FTP, prefix.size());
240 RequiredArgs Required = RequiredArgs::forPrototypePlus(FPT, 1 + ExtraArgs);
    [all...]

Completed in 663 milliseconds