/external/clang/lib/Frontend/ |
D | InitHeaderSearch.cpp | 71 const llvm::Triple &triple); 89 void AddDefaultCIncludePaths(const llvm::Triple &triple, 94 void AddDefaultCPlusPlusIncludePaths(const llvm::Triple &triple, 100 const llvm::Triple &triple, 194 const llvm::Triple &triple) { in AddGnuCPlusPlusIncludePaths() argument 199 llvm::Triple::ArchType arch = triple.getArch(); in AddGnuCPlusPlusIncludePaths() 447 void InitHeaderSearch::AddDefaultCIncludePaths(const llvm::Triple &triple, in AddDefaultCIncludePaths() argument 449 llvm::Triple::OSType os = triple.getOS(); in AddDefaultCIncludePaths() 578 if (triple.getArch() == llvm::Triple::x86_64) { in AddDefaultCIncludePaths() 582 } else if (triple.getArch() == llvm::Triple::x86) { in AddDefaultCIncludePaths() [all …]
|
/external/clang/lib/Basic/ |
D | Targets.cpp | 67 OSTargetInfo(const std::string& triple) : TgtInfo(triple) {} in OSTargetInfo() argument 198 DarwinTargetInfo(const std::string& triple) : in DarwinTargetInfo() argument 199 OSTargetInfo<Target>(triple) { in DarwinTargetInfo() 200 llvm::Triple T = llvm::Triple(triple); in DarwinTargetInfo() 237 DragonFlyBSDTargetInfo(const std::string &triple) in DragonFlyBSDTargetInfo() argument 238 : OSTargetInfo<Target>(triple) {} in DragonFlyBSDTargetInfo() 259 FreeBSDTargetInfo(const std::string &triple) in FreeBSDTargetInfo() argument 260 : OSTargetInfo<Target>(triple) { in FreeBSDTargetInfo() 263 llvm::Triple Triple(triple); in FreeBSDTargetInfo() 302 MinixTargetInfo(const std::string &triple) in MinixTargetInfo() argument [all …]
|
/external/pcre/testdata/ |
D | grepinput3 | 1 triple: t1_txt s1_tag s_txt p_tag p_txt o_tag o_txt 3 triple: t2_txt s1_tag s_txt p_tag p_txt o_tag 6 triple: t3_txt s2_tag s_txt p_tag p_txt o_tag o_txt 8 triple: t4_txt s1_tag s_txt p_tag p_txt o_tag o_txt 10 triple: t5_txt s1_tag s_txt p_tag p_txt o_tag 13 triple: t6_txt s2_tag s_txt p_tag p_txt o_tag o_txt 15 triple: t7_txt s1_tag s_txt p_tag p_txt o_tag o_txt
|
/external/clang/test/CodeGenObjC/ |
D | objc2-weak-ivar-debug.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-gc -g -emit-llvm -o - %s 2 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-gc -g -emit-llvm -o - %s 3 // RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin9 -fobjc-gc -g -emit-llvm -o - %s 4 // RUN: %clang_cc1 -x objective-c++ -triple i386-apple-darwin9 -fobjc-gc -g -emit-llvm -o - %s
|
D | class-type.m | 1 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-llvm -o - %s 2 // RUN: %clang_cc1 -triple i386-apple-darwin9 -emit-llvm -o - %s 3 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-llvm -o - %s
|
D | attr-availability.m | 1 // RUN: %clang_cc1 -fvisibility hidden -fobjc-nonfragile-abi "-triple" "x86_64-apple-darwin8.0.0" -… 2 // RUN: %clang_cc1 -fvisibility hidden -fobjc-nonfragile-abi "-triple" "x86_64-apple-darwin9.0.0" -… 3 // RUN: %clang_cc1 -fvisibility hidden -fobjc-nonfragile-abi "-triple" "x86_64-apple-darwin10.0.0" …
|
D | bitfield-1.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-llvm -o %t %s 2 // RUN: %clang_cc1 -triple i386-apple-darwin9 -emit-llvm -o %t %s 3 // RUN: %clang_cc1 -triple i386-pc-linux-gnu -emit-llvm -o %t %s
|
D | fpret.m | 1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -emit-llvm -o - %s | \ 4 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -o - %s | \ 7 // RUN: %clang_cc1 -triple armv7-apple-darwin10 -emit-llvm -target-abi apcs-gnu -o - %s | \
|
D | next-objc-dispatch.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-llvm -o - %s \ 5 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-llvm -o - %s \ 9 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-llvm -o - %s \ 13 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-llvm -o - %s \
|
D | objc2-weak-ivar.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-gc -emit-llvm -o %t %s 2 // RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin9 -fobjc-gc -emit-llvm -o %t %s
|
D | objc2-retain-codegen.m | 1 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -fobjc-gc-only -emit-llvm -o %t %s 2 // RUN: %clang_cc1 -x objective-c++ -triple x86_64-unknown-unknown -fobjc-gc-only -emit-llvm -o %t …
|
D | bitfield_encoding.m | 1 // RUN: %clang_cc1 -triple i386-unknown-unknown -emit-llvm -o %t %s 3 // RUN: %clang_cc1 -triple i386-unknown-unknown -fgnu-runtime -emit-llvm -o %t %s
|
D | try.m | 2 // RUN: %clang_cc1 %s -fobjc-exceptions -S -o - -triple=i686-apple-darwin9 3 // RUN: %clang_cc1 %s -fobjc-exceptions -S -o - -triple=x86_64-apple-darwin9
|
D | deadcode_strip_used_var.m | 1 // RUN: %clang_cc1 %s -emit-llvm -o %t -triple i386-apple-darwin10 3 // RUN: %clang_cc1 %s -emit-llvm -o %t -triple x86_64-apple-darwin10
|
D | objc2-no-write-barrier.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-gc -emit-llvm -o %t %s 3 // RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin9 -fobjc-gc -emit-llvm -o %t %s
|
/external/clang/test/Driver/ |
D | darwin-objc-defaults.m | 5 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -S -### %s \ 14 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -S -### %s \ 23 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -S -### %s \ 34 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -S -### %s \ 43 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -S -### %s \ 52 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -S -### %s \ 63 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -S -### %s \ 72 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -S -### %s \ 81 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -S -### %s \
|
D | rewrite-objc.m | 1 // RUN: %clang -ccc-host-triple unknown -rewrite-objc %s -o - -### 2>&1 | \ 9 // RUN: not %clang -ccc-no-clang -ccc-host-triple unknown -rewrite-objc %s -o - -### 2>&1 | \ 13 // RUN: not %clang -ccc-no-clang -ccc-host-triple i386-apple-darwin10 -rewrite-objc %s -o - -### 2>…
|
D | gnu-runtime.m | 1 // RUN: %clang -ccc-host-triple i386-apple-darwin10 -### -fsyntax-only -fgnu-runtime %s 2>&1 | File… 2 // RUN: %clang -ccc-host-triple i386-apple-darwin10 -### -x objective-c++ -fsyntax-only -fgnu-runti…
|
/external/clang/ |
D | NOTES.txt | 51 // Specifying targets: -triple and -arch 54 The clang supports "-triple" and "-arch" options. At most one -triple and one 59 (1) If the user does not specify -triple, we default to the host triple. 61 specified triple.
|
/external/v8/tools/gcmole/ |
D | gcmole.lua | 52 local function MakeClangCommandLine(plugin, triple, arch_define) 55 .. " -triple " .. triple 65 cfg.triple, 151 ia32 = config { triple = "i586-unknown-linux", 153 arm = config { triple = "i586-unknown-linux", 155 x64 = config { triple = "x86_64-unknown-linux",
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
D | FormatterTest.java | 1123 final Object[][] triple = { in test_format_LString$LObject_GeneralConversionB() local 1167 for (int i = 0; i < triple.length; i++) { in test_format_LString$LObject_GeneralConversionB() 1169 f.format((String)triple[i][pattern], triple[i][input]); in test_format_LString$LObject_GeneralConversionB() local 1170 assertEquals("triple[" + i + "]:" + triple[i][input] in test_format_LString$LObject_GeneralConversionB() 1171 … + ",pattern[" + i + "]:" + triple[i][pattern], triple[i][output], f.toString()); in test_format_LString$LObject_GeneralConversionB() 1174 f.format(((String)triple[i][pattern]).toUpperCase(Locale.US), triple[i][input]); in test_format_LString$LObject_GeneralConversionB() local 1175 assertEquals("triple[" + i + "]:" + triple[i][input] in test_format_LString$LObject_GeneralConversionB() 1176 + ",pattern[" + i + "]:" + triple[i][pattern], ((String)triple[i][output]) in test_format_LString$LObject_GeneralConversionB() 1187 final Object[][] triple = { in test_format_LString$LObject_GeneralConversionS() local 1231 for (int i = 0; i < triple.length; i++) { in test_format_LString$LObject_GeneralConversionS() [all …]
|
/external/clang/test/PCH/ |
D | arc.m | 2 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -fobjc-nonfragile-abi -fobjc-arc -include… 5 // RUN: %clang_cc1 -emit-pch -fblocks -triple x86_64-apple-darwin11 -fobjc-nonfragile-abi -fobjc-ar… 6 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -fobjc-nonfragile-abi -fobjc-arc -include…
|
/external/clang/test/Analysis/ |
D | rdar-7168531.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,core.experimental -triple i386-apple-darwin10 -a… 2 // RUN: %clang_cc1 -analyze -analyzer-checker=core,core.experimental -triple i386-apple-darwin10 -a… 4 // Note that the target triple is important for this test case. It specifies that we use the
|
D | misc-ps-64.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-checker=core,core.experimental -… 2 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-checker=core,core.experimental -… 3 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-checker=core,core.experimental -… 4 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-checker=core,core.experimental -…
|
D | nil-receiver-undefined-larger-than-voidptr-ret.m | 1 // RUN: %clang_cc1 -triple i386-apple-darwin8 -analyze -analyzer-checker=core,core.experimental -an… 2 // RUN: %clang_cc1 -triple i386-apple-darwin8 -analyze -analyzer-checker=core,core.experimental -an… 3 // RUN: %clang_cc1 -triple i386-apple-darwin9 -analyze -analyzer-checker=core,core.experimental -an… 4 // RUN: %clang_cc1 -triple i386-apple-darwin9 -analyze -analyzer-checker=core,core.experimental -an… 5 // RUN: %clang_cc1 -triple thumbv6-apple-darwin4.0.0-iphoneos -analyze -analyzer-checker=core,core.… 6 // RUN: %clang_cc1 -triple thumbv6-apple-darwin4.0.0-iphoneos -analyze -analyzer-checker=core,core.…
|