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

  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 133 CArcExtInfo extInfo;
134 extInfo.Ext = exts[i];
137 extInfo.AddExt = addExts[i];
138 if (extInfo.AddExt == L"*")
139 extInfo.AddExt.Empty();
141 Exts.Add(extInfo);
OpenArchive.cpp     [all...]
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 512 const FunctionType::ExtInfo &extInfo,
585 FunctionType::ExtInfo getExtInfo() const {
586 return FunctionType::ExtInfo(isNoReturn(),
641 const FunctionType::ExtInfo &info,
  /external/clang/lib/CodeGen/
CGCall.cpp 292 FunctionType::ExtInfo extInfo = FTP->getExtInfo();
299 /*chainCall=*/false, argTypes, extInfo,
369 FunctionType::ExtInfo Info = FPT->getExtInfo();
428 FunctionType::ExtInfo einfo;
448 FunctionType::ExtInfo einfo;
501 FunctionType::ExtInfo(CC), {},
594 /*chainCall=*/false, argTypes, FunctionType::ExtInfo(),
605 argTypes, FunctionType::ExtInfo(), {}, RequiredArgs::All);
613 argTypes, FunctionType::ExtInfo(), {}, RequiredArgs::All)
    [all...]

Completed in 238 milliseconds