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 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);
OpenArchive.cpp 319 const CArcExtInfo &extInfo = format.Exts[subExtIndex];
320 DefaultName = GetDefaultName2(fileName, extInfo.Ext, extInfo.AddExt);
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 371 const FunctionType::ExtInfo &extInfo,
427 FunctionType::ExtInfo getExtInfo() const {
428 return FunctionType::ExtInfo(isNoReturn(),
460 const FunctionType::ExtInfo &info,
  /external/clang/lib/CodeGen/
CGCall.cpp 89 /// given ExtInfo instead of the ExtInfo from the function type.
94 FunctionType::ExtInfo extInfo) {
101 extInfo, required);
117 FunctionType::ExtInfo extInfo = FTP->getExtInfo();
118 return arrangeLLVMFunctionInfo(CGT, true, prefix, FTP, extInfo);
242 FunctionType::ExtInfo extInfo = FTP->getExtInfo()
    [all...]

Completed in 243 milliseconds