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

1 2 3 4 5 6 7 8 91011

  /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/clang/include/clang/Basic/
OpenCLOptions.h 41 #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; \
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
OpenCLOptions.h 35 bool isKnown(llvm::StringRef Ext) const {
36 return OptMap.find(Ext) != OptMap.end();
39 bool isEnabled(llvm::StringRef Ext) const {
40 return OptMap.find(Ext)->second.Enabled;
45 bool isSupported(llvm::StringRef Ext, unsigned CLVer) const {
46 auto I = OptMap.find(Ext)->getValue();
52 bool isSupportedCore(llvm::StringRef Ext, unsigned CLVer) const {
53 auto I = OptMap.find(Ext)->getValue();
60 bool isSupportedExtension(llvm::StringRef Ext, unsigned CLVer) const {
61 auto I = OptMap.find(Ext)->getValue()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
OpenCLOptions.h 35 bool isKnown(llvm::StringRef Ext) const {
36 return OptMap.find(Ext) != OptMap.end();
39 bool isEnabled(llvm::StringRef Ext) const {
40 return OptMap.find(Ext)->second.Enabled;
45 bool isSupported(llvm::StringRef Ext, unsigned CLVer) const {
46 auto I = OptMap.find(Ext)->getValue();
52 bool isSupportedCore(llvm::StringRef Ext, unsigned CLVer) const {
53 auto I = OptMap.find(Ext)->getValue();
60 bool isSupportedExtension(llvm::StringRef Ext, unsigned CLVer) const {
61 auto I = OptMap.find(Ext)->getValue()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
OpenCLOptions.h 35 bool isKnown(llvm::StringRef Ext) const {
36 return OptMap.find(Ext) != OptMap.end();
39 bool isEnabled(llvm::StringRef Ext) const {
40 return OptMap.find(Ext)->second.Enabled;
45 bool isSupported(llvm::StringRef Ext, unsigned CLVer) const {
46 auto I = OptMap.find(Ext)->getValue();
52 bool isSupportedCore(llvm::StringRef Ext, unsigned CLVer) const {
53 auto I = OptMap.find(Ext)->getValue();
60 bool isSupportedExtension(llvm::StringRef Ext, unsigned CLVer) const {
61 auto I = OptMap.find(Ext)->getValue()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
OpenCLOptions.h 35 bool isKnown(llvm::StringRef Ext) const {
36 return OptMap.find(Ext) != OptMap.end();
39 bool isEnabled(llvm::StringRef Ext) const {
40 return OptMap.find(Ext)->second.Enabled;
45 bool isSupported(llvm::StringRef Ext, unsigned CLVer) const {
46 auto I = OptMap.find(Ext)->getValue();
52 bool isSupportedCore(llvm::StringRef Ext, unsigned CLVer) const {
53 auto I = OptMap.find(Ext)->getValue();
60 bool isSupportedExtension(llvm::StringRef Ext, unsigned CLVer) const {
61 auto I = OptMap.find(Ext)->getValue()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
OpenCLOptions.h 35 bool isKnown(llvm::StringRef Ext) const {
36 return OptMap.find(Ext) != OptMap.end();
39 bool isEnabled(llvm::StringRef Ext) const {
40 return OptMap.find(Ext)->second.Enabled;
45 bool isSupported(llvm::StringRef Ext, unsigned CLVer) const {
46 auto I = OptMap.find(Ext)->getValue();
52 bool isSupportedCore(llvm::StringRef Ext, unsigned CLVer) const {
53 auto I = OptMap.find(Ext)->getValue();
60 bool isSupportedExtension(llvm::StringRef Ext, unsigned CLVer) const {
61 auto I = OptMap.find(Ext)->getValue()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
OpenCLOptions.h 35 bool isKnown(llvm::StringRef Ext) const {
36 return OptMap.find(Ext) != OptMap.end();
39 bool isEnabled(llvm::StringRef Ext) const {
40 return OptMap.find(Ext)->second.Enabled;
45 bool isSupported(llvm::StringRef Ext, unsigned CLVer) const {
46 auto I = OptMap.find(Ext)->getValue();
52 bool isSupportedCore(llvm::StringRef Ext, unsigned CLVer) const {
53 auto I = OptMap.find(Ext)->getValue();
60 bool isSupportedExtension(llvm::StringRef Ext, unsigned CLVer) const {
61 auto I = OptMap.find(Ext)->getValue()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
OpenCLOptions.h 35 bool isKnown(llvm::StringRef Ext) const {
36 return OptMap.find(Ext) != OptMap.end();
39 bool isEnabled(llvm::StringRef Ext) const {
40 return OptMap.find(Ext)->second.Enabled;
45 bool isSupported(llvm::StringRef Ext, unsigned CLVer) const {
46 auto I = OptMap.find(Ext)->getValue();
52 bool isSupportedCore(llvm::StringRef Ext, unsigned CLVer) const {
53 auto I = OptMap.find(Ext)->getValue();
60 bool isSupportedExtension(llvm::StringRef Ext, unsigned CLVer) const {
61 auto I = OptMap.find(Ext)->getValue()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
OpenCLOptions.h 35 bool isKnown(llvm::StringRef Ext) const {
36 return OptMap.find(Ext) != OptMap.end();
39 bool isEnabled(llvm::StringRef Ext) const {
40 return OptMap.find(Ext)->second.Enabled;
45 bool isSupported(llvm::StringRef Ext, unsigned CLVer) const {
46 auto I = OptMap.find(Ext)->getValue();
52 bool isSupportedCore(llvm::StringRef Ext, unsigned CLVer) const {
53 auto I = OptMap.find(Ext)->getValue();
60 bool isSupportedExtension(llvm::StringRef Ext, unsigned CLVer) const {
61 auto I = OptMap.find(Ext)->getValue()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
OpenCLOptions.h 35 bool isKnown(llvm::StringRef Ext) const {
36 return OptMap.find(Ext) != OptMap.end();
39 bool isEnabled(llvm::StringRef Ext) const {
40 return OptMap.find(Ext)->second.Enabled;
45 bool isSupported(llvm::StringRef Ext, unsigned CLVer) const {
46 auto I = OptMap.find(Ext)->getValue();
52 bool isSupportedCore(llvm::StringRef Ext, unsigned CLVer) const {
53 auto I = OptMap.find(Ext)->getValue();
60 bool isSupportedExtension(llvm::StringRef Ext, unsigned CLVer) const {
61 auto I = OptMap.find(Ext)->getValue()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
OpenCLOptions.h 35 bool isKnown(llvm::StringRef Ext) const {
36 return OptMap.find(Ext) != OptMap.end();
39 bool isEnabled(llvm::StringRef Ext) const {
40 return OptMap.find(Ext)->second.Enabled;
45 bool isSupported(llvm::StringRef Ext, unsigned CLVer) const {
46 auto I = OptMap.find(Ext)->getValue();
52 bool isSupportedCore(llvm::StringRef Ext, unsigned CLVer) const {
53 auto I = OptMap.find(Ext)->getValue();
60 bool isSupportedExtension(llvm::StringRef Ext, unsigned CLVer) const {
61 auto I = OptMap.find(Ext)->getValue()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
OpenCLOptions.h 35 bool isKnown(llvm::StringRef Ext) const {
36 return OptMap.find(Ext) != OptMap.end();
39 bool isEnabled(llvm::StringRef Ext) const {
40 return OptMap.find(Ext)->second.Enabled;
45 bool isSupported(llvm::StringRef Ext, unsigned CLVer) const {
46 auto I = OptMap.find(Ext)->getValue();
52 bool isSupportedCore(llvm::StringRef Ext, unsigned CLVer) const {
53 auto I = OptMap.find(Ext)->getValue();
60 bool isSupportedExtension(llvm::StringRef Ext, unsigned CLVer) const {
61 auto I = OptMap.find(Ext)->getValue()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
OpenCLOptions.h 35 bool isKnown(llvm::StringRef Ext) const {
36 return OptMap.find(Ext) != OptMap.end();
39 bool isEnabled(llvm::StringRef Ext) const {
40 return OptMap.find(Ext)->second.Enabled;
45 bool isSupported(llvm::StringRef Ext, unsigned CLVer) const {
46 auto I = OptMap.find(Ext)->getValue();
52 bool isSupportedCore(llvm::StringRef Ext, unsigned CLVer) const {
53 auto I = OptMap.find(Ext)->getValue();
60 bool isSupportedExtension(llvm::StringRef Ext, unsigned CLVer) const {
61 auto I = OptMap.find(Ext)->getValue()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
OpenCLOptions.h 35 bool isKnown(llvm::StringRef Ext) const {
36 return OptMap.find(Ext) != OptMap.end();
39 bool isEnabled(llvm::StringRef Ext) const {
40 return OptMap.find(Ext)->second.Enabled;
45 bool isSupported(llvm::StringRef Ext, unsigned CLVer) const {
46 auto I = OptMap.find(Ext)->getValue();
52 bool isSupportedCore(llvm::StringRef Ext, unsigned CLVer) const {
53 auto I = OptMap.find(Ext)->getValue();
60 bool isSupportedExtension(llvm::StringRef Ext, unsigned CLVer) const {
61 auto I = OptMap.find(Ext)->getValue()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
OpenCLOptions.h 35 bool isKnown(llvm::StringRef Ext) const {
36 return OptMap.find(Ext) != OptMap.end();
39 bool isEnabled(llvm::StringRef Ext) const {
40 return OptMap.find(Ext)->second.Enabled;
45 bool isSupported(llvm::StringRef Ext, unsigned CLVer) const {
46 auto I = OptMap.find(Ext)->getValue();
52 bool isSupportedCore(llvm::StringRef Ext, unsigned CLVer) const {
53 auto I = OptMap.find(Ext)->getValue();
60 bool isSupportedExtension(llvm::StringRef Ext, unsigned CLVer) const {
61 auto I = OptMap.find(Ext)->getValue()
    [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);
  /prebuilts/go/darwin-x86/src/path/filepath/
example_test.go 13 fmt.Printf("No dots: %q\n", filepath.Ext("index"))
14 fmt.Printf("One dot: %q\n", filepath.Ext("index.js"))
15 fmt.Printf("Two dots: %q\n", filepath.Ext("main.test.js"))
  /prebuilts/go/linux-x86/src/path/filepath/
example_test.go 13 fmt.Printf("No dots: %q\n", filepath.Ext("index"))
14 fmt.Printf("One dot: %q\n", filepath.Ext("index.js"))
15 fmt.Printf("Two dots: %q\n", filepath.Ext("main.test.js"))
  /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;
45 TestModuleFileExtension::Reader::Reader(ModuleFileExtension *Ext,
47 : ModuleFileExtensionReader(Ext), Stream(InStream)
TestModuleFileExtension.h 30 Writer(ModuleFileExtension *Ext) : ModuleFileExtensionWriter(Ext) { }
43 Reader(ModuleFileExtension *Ext, const llvm::BitstreamCursor &InStream);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELF.h 41 const char *Ext; // If this is a pointer to a named symbol
67 return Source.Ext;
84 static ELFSym *getExtSym(const char *Ext) {
86 Sym->Source.Ext = Ext;
  /external/clang/include/clang/Driver/
Types.h 76 /// extension \p Ext.
77 ID lookupTypeForExtension(const char *Ext);
  /external/lzma/CPP/7zip/UI/FileManager/
SysIconUtils.h 14 UString Ext;
18 // int Compare(const CExtIconPair &a) const { return MyStringCompareNoCase(Ext, a.Ext); }
27 // int Compare(const CAttribIconPair &a) const { return Ext.Compare(a.Ext); }

Completed in 1147 milliseconds

1 2 3 4 5 6 7 8 91011