Home
last modified time | relevance | path

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

1234

/freebsd/bin/sh/
H A DMakefile18 GENSRCS= builtins.c nodes.c syntax.c
19 GENHDRS= builtins.h nodes.h syntax.h token.h
45 builtins.c builtins.h: mkbuiltins
50 .ORDER: builtins.c builtins.h
51 builtins.h: .NOMETA
52 builtins.c builtins.h: builtins.def
H A Dmkbuiltins40 exec > builtins.c
52 print $0}' $srcdir/builtins.def | sed 's/-j//' > $temp
71 exec > builtins.h
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dbuiltins.h16 #if defined(__MVS__) && __has_include_next(<builtins.h>)
17 #include_next <builtins.h>
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsAMDGPU.def25 // SI+ only builtins.
55 // Instruction builtins.
166 // Ballot builtins.
181 // Flat addressing builtins.
187 // GWS builtins.
196 // CI+ only builtins.
203 // Interpolation builtins.
212 // VI+ only builtins.
233 // GFX9+ only builtins.
260 // Deep learning builtins.
[all …]
H A DBuiltinsWebAssembly.def39 // Exception handling builtins.
68 // SIMD builtins
168 // Relaxed SIMD builtins
205 // Reference Types builtins
206 // Some builtins are custom type-checked - see 't' as part of the third argument,
216 // Table builtins
/freebsd/contrib/bmake/unit-tests/
H A Ddeptgt-posix.mk119 MAKEFLAGS.no-builtins= -r
120 all: no-builtins
121 no-builtins: .PHONY set-up-sysdir check-is-posix check-not-seen-sys-mk run
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A Dembedded_interpreter.py4 import __builtin__ as builtins
6 import builtins
3 import __builtin__ as builtins global() namespace
/freebsd/contrib/tcsh/
H A DNewThings18 * The bind, aliases, linedit builtins are not used anymore; they are
56 * builtins builtin.
67 * complete and uncomplete builtins; user-programmable completion additions.
143 * New bindkey and echotc builtins
150 * Added process migration builtins for aix370
H A Dsrc.desc31 as builtins.
47 tc.func.c: Tcsh additional builtins.
/freebsd/lib/libc/tests/gen/
H A DMakefile133 ${SRCTOP}/bin/sh/tests/builtins/case2.0
135 ${SRCTOP}/bin/sh/tests/builtins/case3.0
/freebsd/contrib/llvm-project/clang/lib/Headers/zos_wrappers/
H A Dbuiltins.h13 #include_next <builtins.h>
/freebsd/bin/sh/tests/
H A DMakefile3 TESTS_SUBDIRS+= builtins
/freebsd/bin/sh/tests/execution/
H A Dpath1.01 # Some builtins should not be overridable via PATH.
/freebsd/usr.sbin/inetd/
H A DMakefile8 SRCS= inetd.c builtins.c
/freebsd/share/man/man1/
H A DMakefile21 builtin.1 builtins.1 \
/freebsd/lib/libc/arm/aeabi/
H A DMakefile.inc21 .PATH: ${SRCTOP}/contrib/llvm-project/compiler-rt/lib/builtins/arm
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td70 // or an external call (in case of builtins without a direct mapping).
86 // Table gathering all the builtins.
94 // Function to lookup builtins by their demangled name and set.
138 // Table gathering all the extended builtins.
145 // Function to lookup extended builtins by their name and set.
151 // Function to lookup extended builtins by their set and number.
514 // Table gathering all the native builtins.
521 // Function to lookup native builtins by their name and set.
743 // Table gathering all the work/sub group builtins.
751 // Function to lookup group builtins by their name and set.
[all …]
/freebsd/bin/sh/tests/builtins/
H A Dcommand8.019 # Check that special builtins can be executed via "command".
/freebsd/lib/libgcc_eh/
H A DMakefile.inc7 .PATH: ${COMPILERRTDIR}/lib/builtins
/freebsd/contrib/ntp/ntpq/
H A Dntpq.c264 struct xcmd builtins[] = {
536 for (icmd = 0; icmd < sizeof(builtins)/sizeof(*builtins); icmd++) { in ntpqmain()
537 if (strcmp("keytype", builtins[icmd].keyword) == 0) { in ntpqmain()
543 /* This should only "trip" if "keytype" is removed from builtins */ in ntpqmain()
544 INSIST(icmd < sizeof(builtins)/sizeof(*builtins)); in ntpqmain()
547 builtins[icmd].desc[0] = "digest-name"; in ntpqmain()
552 builtins[icmd].desc[0] = "md5"; in ntpqmain()
557 builtins[icm in ntpqmain()
268 struct xcmd builtins[] = { global() variable
[all...]
/freebsd/secure/caroot/
H A DREADME28 https://hg.mozilla.org/projects/nss/log/tip/lib/ckfw/builtins/certdata.txt
/freebsd/contrib/arm-optimized-routines/math/
H A DREADME.contributors72 contraction should be on and math errno turned off so some builtins can be
76 instructions and fma may not be available on x86_64, such builtins turn into
/freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex17 // We require std::math functions in the complex builtins below.
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DAArch64CPUFeatures.inc14 // the other one sits in compiler-rt/lib/builtins/cpu_model directory. To make
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/
H A DAArch64CPUFeatures.inc14 // the other one sits in compiler-rt/lib/builtins/cpu_model directory. To make

1234