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

  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.cpp 319 const CArcExtInfo &extInfo = format.Exts[subExtIndex];
320 DefaultName = GetDefaultName2(fileName, extInfo.Ext, extInfo.AddExt);
LoadCodecs.cpp 222 CArcExtInfo extInfo;
223 extInfo.Ext = exts[i];
226 extInfo.AddExt = addExts[i];
227 if (extInfo.AddExt == L"*")
228 extInfo.AddExt.Empty();
230 Exts.Add(extInfo);
  /external/clang/lib/CodeGen/
CGCall.cpp 217 FunctionType::ExtInfo extInfo = FTP->getExtInfo();
224 /*chainCall=*/false, argTypes, extInfo,
248 FunctionType::ExtInfo Info = FPT->getExtInfo();
305 FunctionType::ExtInfo einfo;
367 FunctionType::ExtInfo(CC), RequiredArgs::All);
433 FunctionType::ExtInfo info,
454 FunctionType::ExtInfo info = FPT->getExtInfo();
462 const FunctionType::ExtInfo &info, bool isVariadic) {
478 None, FunctionType::ExtInfo(), RequiredArgs::All)
    [all...]

Completed in 287 milliseconds