HomeSort by: relevance | last modified time | path
    Searched refs:extInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
CGFunctionInfo.h 504 [](const FunctionProtoType::ExtParameterInfo &ExtInfo) {
505 return ExtInfo.hasPassObjectSize();
619 const FunctionType::ExtInfo &extInfo,
699 FunctionType::ExtInfo getExtInfo() const {
700 return FunctionType::ExtInfo(isNoReturn(), getHasRegParm(), getRegParm(),
758 const FunctionType::ExtInfo &info,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.cpp 347 FunctionType::ExtInfo extInfo = FTP->getExtInfo();
354 /*chainCall=*/false, argTypes, extInfo,
420 FunctionType::ExtInfo Info = FPT->getExtInfo();
488 FunctionType::ExtInfo einfo;
508 FunctionType::ExtInfo einfo;
559 FunctionType::ExtInfo(CC), {},
651 /*chainCall=*/false, argTypes, FunctionType::ExtInfo(),
662 argTypes, FunctionType::ExtInfo(), {}, RequiredArgs::All);
670 argTypes, FunctionType::ExtInfo(), {}, RequiredArgs::All)
    [all...]

Completed in 33 milliseconds