Home
last modified time | relevance | path

Searched defs:Ext (Results 1 – 25 of 62) sorted by relevance

123

/external/elfutils/libelf/
Dabstract.h31 #define Ehdr(Bits, Ext) \ argument
50 #define Ehdr32(Ext) \ argument
52 #define Ehdr64(Ext) \ argument
57 #define Phdr32(Ext) \ argument
68 #define Phdr64(Ext) \ argument
82 #define Shdr32(Ext) \ argument
95 #define Shdr64(Ext) \ argument
111 #define Sym32(Ext) \ argument
122 #define Sym64(Ext) \ argument
136 #define Rel32(Ext) \ argument
[all …]
/external/clang/include/clang/Basic/
DOpenCLOptions.h41 #define OPENCLEXT_INTERNAL(Ext, Avail, ...) \ argument
50 #define OPENCLEXT_INTERNAL(Ext, Avail, Core) \ argument
58 #define OPENCLEXT_INTERNAL(Ext, Avail, Core) \ argument
/external/clang/test/CodeGen/
D2002-07-14-MiscTests2.c6 char *Ext; variable
/external/clang/lib/Frontend/
DTestModuleFileExtension.cpp36 auto Ext = static_cast<TestModuleFileExtension *>(getExtension()); in writeExtensionContents() local
45 TestModuleFileExtension::Reader::Reader(ModuleFileExtension *Ext, in Reader()
DTestModuleFileExtension.h30 Writer(ModuleFileExtension *Ext) : ModuleFileExtensionWriter(Ext) { } in Writer()
DInitPreprocessor.cpp131 const llvm::fltSemantics *Sem, StringRef Ext) { in DefineFloatMacros()
960 #define OPENCLEXT(Ext) \ in InitializePredefinedMacros() argument
/external/llvm/unittests/ADT/
DPostOrderIteratorTest.cpp25 ExtSetTy Ext; in TEST() local
/external/lzma/CPP/7zip/UI/FileManager/
DSysIconUtils.h14 UString Ext; member
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.h88 Ext, enumerator
/external/clang/lib/AST/
DDeclObjC.cpp168 for (const auto *Ext : IDecl->known_extensions()) in findPropertyDecl() local
226 for (const auto *Ext : ClassDecl->visible_extensions()) { in FindPropertyDeclaration() local
376 for (const auto *Ext : known_extensions()) { in collectPropertiesToImplement() local
470 for (const auto *Ext : D->visible_extensions()) { in isIntroducingInitializers() local
533 for (const auto *Ext : IFace->visible_extensions()) { in getDesignatedInitializers() local
559 for (const auto *Ext : IFace->visible_extensions()) { in isDesignatedInitializer() local
607 for (const auto *Ext : ClassDecl->visible_extensions()) { in lookupInstanceVariable() local
1282 for (const auto *Ext : ClassDecl->visible_extensions()) { in findPropertyDecl() local
1535 for (const auto *Ext : known_extensions()) { in all_declared_ivar_begin() local
/external/clang/lib/Driver/
DTypes.cpp156 types::ID types::lookupTypeForExtension(const char *Ext) { in lookupTypeForExtension()
DDriver.cpp1269 if (const char *Ext = strrchr(Value, '.')) in BuildInputs() local
1307 const char *Ext = strrchr(Value, '.'); in BuildInputs() local
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h85 UString Ext; member
186 UString Ext; member
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELF.h41 const char *Ext; // If this is a pointer to a named symbol member
/external/clang/lib/Sema/
DSemaObjCProperty.cpp963 for (auto *Ext : IDecl->known_extensions()) { in ActOnPropertyImplDecl() local
1550 for (auto *Ext : IDecl->visible_extensions()) in CollectImmediateProperties() local
1637 for (const auto *Ext : IFace->known_extensions()) in IvarBacksCurrentMethodAccessor() local
1950 for (const auto *Ext : IDecl->known_extensions()) in AtomicPropertySetterGetterRules() local
/external/lzma/CPP/7zip/Common/
DRegisterArc.h17 const char *Ext; member
/external/clang/lib/ARCMigrate/
DTransProperties.cpp100 for (auto *Ext : iface->visible_extensions()) in doTransform() local
/external/vixl/test/aarch64/
Dtest-simulator-aarch64.cc1355 __ Ext(vn, vn, vntmp, vn_lane_bytes); in Test1OpNEON_Helper() local
1560 __ Ext(vn_ext, vn_ext, vntmp_ext, vn_lane_bytes); in Test1OpAcrossNEON_Helper() local
1797 __ Ext(vn, vn, vntmp, vn_lane_bytes); in Test2OpNEON_Helper() local
1804 __ Ext(vm, vm, vmtmp, vm_lane_bytes); in Test2OpNEON_Helper() local
2038 __ Ext(vn, vn, vntmp, vn_lane_bytes); in TestByElementNEON_Helper() local
2045 __ Ext(vm, vm, vmtmp, vm_lane_bytes); in TestByElementNEON_Helper() local
2276 __ Ext(vn, vn, vntmp, vn_lane_bytes); in Test2OpImmNEON_Helper() local
2498 __ Ext(vn_ext, vn_ext, vntmp_ext, vn_lane_bytes); in TestOpImmOpImmNEON_Helper() local
/external/llvm/tools/verify-uselistorder/
Dverify-uselistorder.cpp109 bool TempFile::init(const std::string &Ext) { in init()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h108 Ext, enumerator
/external/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp263 for (const auto *Ext : InterfD->visible_extensions()) in containsInvalidationMethod() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp2859 SDValue Ext = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, in PromoteIntRes_EXTRACT_SUBVECTOR() local
2949 SDValue Ext = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, in PromoteIntRes_CONCAT_VECTORS() local
2957 SDValue Ext = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, in PromoteIntRes_CONCAT_VECTORS() local
2986 SDValue Ext = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, in PromoteIntOp_EXTRACT_VECTOR_ELT() local
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp537 if (ExtractValueInst *Ext = dyn_cast<ExtractValueInst>(U.getUser())) { in SurveyFunction() local
/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp580 Instruction *Ext = (*I)->clone(); in applyExts() local
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2821 Instruction *Ext, TypePromotionTransaction &TPT, in signExtendOperandForOther()
2831 Instruction *Ext, TypePromotionTransaction &TPT, in zeroExtendOperandForOther()
2926 Instruction *Ext, const SetOfInstrs &InsertedInsts, in getAction()
3007 Instruction *Ext, TypePromotionTransaction &TPT, in promoteOperandForOther()
3319 Instruction *Ext = dyn_cast<Instruction>(AddrInst); in matchOperationAddr() local

123