Home
last modified time | relevance | path

Searched refs:builtins (Results 1 – 25 of 202) sorted by relevance

123456789

/openbsd/regress/gnu/egcs/gcc-bounds/
H A Dbuiltins-1.c.exp.gcc41 builtins-1.c: In function 'main':
2 builtins-1.c:12: warning: array size (100) smaller than bound length (200)
3 builtins-1.c:12: warning: array size (100) smaller than bound length (200)
4 builtins-1.c:13: warning: array size (50) smaller than bound length (100)
5 builtins-1.c:13: warning: array size (50) smaller than bound length (100)
6 builtins-1.c:14: warning: array size (50) smaller than bound length (105)
7 builtins-1.c:14: warning: array size (100) smaller than bound length (105)
8 builtins-1.c:14: warning: array size (50) smaller than bound length (105)
9 builtins-1.c:14: warning: array size (100) smaller than bound length (105)
10 builtins-1.c:15: warning: array size (100) smaller than bound length (500)
[all …]
H A Dbuiltins-1.c.exp.gcc31 builtins-1.c: In function `main':
2 builtins-1.c:12: warning: array size (100) smaller than bound length (200)
3 builtins-1.c:13: warning: array size (50) smaller than bound length (100)
4 builtins-1.c:14: warning: array size (50) smaller than bound length (105)
5 builtins-1.c:14: warning: array size (100) smaller than bound length (105)
6 builtins-1.c:15: warning: array size (100) smaller than bound length (500)
7 builtins-1.c:16: warning: array size (50) smaller than bound length (1000)
8 builtins-1.c:17: warning: array size (50) smaller than bound length (1234)
9 builtins-1.c:18: warning: array size (100) smaller than bound length (5432)
10 builtins-1.c:19: warning: array size (100) smaller than bound length (2345)
[all …]
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DBuiltinsAMDGPU.def25 // SI+ only builtins.
55 // Instruction builtins.
153 // Ballot builtins.
174 // CI+ only builtins.
190 // VI+ only builtins.
211 // GFX9+ only builtins.
253 // GFX10+ only builtins.
260 // Raytracing builtins.
280 // WMMA builtins.
304 // Special builtins.
[all …]
H A DBuiltinsPPC.def20 // MMA builtins that are using their own format documented below.
314 // P10 Vector compare builtins.
444 // P8 BCD builtins.
477 // P9 Vector extend sign builtins.
484 // P10 Vector extend sign builtins.
694 // vector Insert/Extract exponent/significand builtins
702 // Conversion builtins
720 // Vector Test Data Class builtins
759 // Fastmath by default builtins
765 // HTM builtins
[all …]
H A DCMakeLists.txt63 clang_tablegen(arm_sve_builtins.inc -gen-arm-sve-builtins
87 clang_tablegen(riscv_vector_builtins.inc -gen-riscv-vector-builtins
/openbsd/gnu/llvm/llvm/runtimes/
H A DCMakeLists.txt72 llvm_ExternalProject_Add(builtins
73 ${compiler_rt_path}/lib/builtins
106 llvm_ExternalProject_Add(builtins-${target}
137 add_custom_target(builtins) target
138 add_custom_target(install-builtins)
139 add_custom_target(install-builtins-stripped)
146 add_dependencies(builtins builtins-${target})
147 add_dependencies(install-builtins install-builtins-${target})
148 add_dependencies(install-builtins-stripped install-builtins-${target}-stripped)
151 set(builtins_dep builtins)
[all …]
/openbsd/gnu/lib/libcompiler_rt/
H A DMakefile17 CPPFLAGS+= -I${.CURDIR}/../../llvm/compiler-rt/lib/builtins
30 .PATH: ${.CURDIR}/../../llvm/compiler-rt/lib/builtins/${RTARCH}
31 .PATH: ${.CURDIR}/../../llvm/compiler-rt/lib/builtins
190 . if exists(${.CURDIR}/../../llvm/compiler-rt/lib/builtins/${RTARCH}/${file}.S)
223 outline_atomic_${pat}${size}_${model}.S: Makefile ${.CURDIR}/../../llvm/compiler-rt/lib/builtins/${…
225 @cat ${.CURDIR}/../../llvm/compiler-rt/lib/builtins/${RTARCH}/lse.S >> $@.tmp
/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A DCMakeLists.txt733 add_custom_target(builtins) target
734 set_target_properties(builtins PROPERTIES FOLDER "Compiler-RT Misc")
837 add_compiler_rt_runtime(clang_rt.builtins
844 PARENT_TARGET builtins)
855 add_custom_target(builtins-standalone-atomic)
863 # The compiler needs builtins to link any other binaries, so let
864 # clang_rt.atomic be built after builtins.
865 set(BUILTIN_DEPS builtins)
887 PARENT_TARGET builtins-standalone-atomic)
889 add_dependencies(compiler-rt builtins-standalone-atomic)
[all …]
/openbsd/gnu/llvm/llvm/docs/
H A DHowToCrossCompileBuiltinsOnArm.rst8 This document contains information about building and testing the builtins part
55 Building compiler-rt builtins for Arm
107 Once cmake has completed the builtins can be built with ``ninja builtins``
109 Testing compiler-rt builtins using qemu-arm
111 To test the builtins library we need to add a few more cmake flags to enable
130 ``ninja check-builtins``
156 The multiarch support is not sufficient to build the builtins you will need to
180 builtins. The c flags are provided by ``COMPILER_RT_TEST_COMPILE_CFLAGS`` and
229 running the test cases for Armv7-A but using the builtins compiled for
230 Armv6-M, Armv7-M or Armv7E-M. This will test that the builtins can be linked
[all …]
/openbsd/gnu/llvm/clang/cmake/caches/
H A DBaremetalARM.cmake46 builtins-armv6m-none-eabi
47 builtins-armv7m-none-eabi
48 builtins-armv7em-none-eabi
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dbuiltins.def2 builtins used in the GNU compiler.
34 Some builtins are actually two separate functions. For example,
36 and `strcmp' itself. Both behave identically. Other builtins
78 we ignore the version of these builtins that does not begin with
105 ignore the version of these builtins that does not begin with
128 conformant we ignore the version of these builtins that does not
551 /* stdio.h builtins (without FILE *). */
603 /* stdio.h builtins (with FILE *). */
629 /* stdio unlocked builtins (without FILE *). */
642 /* stdio unlocked builtins (with FILE *). */
/openbsd/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/
H A DBUILD.gn29 deps += [ "//compiler-rt/lib/builtins(//llvm/utils/gn/build/toolchain:stage2_ios_aarch64)" ]
32 deps += [ "//compiler-rt/lib/builtins(//llvm/utils/gn/build/toolchain:stage2_iossim_x64)" ]
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A Dembedded_interpreter.py3 import __builtin__ as builtins namespace
5 import builtins
/openbsd/bin/ksh/
H A DPROJECTS6 pdksh has most if not all POSIX/at&t ksh builtins, but they need to
8 process is changing the builtins to use the ksh_getopt() routine.
10 The following builtins, which are defined by POSIX, haven't been
/openbsd/gnu/llvm/compiler-rt/cmake/Modules/
H A DCompilerRTDarwinUtils.cmake310 # Build the macOS builtins with Mac Catalyst support.
451 darwin_add_builtin_library(clang_rt builtins
457 PARENT_TARGET builtins)
464 # We don't want to filter out the builtins that are present in libSystem
475 # In addition to the builtins cc_kext includes some profile sources
484 PARENT_TARGET builtins)
491 PARENT_TARGET builtins
501 PARENT_TARGET builtins
592 PARENT_TARGET builtins)
598 PARENT_TARGET builtins
/openbsd/gnu/gcc/gcc/
H A Dbuiltins.def2 builtins used in the GNU compiler.
176 /* Category: math builtins. */
421 /* Category: _Complex math builtins. */
492 /* Category: string/memory builtins. */
525 /* Category: stdio builtins. */
555 /* Category: ctype builtins. */
573 /* Category: wctype builtins. */
702 /* Object size checking builtins. */
727 #include "sync-builtins.def"
729 /* OpenMP builtins. */
[all …]
/openbsd/gnu/llvm/clang/utils/ABITest/
H A DABITestGen.py487 builtins = []
499 builtins.extend(ints)
501 if opts.useBool: builtins.append(('_Bool',1))
502 if opts.useFloat: builtins.append(('float',4))
503 if opts.useDouble: builtins.append(('double',8))
504 if opts.useLongDouble: builtins.append(('long double',16))
506 if opts.useVoidPointer: builtins.append(('void*',4))
508 btg = FixedTypeGenerator([BuiltinType(n,s) for n,s in builtins])
/openbsd/gnu/llvm/llvm/lib/Target/XCore/
H A DREADME.txt7 * Add builtins
/openbsd/regress/gnu/egcs/
H A DMakefile3 SUBDIR= gcc-bounds gcc-builtins
/openbsd/gnu/llvm/llvm/utils/gn/secondary/libcxxabi/src/
H A DBUILD.gn96 "//compiler-rt/lib/builtins",
127 "//compiler-rt/lib/builtins",
/openbsd/gnu/llvm/llvm/utils/gn/secondary/libunwind/src/
H A DBUILD.gn97 deps = [ "//compiler-rt/lib/builtins" ]
120 deps = [ "//compiler-rt/lib/builtins" ]
/openbsd/gnu/llvm/llvm/utils/gn/secondary/clang/include/clang/Basic/
H A DBUILD.gn111 args = [ "-gen-arm-sve-builtins" ]
153 args = [ "-gen-riscv-vector-builtins" ]
/openbsd/gnu/llvm/libcxxabi/cmake/
H A Dconfig-ix.cmake42 find_compiler_rt_library(builtins LIBCXXABI_BUILTINS_LIBRARY
47 message(WARNING "Could not find builtins library from libc++abi")
/openbsd/gnu/llvm/llvm/utils/gn/secondary/libcxx/src/
H A DBUILD.gn21 # Use compiler-rt builtins.
237 "//compiler-rt/lib/builtins",
288 "//compiler-rt/lib/builtins",
/openbsd/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/
H A DBUILD.gn22 deps += [ "//compiler-rt/lib/builtins" ]

123456789