/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsAsmBackend.h | 30 Triple::OSType OSType; variable 35 MipsAsmBackend(const Target &T, Triple::OSType OSType, bool IsLittle, in MipsAsmBackend() argument 37 : MCAsmBackend(), OSType(OSType), IsLittle(IsLittle), Is64Bit(Is64Bit) {} in MipsAsmBackend()
|
D | MipsAsmBackend.cpp | 161 MCELFObjectTargetWriter::getOSABI(OSType), IsLittle, Is64Bit); in createObjectWriter()
|
/external/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcAsmBackend.cpp | 226 Triple::OSType OSType; member in __anonab3338d70111::ELFSparcAsmBackend 228 ELFSparcAsmBackend(const Target &T, Triple::OSType OSType) : in ELFSparcAsmBackend() argument 229 SparcAsmBackend(T), OSType(OSType) { } in ELFSparcAsmBackend() 248 uint8_t OSABI = MCELFObjectTargetWriter::getOSABI(OSType); in createObjectWriter()
|
/external/llvm/include/llvm/MC/ |
D | MCELFObjectWriter.h | 54 static uint8_t getOSABI(Triple::OSType OSType) { in getOSABI() argument 55 switch (OSType) { in getOSABI()
|
/external/llvm/include/llvm/ADT/ |
D | Triple.h | 122 enum OSType { enum 187 OSType OS; 242 OSType getOS() const { return OS; } in getOS() 502 void setOS(OSType Kind); 579 static const char *getOSTypeName(OSType Kind);
|
/external/lldb/test/functionalities/data-formatter/rdar-11628688/ |
D | main.mm | 17 OSType a = 'test'; 18 OSType b = 'best';
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftmac.c | 303 static OSType 311 return ( OSType ) 0; in get_file_type_from_path() 315 return ( OSType ) 0; in get_file_type_from_path() 854 OSType fond_type; in FT_New_Face_From_FOND() 926 OSType file_type; in FT_New_Face_From_Resource()
|
/external/freetype/src/base/ |
D | ftmac.c | 303 static OSType 311 return ( OSType ) 0; in get_file_type_from_path() 315 return ( OSType ) 0; in get_file_type_from_path() 859 OSType fond_type; in FT_New_Face_From_FOND() 931 OSType file_type; in FT_New_Face_From_Resource()
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITTestAPICommon.h | 90 SmallVector<Triple::OSType, 4> UnsupportedOSs;
|
/external/lldb/source/Plugins/DynamicLoader/Static/ |
D | DynamicLoaderStatic.cpp | 33 const llvm::Triple::OSType os_type = triple_ref.getOS(); in CreateInstance()
|
/external/llvm/lib/Support/ |
D | Triple.cpp | 140 const char *Triple::getOSTypeName(OSType Kind) { in getOSTypeName() 348 static Triple::OSType parseOS(StringRef OSName) { in parseOS() 349 return StringSwitch<Triple::OSType>(OSName) in parseOS() 545 OSType OS = UnknownOS; in normalize() 851 void Triple::setOS(OSType Kind) { in setOS()
|
/external/skia/src/views/mac/ |
D | SkOSWindow_Mac.cpp | 238 static void getparam(EventRef inEvent, OSType name, OSType type, UInt32 size, void* data) in getparam()
|
/external/clang/lib/Frontend/ |
D | InitHeaderSearch.cpp | 226 llvm::Triple::OSType os = triple.getOS(); in AddDefaultCIncludePaths() 366 llvm::Triple::OSType os = triple.getOS(); in AddDefaultCPlusPlusIncludePaths()
|
/external/llvm/tools/llc/ |
D | llc.cpp | 101 GetOutputStream(const char *TargetName, Triple::OSType OS, in GetOutputStream()
|
/external/lldb/source/Core/ |
D | ArchSpec.cpp | 773 const llvm::Triple::OSType lhs_triple_os = lhs_triple.getOS(); in IsEqualTo() 774 const llvm::Triple::OSType rhs_triple_os = rhs_triple.getOS(); in IsEqualTo()
|
D | Debugger.cpp | 1436 … llvm::Triple::OSType ostype = arch.IsValid() ? arch.GetTriple().getOS() : llvm::Triple::UnknownOS; in IsTokenWithFormat()
|
/external/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m | 1168 typedef FourCharCode OSType; typedef 1179 OSType pixelFormatType, 1192 OSType pixelFormatType, 1208 OSType pixelFormatType, 1217 OSType pixelFormatType, void *baseAddress, 1235 OSType pixelFormatType, void *dataPtr, size_t dataSize,
|
D | objcmt-arc-cf-annotations.m.result | 1210 typedef FourCharCode OSType; 1221 OSType pixelFormatType, 1234 OSType pixelFormatType, 1250 OSType pixelFormatType, 1259 OSType pixelFormatType, void *baseAddress, 1277 OSType pixelFormatType, void *dataPtr, size_t dataSize,
|
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.c | 136 OSType inComponentSignature, 1124 OSType inComponentSignature, in DebugAssertOutputHandler()
|
/external/llvm/unittests/ADT/ |
D | TripleTest.cpp | 232 C[2] = Triple::getOSTypeName(Triple::OSType(OS)); in TEST()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocChecker.cpp | 679 llvm::Triple::OSType OS = Ctx.getTargetInfo().getTriple().getOS(); in performKernelMalloc()
|
/external/clang/lib/Basic/ |
D | Targets.cpp | 6703 llvm::Triple::OSType os = Triple.getOS(); in AllocateTarget()
|
/external/clang/test/Analysis/ |
D | retain-release.m | 1163 typedef FourCharCode OSType; typedef 1174 OSType pixelFormatType, 1187 OSType pixelFormatType, 1203 OSType pixelFormatType, 1212 OSType pixelFormatType, void *baseAddress, 1230 OSType pixelFormatType, void *dataPtr, size_t dataSize,
|