| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/ |
| D | libcairo-swt.so | _DYNAMIC _GLOBAL_OFFSET_TABLE_ __gmon_start__ __cxa_finalize _Jv_RegisterClasses _cairo_error __assert_fail cairo_version cairo_version_string cairo_create malloc _cairo_path_fixed_init _cairo_gstate_create cairo_reference cairo_destroy _cairo_path_fixed_fini free _cairo_gstate_destroy INT_cairo_save ... |
| D | libXm.so.2 | _DYNAMIC _GLOBAL_OFFSET_TABLE_ __gmon_start__ _init _fini __deregister_frame_info __register_frame_info _XmButtonTakeFocus _XmStrings XtStrings _XmSetThickness XmeFromHorizontalPixels XmeToHorizontalPixels xmArrowButtonClassRec xmPrimitiveClassRec _XtInherit _XmArrowB_defaultTranslations _XtInheritTranslations xmArrowButtonWidgetClass ... |
| D | eclipse | ... 3.4.6 20060404 (Red Hat 3.4.6-11) GCC: (GNU) 3.4.6 ... |
| /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/libvpx/libvpx/ |
| D | README | 1 README - 26 January 2017 15 have this package, the install-docs option will be disabled. 16 * Downloading the data for the unit tests requires curl[4] and sha1sum. 26 [4]: http://curl.haxx.se 29 2. Out-of-tree builds 40 The 'configure' script supports a number of options. The --help option can be 42 $ ../libvpx/configure --help 44 4. Cross development 45 For cross development, the most notable option is the --target option. The 46 most up-to-date list of supported targets can be found at the bottom of the [all …]
|
| /external/sonivox/arm-wt-22k/bin/ |
| D | arm-wt-22k | ... 9- "0< %71 (6*$ -70 4;/ *== 6A4 0 |
| /external/valgrind/coregrind/m_demangle/ |
| D | ansidecl.h | 19 Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ 26 ----- ---- - ---------- ----------- - ---------- 32 For ease of writing code which uses GCC extensions but needs to be 59 /* This macro simplifies testing whether we are using gcc, and if it 62 gcc at all. */ 81 /* inline requires special treatment; it's in C99, and GCC >=2.7 supports 88 # define inline __inline__ /* __inline__ prevents -pedantic warnings */ 98 /* some systems define these in header files for non-ansi mode */ 110 /* Define macros for some gcc attributes. This permits us to use the 112 version of gcc in which they are supported. */ [all …]
|
| /external/llvm/test/CodeGen/X86/ |
| D | dllexport.ll | 1 ; RUN: llc -mtriple i386-pc-win32 < %s \ 2 ; RUN: | FileCheck -check-prefix CHECK -check-prefix CHECK-CL %s 3 ; RUN: llc -mtriple i386-pc-mingw32 < %s \ 4 ; RUN: | FileCheck -check-prefix CHECK -check-prefix CHECK-GCC %s 5 ; RUN: llc -mtriple i686-pc-cygwin %s -o - \ 6 ; RUN: | FileCheck -check-prefix CHECK -check-prefix CHECK-GCC %s 7 ; RUN: llc -mtriple i386-pc-win32 < %s \ 8 ; RUN: | FileCheck -check-prefix NOTEXPORTED %s 9 ; RUN: llc -mtriple i386-pc-mingw32 < %s \ 10 ; RUN: | FileCheck -check-prefix NOTEXPORTED %s [all …]
|
| /external/clang/test/Preprocessor/ |
| D | macro_fn_comma_swallow2.c | 3 // RUN: %clang_cc1 -E %s | FileCheck -check-prefix=GCC -strict-whitespace %s 4 // RUN: %clang_cc1 -E -std=c99 %s | FileCheck -check-prefix=C99 -strict-whitespace %s 5 // RUN: %clang_cc1 -E -std=c11 %s | FileCheck -check-prefix=C99 -strict-whitespace %s 6 // RUN: %clang_cc1 -E -x c++ %s | FileCheck -check-prefix=GCC -strict-whitespace %s 7 // RUN: %clang_cc1 -E -std=gnu99 %s | FileCheck -check-prefix=GCC -strict-whitespace %s 8 // RUN: %clang_cc1 -E -fms-compatibility %s | FileCheck -check-prefix=MS -strict-whitespace %s 9 // RUN: %clang_cc1 -E -DNAMED %s | FileCheck -check-prefix=GCC -strict-whitespace %s 10 // RUN: %clang_cc1 -E -std=c99 -DNAMED %s | FileCheck -check-prefix=C99 -strict-whitespace %s 20 // These are the GCC named argument versions of the C99-style variadic macros. 33 4: A(a,b,c) B(a,b,c) C(a,b,c) D(a,b,c) E(a,b,c) [all …]
|
| /external/eigen/doc/ |
| D | WrongStackAlignment.dox | 5 <h4>It appears that this was a GCC bug that has been fixed in GCC 4.5. 6 If you hit this issue, please upgrade to GCC 4.5 and report to us, so we can update this page.</h4> 8 This is an issue that, so far, we met only with GCC on Windows: for instance, MinGW and TDM-GCC. 20 GCC assumes that the stack is already 16-byte-aligned so that the object \a q will be created at a … 22 … on Windows, where the stack is only guaranteed to have 4-byte alignment. Indeed, even though GCC … 35 …gcc.gnu.org/onlinedocs/gcc-4.4.0/gcc/Function-Attributes.html#Function-Attributes">this GCC docume… 40 …on is to edit your project so that when compiling with GCC on Windows, you pass this option to GCC: 42 -mincoming-stack-boundary=2 44 …GCC that the stack is only required to be aligned to 2^2=4 bytes, so that GCC now knows that it re… 46 Another global solution is to pass this option to gcc: [all …]
|
| /external/toolchain-utils/deprecated/repo_to_repo_files/ |
| D | gcc-branches_google_4_7.json.rtr | 6 "branches/google/gcc-4_7-mobile" 8 "address": "svn://gcc.gnu.org/svn/gcc" 18 "branch": "gcc.gnu.org/branches/google/gcc-4_7-mobile", 19 "address": "https://chromium.googlesource.com/chromiumos/third_party/gcc.git"
|
| /external/swiftshader/third_party/LLVM/test/DebugInfo/X86/ |
| D | earlydup-crash.ll | 1 ; RUN: llc %s -mtriple=i386-apple-macosx10.6.7 -o /dev/null 48 …589865, metadata !"darwin-c.c", metadata !"/Users/espindola/llvm/build-llvm-gcc/gcc/../../llvm-gcc… 49 …4 = metadata !{i32 589841, i32 0, i32 1, metadata !"/Users/espindola/llvm/build-llvm-gcc/gcc/../..… 58 …h", metadata !"/Users/espindola/llvm/build-llvm-gcc/gcc/../../llvm-gcc-4.2/gcc/../libcpp/include",… 76 !31 = metadata !{i32 589865, metadata !"types.h", metadata !"/usr/include/sys", metadata !4} ; [ DW… 84 …ata !"stddef.h", metadata !"/Users/espindola/llvm/build-llvm-gcc/./prev-gcc/include", metadata !4}…
|
| /external/toolchain-utils/dejagnu/ |
| D | run_dejagnu.py | 30 'Launches gcc dejagnu test in chroot for chromeos toolchain, compares ' 33 parser.add_option('-c', 34 '--chromeos_root', 37 parser.add_option('-m', 38 '--mount', 40 help=('Specify gcc source to mount instead of "auto". ' 41 'Under "auto" mode, which is the default - gcc is ' 44 '- the gcc_source is set to "$chromeos_' 45 'root/chroot/usr/local/toolchain_root/gcc", which is ' 47 'gcc-build-dir then is computed as ' [all …]
|
| /external/valgrind/ |
| D | README.mips | 3 ------------------- 4 - MIPS32 and MIPS64 platforms are currently supported. 5 - Both little-endian and big-endian cores are supported. 6 - MIPS DSP ASE on MIPS32 platforms is supported. 10 ------------------- 11 - Native build is available for all supported platforms. The build system 12 expects that native GCC is configured correctly and optimized for the platform. 14 GCC to compile to "mips1" by default. Depending on a target platform, using 15 CFLAGS="-mips32r2", CFLAGS="-mips32" or CFLAGS="-mips64" or 16 CFLAGS="-mips64 -mabi=64" will do the trick and compile Valgrind correctly. [all …]
|
| /external/llvm/test/DebugInfo/X86/ |
| D | earlydup-crash.ll | 1 ; RUN: llc %s -mtriple=i386-apple-macosx10.6.7 -o /dev/null 45 !llvm.dbg.cu = !{!4} 49 …: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !4, file: !44, scope: n… 50 !3 = !DIFile(filename: "darwin-c.c", directory: "/Users/espindola/llvm/build-llvm-gcc/gcc/../../llv… 51 !4 = distinct !DICompileUnit(language: DW_LANG_C89, producer: "4.2.1 (Based on Apple Inc. build 565… 60 …ename: "cpplib.h", directory: "/Users/espindola/llvm/build-llvm-gcc/gcc/../../llvm-gcc-4.2/gcc/../… 86 !39 = !DIFile(filename: "stddef.h", directory: "/Users/espindola/llvm/build-llvm-gcc/./prev-gcc/inc… 88 …ename: "cpplib.h", directory: "/Users/espindola/llvm/build-llvm-gcc/gcc/../../llvm-gcc-4.2/gcc/../… 90 !43 = !DIFile(filename: "stddef.h", directory: "/Users/espindola/llvm/build-llvm-gcc/./prev-gcc/inc… 91 !44 = !DIFile(filename: "darwin-c.c", directory: "/Users/espindola/llvm/build-llvm-gcc/gcc/../../ll…
|
| /external/llvm/test/Transforms/SampleProfile/ |
| D | gcc-simple.ll | 1 ; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/gcc-simple.afdo -S | FileCheck %s 2 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/gcc-simple.afdo -S | FileChec… 3 ; XFAIL: powerpc64-, s390x, mips-, mips64-, sparc 19 ; This test was compiled down to bytecode at -O0 to avoid inlining foo() into 20 ; main(). The profile was generated using a GCC-generated binary (also compiled 21 ; at -O0). The conversion from the Linux Perf profile to the GCC autofdo 24 ; $ gcc -g -O0 gcc-simple.cc -o gcc-simple 25 ; $ perf record -b ./gcc-simple 26 ; $ create_gcov --binary=gcc-simple --gcov=gcc-simple.afdo 28 define i64 @_Z3fool(i64 %i) #0 !dbg !4 { [all …]
|
| /external/clang/test/Sema/ |
| D | pragma-pack-3.c | 1 // RUN: %clang_cc1 -triple i686-apple-darwin9 %s -fsyntax-only -verify 2 // expected-no-diagnostics 9 #pragma pack(push, 4) 10 // Stack: [8, 1], Alignment: 4 12 // Note that this differs from gcc; pack() in gcc appears to pop the 14 // inconsistent with MSVC, and the gcc documentation. In other cases, 15 // for example changing this to pack(8), I don't even understand what gcc 27 int a[sizeof(struct s0) == 3 ? 1 : -1]; 35 int b[sizeof(struct s1) == 4 ? 1 : -1];
|
| /external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
| D | README.txt | 1 //===---------------------------------------------------------------------===// 3 //===---------------------------------------------------------------------===// 8 add doesn't need to overflow between the two 16-bit chunks. 15 Interesting optimization for PIC codegen on arm-linux: 16 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43129 18 //===---------------------------------------------------------------------===// 20 Crazy idea: Consider code that uses lots of 8-bit or 16-bit values. By the 21 time regalloc happens, these values are now in a 32-bit register, usually with 22 the top-bits known to be sign or zero extended. If spilled, we should be able 23 to spill these to a 8-bit or 16-bit stack slot, zero or sign extending as part [all …]
|
| /external/clang/docs/ |
| D | DriverInternals.rst | 20 interface which is compatible with the gcc driver. 28 GCC Compatibility 29 ----------------- 33 call GCC. Although this makes the driver much more complicated than 35 the gcc command line interface was worth it in order to allow users to 39 -------- 47 can be used to build other tools which want to implement or accept a gcc 51 ------------ 54 found that the gcc driver by itself incurred a small but meaningful 59 - Avoid memory allocation and string copying when possible. [all …]
|
| /external/llvm/lib/Target/ARM/ |
| D | README.txt | 1 //===---------------------------------------------------------------------===// 3 //===---------------------------------------------------------------------===// 8 add doesn't need to overflow between the two 16-bit chunks. 15 Interesting optimization for PIC codegen on arm-linux: 16 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43129 18 //===---------------------------------------------------------------------===// 20 Crazy idea: Consider code that uses lots of 8-bit or 16-bit values. By the 21 time regalloc happens, these values are now in a 32-bit register, usually with 22 the top-bits known to be sign or zero extended. If spilled, we should be able 23 to spill these to a 8-bit or 16-bit stack slot, zero or sign extending as part [all …]
|
| /external/elfutils/tests/ |
| D | run-get-files.sh | 19 . $srcdir/test-subr.sh 23 testrun_compare ${abs_builddir}/get-files testfile testfile2 <<\EOF 24 cuhl = 11, o = 0, asz = 4, osz = 4, ncu = 191 25 dirs[0] = "/home/drepper/gnu/new-bu/build/ttt" 27 file[1] = "/home/drepper/gnu/new-bu/build/ttt/m.c" 28 cuhl = 11, o = 114, asz = 4, osz = 4, ncu = 5617 29 dirs[0] = "/home/drepper/gnu/new-bu/build/ttt" 31 file[1] = "/home/drepper/gnu/new-bu/build/ttt/b.c" 32 file[2] = "/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stddef.h" 33 file[3] = "/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stdarg.h" [all …]
|
| /external/clang/test/Parser/ |
| D | pragma-visibility2.c | 1 // RUN: %clang_cc1 -emit-llvm -triple i386-linux-gnu -o %t %s 2 // RUN: FileCheck --input-file=%t %s 6 #pragma GCC visibility push(hidden) 9 // CHECK: @v1 = common hidden global i32 0, align 4 11 #pragma GCC visibility pop 14 // CHECK: @v2 = common global i32 0, align 4 16 _Pragma("GCC visibility push(hidden)"); 19 // CHECK: @v3 = common hidden global i32 0, align 4
|
| /external/bison/tests/ |
| D | synclines.at | 1 # Executing Actions. -*- Autotest -*- 3 # Copyright (C) 2002, 2004-2005, 2007, 2009-2012 Free Software 23 # -------------------------- 29 [AT_CHECK([$CC $CFLAGS $CPPFLAGS -c $1], [ignore], [], [stderr]) 33 # input.y:4: #error "4" 35 # In case GCC displays column information, strip it down. 37 # input.y:4:2: #error "4" or 38 # input.y:4.2: #error "4" or 39 # input.y:4:2: error: #error "4" 41 # input.y:4: #error "4" [all …]
|
| /external/clang/test/CodeGen/ |
| D | volatile-1.c | 1 // RUN: %clang_cc1 -Wno-return-type -Wno-unused-value -emit-llvm %s -o - | FileCheck %s 3 // CHECK: @i = common global [[INT:i[0-9]+]] 0 21 // Assignments in C++ yield l-values, not r-values, and the situations 22 // that do implicit lvalue-to-rvalue conversion are substantially 25 // CHECK-LABEL: define {{.*}}void @test() 29 …// CHECK-NEXT: load volatile [[INT]], [[INT]]* getelementptr inbounds ([[CINT]], [[CINT]]* @ci, i3… in test() 30 …// CHECK-NEXT: load volatile [[INT]], [[INT]]* getelementptr inbounds ([[CINT]], [[CINT]]* @ci, i3… in test() 31 // CHECK-NEXT: sitofp [[INT]] in test() 33 …// CHECK-NEXT: load volatile [[INT]], [[INT]]* getelementptr inbounds ([[CINT]], [[CINT]]* @ci, i3… in test() 34 …// CHECK-NEXT: load volatile [[INT]], [[INT]]* getelementptr inbounds ([[CINT]], [[CINT]]* @ci, i3… in test() [all …]
|
| /external/clang/lib/Headers/ |
| D | unwind.h | 1 /*===---- unwind.h - Stack unwinding ----------------------------------------=== 21 *===-----------------------------------------------------------------------=== 38 // builds with -fvisibility=hidden and relies on gcc's unwind.h to reset the 39 // visibility to default and export its contents. gcc also allows users to 41 // the user's -fvisibility setting; it doesn't hide any exports on its own). We 42 // imitate gcc's header here: 46 # pragma GCC visibility push(default) 48 # pragma GCC visibility pop 63 symbols it declares, but this matches gcc's behavior and some programs 66 #pragma GCC visibility push(default) [all …]
|