HomeSort by relevance Sort by last modified time
    Searched refs:Ext (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /external/clang/test/CodeGen/
2002-07-14-MiscTests2.c 6 char *Ext;
10 fp (12, Ext ? Ext : "<none>");
  /external/elfutils/libelf/
abstract.h 31 #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##Half), e_ehsize)
    [all...]
  /external/llvm/unittests/ADT/
PostOrderIteratorTest.cpp 25 ExtSetTy Ext;
26 po_iterator_storage<ExtSetTy, true> PISExt(Ext);
34 auto PIExt = po_ext_end(NullBB, Ext);
  /external/clang/lib/Frontend/
TestModuleFileExtension.cpp 36 auto Ext = static_cast<TestModuleFileExtension *>(getExtension());
38 OS << "Hello from " << Ext->BlockName << " v" << Ext->MajorVersion << "."
39 << Ext->MinorVersion;
47 TestModuleFileExtension::Reader::Reader(ModuleFileExtension *Ext,
49 : ModuleFileExtensionReader(Ext), Stream(InStream)
TestModuleFileExtension.h 30 Writer(ModuleFileExtension *Ext) : ModuleFileExtensionWriter(Ext) { }
43 Reader(ModuleFileExtension *Ext, const llvm::BitstreamCursor &InStream);
InitPreprocessor.cpp 131 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);
    [all...]
  /external/clang/include/clang/Driver/
Types.h 76 /// extension \p Ext.
77 ID lookupTypeForExtension(const char *Ext);
  /external/lzma/CPP/7zip/Common/
RegisterArc.h 11 const char *Ext;
  /external/lzma/CPP/7zip/UI/FileManager/
SysIconUtils.h 10 UString Ext;
14 // int Compare(const CExtIconPair &a) const { return MyStringCompareNoCase(Ext, a.Ext); }
23 // int Compare(const CAttribIconPair &a) const { return Ext.Compare(a.Ext); }
SysIconUtils.cpp 135 static int FindInSorted_Ext(const CObjectVector<CExtIconPair> &vect, const wchar_t *ext, int &insertPos)
141 int compare = MyStringCompareNoCase(ext, vect[mid].Ext);
207 const wchar_t *ext = fileName + dotPos + 1; local
209 int index = FindInSorted_Ext(_extMap, ext, insertPos);
219 wchar_t c = ext[i];
225 if (i != 0 && ext[i] == 0)
241 pair.Ext = ext;
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.h 37 UString Ext;
41 CArcExtInfo(const UString &ext): Ext(ext) {}
42 CArcExtInfo(const UString &ext, const UString &addExt): Ext(ext), AddExt(addExt) {}
92 return Exts[0].Ext;
94 int FindExtension(const UString &ext) const;
104 s += Exts[i].Ext;
    [all...]
LoadCodecs.cpp 118 int CArcInfoEx::FindExtension(const UString &ext) const
121 if (ext.IsEqualToNoCase(Exts[i].Ext))
126 void CArcInfoEx::AddExts(const UString &ext, const UString &addExt)
129 SplitString(ext, exts);
134 extInfo.Ext = exts[i];
374 UString ext, addExt; local
375 RINOK(GetProp_String(getProp, getProp2, i, NArchive::NHandlerPropID::kExtension, ext));
377 item.AddExts(ext, addExt);
445 iconPair.Ext = s.Left(pos);
612 const UString ext = arcPath.Ptr(dotPos + 1); local
    [all...]
  /prebuilts/go/darwin-x86/src/path/
example_test.go 46 fmt.Println(path.Ext("/a/b/c/bar.css"))
path_test.go 153 path, ext string
166 if x := Ext(test.path); x != test.ext {
167 t.Errorf("Ext(%q) = %q, want %q", test.path, x, test.ext)
  /prebuilts/go/linux-x86/src/path/
example_test.go 46 fmt.Println(path.Ext("/a/b/c/bar.css"))
path_test.go 153 path, ext string
166 if x := Ext(test.path); x != test.ext {
167 t.Errorf("Ext(%q) = %q, want %q", test.path, x, test.ext)
  /external/clang/utils/analyzer/
SATestBuild.py 105 for ext in pathext:
106 p = os.path.join(path, command + ext)
320 (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 == ""))
    [all...]
  /external/lzma/CPP/7zip/Archive/
ArchiveExports.cpp 107 case NArchive::NHandlerPropID::kExtension: if (arc.Ext) prop = arc.Ext; break;
  /external/clang/lib/AST/
DeclObjC.cpp 167 for (const auto *Ext : IDecl->known_extensions())
168 if (ObjCPropertyDecl *PD = ObjCPropertyDecl::findPropertyDecl(Ext,
206 for (const auto *Ext : ClassDecl->visible_extensions()) {
207 if (auto *P = Ext->FindPropertyDeclaration(PropertyId))
348 for (const auto *Ext : known_extensions()) {
349 const ObjCCategoryDecl *ClassExt = Ext;
442 for (const auto *Ext : D->visible_extensions()) {
443 for (const auto *MD : Ext->instance_methods()) {
505 for (const auto *Ext : IFace->visible_extensions()) {
506 for (const auto *MD : Ext->instance_methods()
    [all...]
  /build/soong/cc/
androidmk.go 78 fmt.Fprintln(w, "LOCAL_MODULE_SUFFIX := "+outputFile.Ext())
119 stem := strings.TrimSuffix(file, filepath.Ext(file))
gen.go 81 switch srcFile.Ext() {
  /external/clang/lib/Driver/
Types.cpp 156 types::ID types::lookupTypeForExtension(const char *Ext) {
157 return llvm::StringSwitch<types::ID>(Ext)
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 65 STATISTIC(NumExtsMoved, "Number of [s|z]ext instructions combined with loads");
66 STATISTIC(NumExtUses, "Number of uses of [s|z]ext instructions optimized");
68 "Number of and mask instructions added to form ext loads");
105 "disable-cgp-ext-ld-promotion", cl::Hidden, cl::init(false),
106 cl::desc("Disable ext(promotable(ld)) -> promoted(ext(ld)) optimization in "
110 "stress-cgp-ext-ld-promotion", cl::Hidden, cl::init(false),
111 cl::desc("Stress test ext(promotable(ld)) -> promoted(ext(ld)) "
    [all...]
  /external/llvm/tools/verify-uselistorder/
verify-uselistorder.cpp 76 bool init(const std::string &Ext);
109 bool TempFile::init(const std::string &Ext) {
112 if (auto EC = sys::fs::createTemporaryFile("uselistorder", Ext, Vector)) {
  /build/soong/java/
gen.go 92 switch srcFile.Ext() {

Completed in 1045 milliseconds

1 2 3 4 5