Home
last modified time | relevance | path

Searched refs:builtin (Results 1 – 25 of 171) sorted by relevance

1234567

/freebsd/bin/sh/tests/builtins/
H A Dbuiltin1.011 builtin : || echo "Bad return code at $LINENO"
12 builtin true || echo "Bad return code at $LINENO"
13 builtin ls 2>/dev/null && echo "Bad return code at $LINENO"
14 check '"$(builtin pwd)" = "$(pwd)"'
15 check '-z "$(builtin :)"'
16 check '-z "$(builtin true)"'
17 check '-z "$( (builtin nosuchtool) 2>/dev/null)"'
18 check '-z "$(builtin nosuchtool 2>/dev/null)"'
19 check '-z "$(builtin nosuchtool 2>/dev/null; :)"'
20 check '-z "$( (builtin ls) 2>/dev/null)"'
[all …]
H A Dcommand6.0.stdout1 true is a shell builtin
4 break is a special shell builtin
H A Dcommand5.0.stdout2 true is a shell builtin
5 break is a special shell builtin
H A Djobid1.01 # Non-standard builtin.
H A Dlocal1.01 # A commonly used but non-POSIX builtin.
/freebsd/contrib/one-true-awk/testdir/
H A DT.builtin1 echo T.builtin: test miscellaneous builtin functions
7 diff foo1 foo2 || echo 'BAD: T.builtin (index/substr)'
15 diff foo1 foo2 || echo 'BAD: T.builtin (sin/cos)'
25 diff foo1 foo2 || echo 'BAD: T.builtin (rand)'
30 diff foo1 foo2 || echo 'BAD: T.builtin (toupper/tolower)'
37 diff foo1 foo2 || echo 'BAD: T.builtin (toupper/tolower) for utf-8'
40 diff foo1 foo2 || echo 'BAD: T.builtin LC_NUMERIC radix (.) handling'
46 print "BAD: T.builtin (printf arg list not evaluated)"
52 print "BAD: T.builtin (substr arg list not evaluated)"
58 print "BAD: T.builtin (sub() arg list not evaluated)"
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td9 // TableGen records defining implementation details of demangled builtin
14 // Define SPIR-V external builtin/instruction sets
31 // Define various builtin groups
68 // Class defining a demangled builtin record. The information in the record
69 // should be used to expand the builtin into either native SPIR-V instructions
72 // name is the demangled name of the given builtin.
73 // set specifies which external instruction set the builtin belongs to.
100 // Dot builtin record:
104 // Image builtin records:
118 // Select builtin record:
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.def10 // all builtin databases are converted to tablegen files
34 // Q -> target builtin type, followed by a character to distinguish the builtin type
35 // Qa -> AArch64 svcount_t builtin type.
36 // Qb -> AMDGPU __amdgpu_buffer_rsrc_t builtin type.
76 // builtin even if type doesn't match signature, and don't warn if we
80 // 'z', a C++ standard library function in namespace std::. This builtin
81 // is disableable by '-fno-builtin-foo' / '-fno-builtin-std-foo'.
H A DBuiltinsBase.td32 // builtin-specific attributes
38 // Type is not important to semantic analysis and codegen; recognize as builtin
49 // is required for a builtin.
/freebsd/usr.bin/m4/tests/
H A Dredef.m42 dnl check all properties of builtin are passed on, including args behavior
3 define(`mybuiltin',defn(`builtin'))dnl
4 builtin mybuiltin
H A Dregress.redef.out1 builtin mybuiltin
/freebsd/contrib/tcsh/
H A DNewThings20 * new filetest builtin
21 * new hup builtin
56 * builtins builtin.
59 history builtin output similar to the $time format.
70 * echo_style controls now the behaviour of the builtin echo; the default
71 should match the builtin echo of /bin/csh; if your system does not
76 * source builtin allows additional arguments that get passed in $argv in
97 * setty builtin
H A Dsrc.desc21 also which builtin.
24 sh.func.c: Csh builtin functions.
27 sh.init.c: Signal and builtin tables.
65 tw.comp.c: File completion builtin
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dudc-xilinx.txt9 - xlnx,has-builtin-dma : if DMA is included
16 xlnx,has-builtin-dma;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dsource_location50 // GCC returns the type 'const void*' from the builtin, while clang returns
53 // type unless the builtin returned that, anyhow, and the invalid cast is
58 // The defaulted __ptr argument is necessary so that the builtin is evaluated
/freebsd/contrib/llvm-project/libcxx/vendor/llvm/
H A Ddefault_assertion_handler.in28 // version before upstream Clang actually got the builtin.
29 // TODO: Remove once AppleClang supports the two-arguments version of the builtin.
/freebsd/lib/libc++/
H A D__assertion_handler28 // version before upstream Clang actually got the builtin.
29 // TODO: Remove once AppleClang supports the two-arguments version of the builtin.
/freebsd/sys/contrib/device-tree/src/mips/mscc/
H A Djaguar2_pcb111.dts64 synce_builtin_pins: synce-builtin-pins {
74 cpld_fifo_pins: synce-builtin-pins {
/freebsd/contrib/ntp/sntp/libopts/
H A Dintprops.h372 # define _GL_INT_OP_WRAPV(a, b, r, op, builtin, overflow) builtin (a, b, r) argument
374 # define _GL_INT_OP_WRAPV(a, b, r, op, builtin, overflow) \ argument
393 # define _GL_INT_OP_WRAPV(a, b, r, op, builtin, overflow) \ argument
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DREADME_P9.txt303 . No SDAG, intrinsic, builtin are required??
307 . No SDAG, intrinsic, builtin are required?
332 . So, No SDAG, intrinsic, builtin are required??
336 . No SDAG, intrinsic, builtin are required??
356 . No SDAG, intrinsic, builtin are required??
363 . No SDAG, intrinsic, builtin are required??
368 . Provide builtin?
373 . Provide builtin?
380 perhaps be done through a builtin.
441 . No SDAG, intrinsic, builtin are required?
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckerBase.td79 /// 'builtin' package inside 'core', thus creating the package 'core.builtin'.
81 /// def CoreBuiltin : Package<"builtin">, ParentPackage<Core>;
99 /// Describes a checker. Every builtin checker has to be registered with the use
/freebsd/contrib/sqlite3/tea/
H A Daclocal.m45 builtin(include,tclconfig/tcl.m4)
/freebsd/usr.bin/bmake/tests/
H A DREADME19 for the shell/builtin test looks like:
21 ./shell/builtin/ - directory with test stuff
22 /tmp/make.${USER}/shell/builtin - actual test directory
23 /tmp/make.${USER}/shell/builtin.OUTPUT - output files
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_checks.inc39 UBSAN_CHECK(InvalidBuiltin, "invalid-builtin-use", "invalid-builtin-use")
/freebsd/contrib/bc/gen/
H A Dbc_help.txt49 1) Arrays can be passed to the builtin "length" function to get the number of
92 Sets the builtin variable seed to the given value assuming that the given
118 Sets the builtin variable ibase to the given value assuming that the given
146 Sets the builtin variable obase to the given value assuming that the given
175 Sets the builtin variable scale to the given value assuming that the given

1234567