Searched refs:Ext (Results 1 - 25 of 84) sorted by relevance

1234

/external/clang/test/CodeGen/
H A D2002-07-14-MiscTests2.c6 char *Ext; variable
10 fp (12, Ext ? Ext : "<none>");
/external/elfutils/libelf/
H A Dabstract.h31 #define Ehdr(Bits, Ext) \
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##Hal
[all...]
/external/clang/include/clang/Basic/
H A DOpenCLOptions.h41 #define OPENCLEXT_INTERNAL(Ext, Avail, ...) \
42 bool is_##Ext##_supported(unsigned OCLVer) const { \
43 return Ext && OCLVer >= Avail; \
50 #define OPENCLEXT_INTERNAL(Ext, Avail, Core) \
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) \
59 bool is_##Ext##_supported_core(unsigned CLVer) const { \
60 return is_##Ext##_supported(CLVer) && Core != ~0U && CLVer >= Core; \
/external/llvm/unittests/ADT/
H A DPostOrderIteratorTest.cpp25 ExtSetTy Ext; local
26 po_iterator_storage<ExtSetTy, true> PISExt(Ext);
34 auto PIExt = po_ext_end(NullBB, Ext);
/external/clang/lib/Frontend/
H A DTestModuleFileExtension.cpp36 auto Ext = static_cast<TestModuleFileExtension *>(getExtension()); local
38 OS << "Hello from " << Ext->BlockName << " v" << Ext->MajorVersion << "."
39 << Ext->MinorVersion;
45 TestModuleFileExtension::Reader::Reader(ModuleFileExtension *Ext, argument
47 : ModuleFileExtensionReader(Ext), Stream(InStream)
H A DTestModuleFileExtension.h30 Writer(ModuleFileExtension *Ext) : ModuleFileExtensionWriter(Ext) { } argument
43 Reader(ModuleFileExtension *Ext, const llvm::BitstreamCursor &InStream);
H A DInitPreprocessor.cpp131 const llvm::fltSemantics *Sem, StringRef Ext) {
162 Builder.defineMacro(DefPrefix + "DENORM_MIN__", Twine(DenormMin)+Ext);
166 Builder.defineMacro(DefPrefix + "EPSILON__", Twine(Epsilon)+Ext);
173 Builder.defineMacro(DefPrefix + "MAX__", Twine(Max)+Ext);
177 Builder.defineMacro(DefPrefix + "MIN__", Twine(Min)+Ext);
960 #define OPENCLEXT(Ext) \
961 if (TI.getSupportedOpenCLOpts().is_##Ext##_supported( \
963 Builder.defineMacro(#Ext);
130 DefineFloatMacros(MacroBuilder &Builder, StringRef Prefix, const llvm::fltSemantics *Sem, StringRef Ext) argument
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DELF.h41 const char *Ext; // If this is a pointer to a named symbol member in union:llvm::ELFSym::__anon22613
67 return Source.Ext;
84 static ELFSym *getExtSym(const char *Ext) { argument
86 Sym->Source.Ext = Ext;
/external/clang/include/clang/Driver/
H A DTypes.h76 /// extension \p Ext.
77 ID lookupTypeForExtension(const char *Ext);
/external/lzma/CPP/7zip/UI/FileManager/
H A DSysIconUtils.h14 UString Ext; member in struct:CExtIconPair
18 // int Compare(const CExtIconPair &a) const { return MyStringCompareNoCase(Ext, a.Ext); }
27 // int Compare(const CAttribIconPair &a) const { return Ext.Compare(a.Ext); }
H A DSysIconUtils.cpp143 int compare = MyStringCompareNoCase(ext, vect[mid].Ext);
243 pair.Ext = ext;
/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.h85 UString Ext; member in struct:CArcExtInfo
89 CArcExtInfo(const UString &ext): Ext(ext) {}
90 CArcExtInfo(const UString &ext, const UString &addExt): Ext(ext), AddExt(addExt) {}
140 return Exts[0].Ext;
152 s += Exts[i].Ext;
186 UString Ext; member in struct:CCodecIcons::CIconPair
H A DLoadCodecs.cpp165 if (ext.IsEqualTo_NoCase(Exts[i].Ext))
178 extInfo.Ext = exts[i];
605 if (arc.Ext)
606 e.SetFromAscii(arc.Ext);
771 iconPair.Ext = s.Left(pos);
782 if (ext.IsEqualTo_NoCase(pair.Ext))
/external/abi-compliance-checker/modules/Internals/
H A 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[
[all...]
/external/clang/utils/analyzer/
H A 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/llvm/lib/Support/Windows/
H A DProgram.inc71 for (StringRef Ext : PathExts) {
73 if (std::error_code EC = windows::UTF8ToUTF16(Ext, U16Ext))
83 windows::UTF8ToUTF16(Twine(Name + Ext).str(), U16NameExt))
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
H A DProgram.inc71 for (StringRef Ext : PathExts) {
73 if (std::error_code EC = windows::UTF8ToUTF16(Ext, U16Ext))
83 windows::UTF8ToUTF16(Twine(Name + Ext).str(), U16NameExt))
/external/lzma/CPP/7zip/Archive/
H A DArchiveExports.cpp109 case NArchive::NHandlerPropID::kExtension: if (arc.Ext) prop = arc.Ext; break;
/external/clang/lib/AST/
H A DDeclObjC.cpp168 for (const auto *Ext : IDecl->known_extensions())
169 if (ObjCPropertyDecl *PD = ObjCPropertyDecl::findPropertyDecl(Ext,
226 for (const auto *Ext : ClassDecl->visible_extensions()) {
227 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind))
376 for (const auto *Ext : known_extensions()) {
377 const ObjCCategoryDecl *ClassExt = Ext;
470 for (const auto *Ext : D->visible_extensions()) {
471 for (const auto *MD : Ext->instance_methods()) {
533 for (const auto *Ext : IFace->visible_extensions()) {
534 for (const auto *MD : Ext
[all...]
/external/clang/lib/Driver/
H A DTypes.cpp156 types::ID types::lookupTypeForExtension(const char *Ext) { argument
157 return llvm::StringSwitch<types::ID>(Ext)
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2787 /// \brief Utility function to promote the operand of \p Ext when this
2791 /// created to promote the operand of Ext.
2795 /// \return The promoted value which is used instead of Ext.
2797 Instruction *Ext, TypePromotionTransaction &TPT,
2802 /// \brief Utility function to promote the operand of \p Ext when this
2806 /// created to promote the operand of Ext.
2810 /// \return The promoted value which is used instead of Ext.
2811 static Value *promoteOperandForOther(Instruction *Ext,
2821 Instruction *Ext, TypePromotionTransaction &TPT,
2825 return promoteOperandForOther(Ext, TP
2820 signExtendOperandForOther( Instruction *Ext, TypePromotionTransaction &TPT, InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, SmallVectorImpl<Instruction *> *Exts, SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) argument
2830 zeroExtendOperandForOther( Instruction *Ext, TypePromotionTransaction &TPT, InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, SmallVectorImpl<Instruction *> *Exts, SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) argument
2925 getAction( Instruction *Ext, const SetOfInstrs &InsertedInsts, const TargetLowering &TLI, const InstrToOrigTy &PromotedInsts) argument
3006 promoteOperandForOther( Instruction *Ext, TypePromotionTransaction &TPT, InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, SmallVectorImpl<Instruction *> *Exts, SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI, bool IsSExt) argument
3319 Instruction *Ext = dyn_cast<Instruction>(AddrInst); local
[all...]
/external/lzma/CPP/7zip/Common/
H A DRegisterArc.h17 const char *Ext; member in struct:CArcInfo
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsISelLowering.h88 Ext, enumerator in enum:llvm::MipsISD::NodeType
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp522 const ExtractValueInst *Ext = dyn_cast<ExtractValueInst>(*I); local
523 if (Ext && Ext->hasIndices()) {
526 unsigned Idx = *Ext->idx_begin();
528 RetValLiveness[Idx] = SurveyUses(Ext, MaybeLiveRetUses[Idx]);
/external/llvm/tools/verify-uselistorder/
H A Dverify-uselistorder.cpp76 bool init(const std::string &Ext);
109 bool TempFile::init(const std::string &Ext) { argument
112 if (auto EC = sys::fs::createTemporaryFile("uselistorder", Ext, Vector)) {

Completed in 1375 milliseconds

1234