| /freebsd/bin/sh/ |
| H A D | Makefile | 18 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 D | mkbuiltins | 40 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 D | builtins.h | 16 #if defined(__MVS__) && __has_include_next(<builtins.h>) 17 #include_next <builtins.h>
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | BuiltinsAMDGPU.def | 25 // 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 D | BuiltinsWebAssembly.def | 39 // 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 D | deptgt-posix.mk | 119 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 D | embedded_interpreter.py | 4 import __builtin__ as builtins 6 import builtins 3 import __builtin__ as builtins global() namespace
|
| /freebsd/contrib/tcsh/ |
| H A D | NewThings | 18 * 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 D | src.desc | 31 as builtins. 47 tc.func.c: Tcsh additional builtins.
|
| /freebsd/lib/libc/tests/gen/ |
| H A D | Makefile | 133 ${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 D | builtins.h | 13 #include_next <builtins.h>
|
| /freebsd/bin/sh/tests/ |
| H A D | Makefile | 3 TESTS_SUBDIRS+= builtins
|
| /freebsd/bin/sh/tests/execution/ |
| H A D | path1.0 | 1 # Some builtins should not be overridable via PATH.
|
| /freebsd/usr.sbin/inetd/ |
| H A D | Makefile | 8 SRCS= inetd.c builtins.c
|
| /freebsd/share/man/man1/ |
| H A D | Makefile | 21 builtin.1 builtins.1 \
|
| /freebsd/lib/libc/arm/aeabi/ |
| H A D | Makefile.inc | 21 .PATH: ${SRCTOP}/contrib/llvm-project/compiler-rt/lib/builtins/arm
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVBuiltins.td | 70 // 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 D | command8.0 | 19 # Check that special builtins can be executed via "command".
|
| /freebsd/lib/libgcc_eh/ |
| H A D | Makefile.inc | 7 .PATH: ${COMPILERRTDIR}/lib/builtins
|
| /freebsd/contrib/ntp/ntpq/ |
| H A D | ntpq.c | 264 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 D | README | 28 https://hg.mozilla.org/projects/nss/log/tip/lib/ckfw/builtins/certdata.txt
|
| /freebsd/contrib/arm-optimized-routines/math/ |
| H A D | README.contributors | 72 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 D | complex | 17 // We require std::math functions in the complex builtins below.
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | AArch64CPUFeatures.inc | 14 // 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 D | AArch64CPUFeatures.inc | 14 // the other one sits in compiler-rt/lib/builtins/cpu_model directory. To make
|