Home
last modified time | relevance | path

Searched refs:Ext (Results 1 – 25 of 99) sorted by relevance

1234

/external/elfutils/libelf/
Dabstract.h31 #define Ehdr(Bits, Ext) \ argument
32 START (Bits, Ehdr, Ext##Ehdr) \
35 TYPE_NAME (ElfW2(Bits, Ext##Half), e_type) \
36 TYPE_NAME (ElfW2(Bits, Ext##Half), e_machine) \
37 TYPE_NAME (ElfW2(Bits, Ext##Word), e_version) \
38 TYPE_NAME (ElfW2(Bits, Ext##Addr), e_entry) \
39 TYPE_NAME (ElfW2(Bits, Ext##Off), e_phoff) \
40 TYPE_NAME (ElfW2(Bits, Ext##Off), e_shoff) \
41 TYPE_NAME (ElfW2(Bits, Ext##Word), e_flags) \
42 TYPE_NAME (ElfW2(Bits, Ext##Half), e_ehsize) \
[all …]
/external/clang/include/clang/Basic/
DOpenCLOptions.h41 #define OPENCLEXT_INTERNAL(Ext, Avail, ...) \ argument
42 bool is_##Ext##_supported(unsigned OCLVer) const { \
43 return Ext && OCLVer >= Avail; \
50 #define OPENCLEXT_INTERNAL(Ext, Avail, Core) \ argument
51 bool is_##Ext##_supported_extension(unsigned CLVer) const { \
52 return is_##Ext##_supported(CLVer) && (Core == ~0U || CLVer < Core); \
58 #define OPENCLEXT_INTERNAL(Ext, Avail, Core) \ argument
59 bool is_##Ext##_supported_core(unsigned CLVer) const { \
60 return is_##Ext##_supported(CLVer) && Core != ~0U && CLVer >= Core; \
/external/clang/lib/Frontend/
DTestModuleFileExtension.cpp36 auto Ext = static_cast<TestModuleFileExtension *>(getExtension()); in writeExtensionContents() local
38 OS << "Hello from " << Ext->BlockName << " v" << Ext->MajorVersion << "." in writeExtensionContents()
39 << Ext->MinorVersion; in writeExtensionContents()
45 TestModuleFileExtension::Reader::Reader(ModuleFileExtension *Ext, in Reader() argument
47 : ModuleFileExtensionReader(Ext), Stream(InStream) in Reader()
DTestModuleFileExtension.h30 Writer(ModuleFileExtension *Ext) : ModuleFileExtensionWriter(Ext) { } in Writer() argument
43 Reader(ModuleFileExtension *Ext, const llvm::BitstreamCursor &InStream);
DInitPreprocessor.cpp131 const llvm::fltSemantics *Sem, StringRef Ext) { in DefineFloatMacros() argument
162 Builder.defineMacro(DefPrefix + "DENORM_MIN__", Twine(DenormMin)+Ext); in DefineFloatMacros()
166 Builder.defineMacro(DefPrefix + "EPSILON__", Twine(Epsilon)+Ext); in DefineFloatMacros()
173 Builder.defineMacro(DefPrefix + "MAX__", Twine(Max)+Ext); in DefineFloatMacros()
177 Builder.defineMacro(DefPrefix + "MIN__", Twine(Min)+Ext); in DefineFloatMacros()
960 #define OPENCLEXT(Ext) \ in InitializePredefinedMacros() argument
961 if (TI.getSupportedOpenCLOpts().is_##Ext##_supported( \ in InitializePredefinedMacros()
963 Builder.defineMacro(#Ext); in InitializePredefinedMacros()
/external/clang/test/CodeGen/
D2002-07-14-MiscTests2.c6 char *Ext; variable
10 fp (12, Ext ? Ext : "<none>"); in __bb_exit_func()
/external/llvm/unittests/ADT/
DPostOrderIteratorTest.cpp25 ExtSetTy Ext; in TEST() local
26 po_iterator_storage<ExtSetTy, true> PISExt(Ext); in TEST()
34 auto PIExt = po_ext_end(NullBB, Ext); in TEST()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELF.h41 const char *Ext; // If this is a pointer to a named symbol member
67 return Source.Ext; in getExternalSymbol()
84 static ELFSym *getExtSym(const char *Ext) { in getExtSym()
86 Sym->Source.Ext = Ext; in getExtSym()
/external/abi-compliance-checker/modules/Internals/
DXmlDump.pm802 my ($Ext, $Content) = ($2, $3);
805 if($Ext)
807 while($Ext=~s/(\w+)\=\"([^\"]*)\"//)
825 my @Ext = @_;
826 my $Content = openTag($Tag, @Ext);
838 my @Ext = @_;
844 if(@Ext)
848 while($P<=$#Ext-1)
850 $Content .= " ".$Ext[$P];
851 $Content .= "=\"".xmlSpecChars($Ext[$P+1])."\"";
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h85 UString Ext; member
89 CArcExtInfo(const UString &ext): Ext(ext) {} in CArcExtInfo()
90 CArcExtInfo(const UString &ext, const UString &addExt): Ext(ext), AddExt(addExt) {} in CArcExtInfo()
140 return Exts[0].Ext; in GetMainExt()
186 UString Ext; member
DLoadCodecs.cpp165 if (ext.IsEqualTo_NoCase(Exts[i].Ext)) in FindExtension()
178 extInfo.Ext = exts[i]; in AddExts()
605 if (arc.Ext) in Load()
606 e.SetFromAscii(arc.Ext); in Load()
771 iconPair.Ext = s.Left(pos); in LoadIcons()
782 if (ext.IsEqualTo_NoCase(pair.Ext)) in FindIconIndex()
/external/clang/utils/analyzer/
DSATestBuild.py320 (Root, Ext) = os.path.splitext(FileName)
321 if ((Ext == "")) :
326 (Root, Ext) = os.path.splitext(FileName)
327 if ((Ext == ".i") | (Ext == ".ii") |
328 (Ext == ".c") | (Ext == ".cpp") |
329 (Ext == ".m") | (Ext == "")) :
/external/clang/lib/AST/
DDeclObjC.cpp168 for (const auto *Ext : IDecl->known_extensions()) in findPropertyDecl() local
169 if (ObjCPropertyDecl *PD = ObjCPropertyDecl::findPropertyDecl(Ext, in findPropertyDecl()
226 for (const auto *Ext : ClassDecl->visible_extensions()) { in FindPropertyDeclaration() local
227 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind)) in FindPropertyDeclaration()
376 for (const auto *Ext : known_extensions()) { in collectPropertiesToImplement() local
377 const ObjCCategoryDecl *ClassExt = Ext; in collectPropertiesToImplement()
470 for (const auto *Ext : D->visible_extensions()) { in isIntroducingInitializers() local
471 for (const auto *MD : Ext->instance_methods()) { in isIntroducingInitializers()
533 for (const auto *Ext : IFace->visible_extensions()) { in getDesignatedInitializers() local
534 for (const auto *MD : Ext->instance_methods()) in getDesignatedInitializers()
[all …]
/external/icu/icu4c/source/data/mappings/
Dnoop-cns-11643.ucm11 # for every byte sequence valid in ISO-2022-CN(-Ext). Chrome and Android
13 # rare, if used at all. However, not supporting ISO-2022-CN(-Ext) gets
Dnoop-iso-ir-165.ucm13 # do not want to include the real table for ISO-1022-CN(-Ext) that are
Dnoop-gb2312_gl.ucm13 # do not want to include the real table for ISO-1022-CN(-Ext) that are extremely
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2797 Instruction *Ext, TypePromotionTransaction &TPT,
2811 static Value *promoteOperandForOther(Instruction *Ext,
2821 Instruction *Ext, TypePromotionTransaction &TPT, in signExtendOperandForOther() argument
2825 return promoteOperandForOther(Ext, TPT, PromotedInsts, CreatedInstsCost, in signExtendOperandForOther()
2831 Instruction *Ext, TypePromotionTransaction &TPT, in zeroExtendOperandForOther() argument
2835 return promoteOperandForOther(Ext, TPT, PromotedInsts, CreatedInstsCost, in zeroExtendOperandForOther()
2841 typedef Value *(*Action)(Instruction *Ext, TypePromotionTransaction &TPT,
2856 static Action getAction(Instruction *Ext, const SetOfInstrs &InsertedInsts,
2926 Instruction *Ext, const SetOfInstrs &InsertedInsts, in getAction() argument
2928 assert((isa<SExtInst>(Ext) || isa<ZExtInst>(Ext)) && in getAction()
[all …]
/external/lzma/CPP/7zip/UI/FileManager/
DSysIconUtils.cpp143 int compare = MyStringCompareNoCase(ext, vect[mid].Ext); in FindInSorted_Ext()
243 pair.Ext = ext; in GetIconIndex()
DSysIconUtils.h14 UString Ext; member
/external/lzma/CPP/7zip/Archive/
DArchiveExports.cpp109 case NArchive::NHandlerPropID::kExtension: if (arc.Ext) prop = arc.Ext; break; in GetHandlerProperty2()
/external/clang/include/clang/Driver/
DTypes.h77 ID lookupTypeForExtension(const char *Ext);
/external/clang/lib/Driver/
DTypes.cpp156 types::ID types::lookupTypeForExtension(const char *Ext) { in lookupTypeForExtension() argument
157 return llvm::StringSwitch<types::ID>(Ext) in lookupTypeForExtension()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DDeadArgumentElimination.cpp522 const ExtractValueInst *Ext = dyn_cast<ExtractValueInst>(*I); in SurveyFunction() local
523 if (Ext && Ext->hasIndices()) { in SurveyFunction()
526 unsigned Idx = *Ext->idx_begin(); in SurveyFunction()
528 RetValLiveness[Idx] = SurveyUses(Ext, MaybeLiveRetUses[Idx]); in SurveyFunction()
/external/Microsoft-GSL/gsl/
Dspan299 template <std::ptrdiff_t Ext>
305 static_assert(Ext >= 0, "A fixed-size span must be >= 0 in size.");
312 static_assert(Other == Ext || Other == dynamic_extent,
314 Expects(ext.size() == Ext);
317 constexpr extent_type(index_type size) { Expects(size == Ext); }
319 constexpr inline index_type size() const noexcept { return Ext; }
/external/llvm/tools/verify-uselistorder/
Dverify-uselistorder.cpp76 bool init(const std::string &Ext);
109 bool TempFile::init(const std::string &Ext) { in init() argument
112 if (auto EC = sys::fs::createTemporaryFile("uselistorder", Ext, Vector)) { in init()

1234