| /external/clang/test/Sema/ |
| D | callingconv-cast.c | 1 …/ RUN: %clang_cc1 -fms-extensions -triple i686-pc-windows-msvc -Wcast-calling-convention -DMSVC -W… 2 …/ RUN: %clang_cc1 -fms-extensions -triple i686-pc-windows-msvc -Wcast-calling-convention -DMSVC -W… 3 …g_cc1 -fms-extensions -triple i686-pc-windows-msvc -Wcast-calling-convention -DMSVC -fdiagnostics-… 4 …/ RUN: %clang_cc1 -triple i686-pc-windows-gnu -Wcast-calling-convention -fdiagnostics-parseable-fi… 6 // expected-note@+1 {{consider defining 'mismatched_before_winapi' with the 'stdcall' calling conve… 15 // expected-note@+1 3 {{consider defining 'mismatched' with the 'stdcall' calling convention}} 26 // expected-warning@+1 {{cast between incompatible calling conventions 'cdecl' and 'stdcall'}} in main() 29 // expected-warning@+1 {{cast between incompatible calling conventions 'cdecl' and 'stdcall'}} in main() 33 // expected-warning@+1 {{cast between incompatible calling conventions 'cdecl' and 'stdcall'}} in main() 39 // expected-warning@+1 {{cast between incompatible calling conventions 'cdecl' and 'stdcall'}} in main() [all …]
|
| D | thread-specifier.c | 1 // RUN: %clang_cc1 -triple i686-pc-linux-gnu -fsyntax-only -Wno-private-extern -verify -pedantic %s… 2 // RUN: %clang_cc1 -triple i686-pc-linux-gnu -fsyntax-only -Wno-private-extern -verify -pedantic -x… 3 // RUN: %clang_cc1 -triple i686-pc-linux-gnu -fsyntax-only -Wno-private-extern -verify -pedantic %s… 4 …RUN: %clang_cc1 -triple i686-pc-linux-gnu -fsyntax-only -Wno-private-extern -verify -pedantic -x c… 5 …ang_cc1 -triple i686-pc-linux-gnu -fsyntax-only -Wno-private-extern -verify -pedantic -x c++ %s -D… 6 …lang_cc1 -triple i686-pc-linux-gnu -fsyntax-only -Wno-private-extern -verify -pedantic -x c++ %s -… 17 // expected-warning@-3 {{'__thread' before 'extern'}} 18 // expected-warning@-3 {{'__thread' before 'static'}} 24 // expected-error-re@-2 {{'{{__thread|_Thread_local|thread_local}}' is only allowed on variable dec… 27 // expected-error@-5 {{type name does not allow storage class to be specified}} [all …]
|
| /external/llvm/test/DebugInfo/X86/ |
| D | coff_debug_info_type.ll | 1 ; RUN: llc -mtriple=i686-pc-mingw32 -dwarf-accel-tables=Enable -filetype=asm -O0 < %s | FileCheck %s 2 ; RUN: llc -mtriple=i686-pc-cygwin -dwarf-accel-tables=Enable -filetype=asm -O0 < %s | FileCheck %s 3 ; RUN: llc -mtriple=i686-w64-mingw32 -dwarf-accel-tables=Enable -filetype=asm -O0 < %s | FileCheck … 8 ; RUN: sed -e 's/"Dwarf Version"/"CodeView"/' %s \ 9 ; RUN: | llc -mtriple=i686-pc-win32 -filetype=asm -O0 \ 10 ; RUN: | FileCheck -check-prefix=WIN32 %s 13 ; RUN: llc -mtriple=i686-pc-win32 -filetype=null -O0 < %s 16 ; clang -g -S -emit-llvm test.c -o test.ll 29 …-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf"="true" "no… 37 …se, isDefinition: true, virtualIndex: 6, isOptimized: false, unit: !0, scopeLine: 2, file: !1, sco… [all …]
|
| D | DW_AT_stmt_list_sec_offset.ll | 1 ; RUN: llc -mtriple=i686-w64-mingw32 -o %t -filetype=obj %s 2 ; RUN: llvm-dwarfdump -debug-dump=all %t | FileCheck %s 3 ; RUN: llc -mtriple=i686-w64-mingw32 -o %t -filetype=obj -dwarf-version=3 %s 4 ; RUN: llvm-dwarfdump -debug-dump=all %t | FileCheck %s -check-prefix=DWARF3 10 ; clang -g -S -emit-llvm test.c -o test.ll 17 …ut = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-f80:128:128-v64… 18 target triple = "i686-pc-win32" 28 …-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf"="true" "no… 36 …se, isDefinition: true, virtualIndex: 6, isOptimized: false, unit: !0, scopeLine: 2, file: !1, sco… 38 !6 = !DISubroutineType(types: !7)
|
| D | dllimport.ll | 1 ; RUN: llc -mtriple=i686-pc-windows-msvc -O0 -filetype=obj < %s | llvm-dwarfdump -debug-dump=info -… 3 ; CHECK-NOT: DW_AT_location 5 target datalayout = "e-m:x-p:32:32-i64:64-f80:32-n8:16:32-a:0:32-S32" 6 target triple = "i686-pc-windows-msvc" 17 …nkageName: "\01?id@?$numpunct@D@@0HA", scope: !0, file: !5, line: 4, type: !6, isLocal: false, isD… 19 !6 = !DIBasicType(name: "int", size: 32, align: 32, encoding: DW_ATE_signed) 20 !7 = !DIDerivedType(tag: DW_TAG_member, name: "id", scope: !8, file: !5, line: 2, baseType: !6, fla…
|
| /external/llvm/test/MC/X86/ |
| D | x86_nop.s | 1 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=generic %s | llvm-objdump -d - | FileCheck… 2 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i386 %s | llvm-objdump -d - | FileCheck %s 3 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i486 %s | llvm-objdump -d - | FileCheck %s 4 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i586 %s | llvm-objdump -d - | FileCheck %s 5 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=pentium %s | llvm-objdump -d - | FileCheck… 6 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=pentium-mmx %s | llvm-objdump -d - | FileC… 7 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=geode %s | llvm-objdump -d - | FileCheck %s 8 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i686 %s | llvm-objdump -d - | FileCheck %s 9 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=k6 %s | llvm-objdump -d - | FileCheck %s 10 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=k6-2 %s | llvm-objdump -d - | FileCheck %s [all …]
|
| /external/clang/test/Driver/ |
| D | linux-header-search.cpp | 6 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 7 // RUN: -target x86_64-unknown-linux-gnu \ 8 // RUN: -stdlib=libc++ \ 9 // RUN: -ccc-install-dir %S/Inputs/basic_linux_tree/usr/bin \ 10 // RUN: --sysroot=%S/Inputs/basic_linux_libcxx_tree \ 11 // RUN: --gcc-toolchain="" \ 12 // RUN: | FileCheck --check-prefix=CHECK-BASIC-LIBCXX-SYSROOT %s 13 // CHECK-BASIC-LIBCXX-SYSROOT: "{{[^"]*}}clang{{[^"]*}}" "-cc1" 14 // CHECK-BASIC-LIBCXX-SYSROOT: "-isysroot" "[[SYSROOT:[^"]+]]" 15 // CHECK-BASIC-LIBCXX-SYSROOT: "-internal-isystem" "[[SYSROOT]]/usr/include/c++/v1" [all …]
|
| /external/llvm/test/MC/MachO/ |
| D | eh-frame-reloc.s | 1 // RUN: llvm-mc < %s -triple=x86_64-apple-macosx10.7 -filetype=obj | llvm-readobj -r | FileCheck %s 2 // RUN: llvm-mc < %s -triple=x86_64-apple-macosx10.6 -filetype=obj | llvm-readobj -r | FileCheck %s 3 // RUN: llvm-mc < %s -triple=x86_64-apple-ios7.0.0 -filetype=obj | llvm-readobj -r | FileCheck %s 4 // RUN: llvm-mc < %s -triple=x86_64-apple-macosx10.5 -filetype=obj | llvm-readobj -r | FileCheck %s 5 // RUN: llvm-mc < %s -triple=i686-apple-macosx10.6 -filetype=obj | llvm-readobj -r | FileCheck %s 6 // RUN: llvm-mc < %s -triple=i686-apple-macosx10.5 -filetype=obj | llvm-readobj -r | FileCheck %s 7 // RUN: llvm-mc < %s -triple=i686-apple-macosx10.4 -filetype=obj | llvm-readobj -r | FileCheck %s 16 // CHECK-NEXT: ]
|
| /external/libabigail/tests/ |
| D | runtestfedabipkgdiff.py.in | 2 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 3 # -*- coding: utf-8 -*- 4 # -*- Mode: Python 23 INPUT_DIR = '@abs_top_srcdir@/tests/data/test-fedabipkgdiff' 24 OUTPUT_DIR = '@abs_top_builddir@/tests/output/test-fedabipkgdiff' 26 # This variable is a list of 3-uples. Here is the meaning of 27 # the elements of each 3-uples: 43 (['--from', 'fc20', '--to', 'fc23', 'dbus-glib'], 44 'data/test-fedabipkgdiff/test0-from-fc20-to-fc23-dbus-glib-report-0.txt', 45 'output/test-fedabipkgdiff/test0-type-suppr-report-0.txt'), [all …]
|
| D | mockfedabipkgdiff.in | 2 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 3 # -*- coding: utf-8 -*- 4 # -*- Mode: Python 9 # https://sourceware.org/ml/libabigail/2016-q3/msg00031.html. 12 '''A local-only version of the fedabipkgdiff program 23 tests/data/test-fedabipkgdiff/packages. This program then invokes 54 INPUT_DIR = '@abs_top_srcdir@/tests/data/test-fedabipkgdiff' 55 OUTPUT_DIR = '@abs_top_builddir@/tests/output/test-fedabipkgdiff' 58 DOWNLOAD_CACHE_DIR_PREFIX=os.path.join(OUTPUT_DIR, 'download-cache') 101 # ----------------- Koji resource storage begins ------------------ [all …]
|
| /external/llvm/test/CodeGen/X86/ |
| D | movpc32-check.ll | 1 ; RUN: llc < %s -mtriple=i686-pc-linux -relocation-model=pic | FileCheck %s 3 target datalayout = "e-m:e-p:32:32-f64:32:64-f80:32-n8:16:32-S128" 4 target triple = "i686-pc-linux" 15 …-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math… 16 …-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math… 23 !1 = !DIFile(filename: "test.c", directory: "movpc-test") 26 !5 = !DISubroutineType(types: !6) 27 !6 = !{null} 36 ; CHECK-NEXT: .Ltmp3: 37 ; CHECK-NEXT: .cfi_adjust_cfa_offset 4 [all …]
|
| D | vec_call.ll | 1 ; RUN: llc < %s -mcpu=generic -march=x86 -mattr=+sse2 -mtriple=i686-apple-darwin8 | \ 3 ; RUN: llc < %s -mcpu=generic -march=x86 -mattr=+sse2 -mtriple=i686-apple-darwin8 | \ 8 …6, i32 7, <2 x i64> bitcast (<4 x i32> < i32 4, i32 3, i32 2, i32 1 > to <2 x i64>), <2 x i64> bit…
|
| D | nosse-error2.ll | 1 ; RUN: not llc < %s -march=x86 -mcpu=i686 -mattr=-sse 2>&1 | FileCheck --check-prefix NOSSE %s 2 ; RUN: llc < %s -march=x86 -mcpu=i686 -mattr=+sse | FileCheck %s 8 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v… 9 target triple = "i386-unknown-linux-gnu" 24 %6 = load double, double* @d, align 8 ; <double> [#uses=1] 25 %7 = tail call inreg double @foo4(double inreg %6) nounwind ; <double> [#uses=1]
|
| D | legalize-sub-zero.ll | 1 ; RUN: llc < %s -mtriple=i686-pc-win32 3 …alayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-f80:128:12… 4 ;target triple = "i686-pc-win32" 13 %6 = bitcast <3 x double> %4 to <3 x i64> 14 %7 = sub <3 x i64> %5, %6
|
| D | atom-lea-sp.ll | 1 ; RUN: llc < %s -mcpu=atom -mtriple=i686-linux -no-x86-call-frame-opt | FileCheck -check-prefix=AT… 2 ; RUN: llc < %s -mcpu=core2 -mtriple=i686-linux -no-x86-call-frame-opt | FileCheck %s 8 ; ATOM-LABEL: test1: 9 ; ATOM: leal -1052(%esp), %esp 10 ; ATOM-NOT: sub 14 ; CHECK-LABEL: test1: 17 ; CHECK-NOT: lea 25 ; ATOM-LABEL: test2: 26 ; ATOM: leal -28(%esp), %esp 30 ; CHECK-LABEL: test2: [all …]
|
| /external/clang/test/CodeGen/ |
| D | inline-optim.c | 1 // Make sure -finline-functions family flags are behaving correctly. 3 // RUN: %clang_cc1 -triple i686-pc-win32 -emit-llvm %s -o - | FileCheck -check-prefix=NOINLINE %s 4 // RUN: %clang_cc1 -triple i686-pc-win32 -O3 -fno-inline-functions -emit-llvm %s -o - | FileCheck -… 5 // RUN: %clang_cc1 -triple i686-pc-win32 -finline-hint-functions -emit-llvm %s -o - | FileCheck -ch… 6 // RUN: %clang_cc1 -triple i686-pc-win32 -finline-functions -emit-llvm %s -o - | FileCheck -check-p… 16 // NOINLINE-LABEL: @foo in foo() 17 // HINT-LABEL: @foo in foo() 18 // INLINE-LABEL: @foo in foo() 20 // HINT-NOT: call i32 @inline_hint in foo() 21 // INLINE-NOT: call i32 @inline_hint in foo() [all …]
|
| D | dependent-lib.c | 1 // RUN: %clang_cc1 %s --dependent-lib=msvcrt -triple thumbv7-windows -emit-llvm -o - | FileCheck %s 2 // RUN: %clang_cc1 %s --dependent-lib=msvcrt -triple i686-pc-win32 -emit-llvm -o - | FileCheck %s 3 // RUN: %clang_cc1 %s --dependent-lib=msvcrt -triple x86_64-pc-win32 -emit-llvm -o - | FileCheck %s 4 // RUN: %clang_cc1 %s --dependent-lib=msvcrt -triple i686-pc-linux -emit-llvm -o - | FileCheck -che… 7 // CHECK: !{{[0-9]+}} = !{i32 6, !"Linker Options", ![[link_opts:[0-9]+]]} 8 // CHECK: ![[link_opts]] = !{![[msvcrt:[0-9]+]]} 12 // LINUX: !{{[0-9]+}} = !{i32 6, !"Linker Options", ![[link_opts:[0-9]+]]} 13 // LINUX: ![[link_opts]] = !{![[msvcrt:[0-9]+]]} 14 // LINUX: ![[msvcrt]] = !{!"-lmsvcrt"}
|
| /external/llvm/test/DebugInfo/COFF/ |
| D | fp-stack.ll | 1 ; RUN: llc -mtriple=i686-windows-msvc < %s | FileCheck %s --check-prefix=ASM 2 ; RUN: llc -mtriple=i686-windows-msvc < %s -filetype=obj | llvm-readobj -codeview - | FileCheck %s … 3 target datalayout = "e-m:x-p:32:32-i64:64-f80:32-n8:16:32-a:0:32-S32" 4 target triple = "i686-pc-windows-msvc18.0.0" 8 %sub = fsub double -0.000000e+00, %p1, !dbg !16 34 !4 = distinct !DISubprogram(name: "f", linkageName: "f", scope: !5, file: !5, line: 2, type: !6, is… 36 !6 = !DISubroutineType(types: !7)
|
| D | tail-call-without-lexical-scopes.ll | 1 ; RUN: llc -mcpu=core2 -mtriple=i686-pc-win32 -O0 < %s | FileCheck --check-prefix=X86 %s 10 ; 6 20 ; X86-LABEL: {{^}}"?bar@@YAXHZZ": 24 ; X86-NOT: ret 26 ; X86-LABEL: .section .debug$S,"dr" 28 ; X86-NEXT: .secidx "?bar@@YAXHZZ" 34 target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32" 35 target triple = "i686-pc-win32" 53 …-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-nans-fp-math… 54 …-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-nans-fp-math… [all …]
|
| D | asan-module-ctor.ll | 1 ; RUN: llc -mcpu=core2 -mtriple=i686-pc-win32 -O0 < %s | FileCheck --check-prefix=X86 %s 4 ; -fsanitize=address 12 ; X86-NEXT: L{{.*}}: 13 ; X86-NEXT: # BB 14 ; X86-NEXT: calll ___asan_init_v3 15 ; X86-NEXT: retl 17 ; Make sure we don't put any DWARF debug info for ASan-instrumented modules. 18 ; X86-NOT: DWARF 21 target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32" 22 target triple = "i686-pc-win32" [all …]
|
| D | asm.ll | 1 ; RUN: llc -mcpu=core2 -mtriple=i686-pc-win32 -O0 < %s | FileCheck --check-prefix=X86 %s 2 …lc -mcpu=core2 -mtriple=i686-pc-win32 -o - -O0 < %s | llvm-mc -triple=i686-pc-win32 -filetype=obj … 3 ; RUN: llc -mcpu=core2 -mtriple=x86_64-pc-win32 -O0 < %s | FileCheck --check-prefix=X64 %s 4 … -mcpu=core2 -mtriple=x86_64-pc-win32 -o - -O0 < %s | llvm-mc -triple=x86_64-pc-win32 -filetype=ob… 13 ; 6 } 15 ; X86-LABEL: _f: 20 ; X86: .cv_loc 0 1 6 0 24 ; X86-LABEL: .section .debug$S,"dr" 25 ; X86-NEXT: .p2align 2 26 ; X86-NEXT: .long 4 [all …]
|
| /external/protobuf/protoc-artifacts/ |
| D | build-protoc.sh | 4 # protoc plugins into target/<OS>/<ARCH>/protoc-gen-*.exe 6 # Usage: ./build-protoc.sh <OS> <ARCH> <TARGET> 8 # <TARGET> can be "protoc" or "protoc-gen-javalite". Supported <OS> <ARCH> 11 # cygwin windows x86_32 Requires: i686-w64-mingw32-gcc 12 # cygwin windows x86_64 Requires: x86_64-w64-mingw32-gcc 13 # linux linux aarch_64 Requires: g++-aarch64-linux-gnu 16 # linux windows x86_32 Requires: i686-w64-mingw32-gcc 17 # linux windows x86_64 Requires: x86_64-w64-mingw32-gcc 36 protoc-gen-javalite) 67 if [ -z "$lineno" ]; then [all …]
|
| /external/cronet/third_party/protobuf/protoc-artifacts/ |
| D | build-protoc.sh | 4 # protoc plugins into target/<OS>/<ARCH>/protoc-gen-*.exe 6 # Usage: ./build-protoc.sh <OS> <ARCH> <TARGET> 8 # <TARGET> can be "protoc" or "protoc-gen-javalite". Supported <OS> <ARCH> 11 # cygwin windows x86_32 Requires: i686-w64-mingw32-gcc 12 # cygwin windows x86_64 Requires: x86_64-w64-mingw32-gcc 13 # linux linux aarch_64 Requires: g++-aarch64-linux-gnu 16 # linux windows x86_32 Requires: i686-w64-mingw32-gcc 17 # linux windows x86_64 Requires: x86_64-w64-mingw32-gcc 36 protoc-gen-javalite) 67 if [ -z "$lineno" ]; then [all …]
|
| /external/tcpdump/tests/ |
| D | lldp_mudurl-v.out | 8 System Description TLV (6), length 92 9 Ubuntu 14.04.5 LTS Linux 3.13.0-106-generic #153-Ubuntu SMP Tue Dec 6 15:45:13 UTC 2016 i686 26 …pability [10BASE-T hdx, 10BASE-T fdx, 100BASE-TX hdx, 100BASE-TX fdx, Pause for fdx links, Asym PA… 29 MUD-URL Subtype (1) 30 MUD-URL=https://imright.mud.example.com/.well-known/mud/v1/vomitv2.0 39 System Description TLV (6), length 92 40 Ubuntu 14.04.5 LTS Linux 3.13.0-106-generic #153-Ubuntu SMP Tue Dec 6 15:45:13 UTC 2016 i686 57 …pability [10BASE-T hdx, 10BASE-T fdx, 100BASE-TX hdx, 100BASE-TX fdx, Pause for fdx links, Asym PA… 60 MUD-URL Subtype (1) 61 MUD-URL=https://imright.mud.example.com/.well-known/mud/v1/vomitv2.0
|
| /external/clang/test/CodeGenCXX/ |
| D | dllimport-rtti.cpp | 1 …RUN: %clang_cc1 -triple i686-windows-msvc -emit-llvm -std=c++1y -fms-extensions -O1 -disable-llvm-… 2 …RUN: %clang_cc1 -triple i686-windows-gnu -emit-llvm -std=c++1y -fms-extensions -O1 -disable-llvm-… 8 // MSVC-DAG: @"\01??_SS@@6B@" = unnamed_addr alias i8*, getelementptr inbounds ([2 x i8*], [2 x i8*… 9 // MSVC-DAG: @"\01??_R0?AUS@@@8" = linkonce_odr 10 // MSVC-DAG: @"\01??_R1A@?0A@EA@S@@8" = linkonce_odr 11 // MSVC-DAG: @"\01??_R2S@@8" = linkonce_odr 12 // MSVC-DAG: @"\01??_R3S@@8" = linkonce_odr 14 // GNU-DAG: @_ZTV1S = available_externally dllimport 15 // GNU-DAG: @_ZTI1S = external dllimport 23 // GNU-DAG: @_ZTV1V = available_externally dllimport [all …]
|