Home
last modified time | relevance | path

Searched refs:declare (Results 1 – 25 of 163) sorted by relevance

1234567

/freebsd/contrib/llvm-project/openmp/runtime/src/include/
H A Domp_lib.h.var1216 !$omp declare target(omp_set_num_threads )
1217 !$omp declare target(omp_set_dynamic )
1218 !$omp declare target(omp_set_nested )
1219 !$omp declare target(omp_get_num_threads )
1220 !$omp declare target(omp_get_max_threads )
1221 !$omp declare target(omp_get_thread_num )
1222 !$omp declare target(omp_get_num_procs )
1223 !$omp declare target(omp_in_parallel )
1224 !$omp declare target(omp_in_final )
1225 !$omp declare target(omp_get_dynamic )
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dmath.h40 #pragma omp begin declare variant match( \
49 #pragma omp end declare variant
52 #pragma omp begin declare variant match(device = {arch(amdgcn)})
58 #pragma omp end declare variant
H A D__clang_openmp_device_functions.h18 #pragma omp begin declare variant match( \
34 #pragma omp end declare variant
38 #pragma omp begin declare variant match(device = {arch(amdgcn)})
55 #pragma omp end declare variant
H A Dstdlib.h20 #pragma omp begin declare variant match(device = {arch(amdgcn)})
26 #pragma omp end declare variant
H A Dtime.h25 #pragma omp begin declare variant match( \
30 #pragma omp end declare variant
H A Dcomplex47 #pragma omp begin declare variant match( \
53 #pragma omp end declare variant
/freebsd/contrib/file/magic/scripts/
H A Dcreate_filemagic_flac25 declare -a a_ground_fs=(16384000 22579200 24576000)
32 declare -a samplerates
50 declare -a stripped_rates
51 declare -a lines
/freebsd/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/
H A Dassert.h24 #pragma omp begin declare target
28 #pragma omp end declare target
H A Dinttypes.h24 #pragma omp begin declare target
28 #pragma omp end declare target
H A Dstdlib.h24 #pragma omp begin declare target
47 #pragma omp end declare target
H A Dctype.h97 #pragma omp begin declare target
101 #pragma omp end declare target
/freebsd/cddl/usr.sbin/dtrace/tests/common/probes/
H A DMakefile12 err.D_SYNTAX.declare.d \
20 tst.declare.d \
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DSetTheory.td9 // FIXME: This is not used everywhere, and different files declare
17 def add; // Forward declare
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcCallingConv.td74 // IR: declare void f(float %f1, float %f3)
77 // IR: declare void f(float inreg %f0, float inreg %f1)
80 // IR: declare void f(int signext %i0, float %f3)
83 // IR: declare void f(i32 inreg %i0high, float inreg %f1)
88 // IR: declare void f(i64 %i0.coerced)
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/
H A Dqca8k.txt24 To declare the internal mdio-bus configuration, declare a mdio node in the
25 switch node and declare the phandle for the port referencing the internal
/freebsd/contrib/byacc/test/
H A Dbtyacc_demo.y149 { $$ = declare($e, 0, $t); }
150 | ID { $$ = declare($e, $1, $t); }
216 extern Decl * declare(Scope *scope, char *id, Type *type);
/freebsd/contrib/sqlite3/autosetup/
H A Dcc.tcl37 cctest -link 1 -declare "extern void $function\(void);" -code "$function\();"
351 -declare {
511 lappend source {*}$opts(-declare)
734 …cc-store-settings {-cflags {} -includes {} -declare {} -link 0 -lang c -libs {} -code {} -nooutput…
/freebsd/lib/libomp/
H A Domp.h529 #pragma omp begin declare variant match(device={kind(host)})
531 #pragma omp end declare variant
532 #pragma omp begin declare variant match(device={kind(nohost)})
534 #pragma omp end declare variant
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dreplace-dupes-with-symlinks.sh16 declare -A db
/freebsd/crypto/openssl/doc/designs/
H A Dfetching-composite-algorithms.md88 The idea is that providers can declare the different compositions of a base
118 provider to declare composite algorithms through the `OSSL_ALGORITHM` array,
127 declare all algorithms through `OSSL_ALGORITHM` arrays.
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h79 #pragma omp begin declare variant match( \
88 #pragma omp begin declare variant match(implementation = {vendor(llvm)})
97 #pragma omp end declare variant
112 #pragma omp end declare variant
/freebsd/sys/contrib/zstd/
H A D.gitattributes4 # Explicitly declare source files
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DCodeExpansions.h27 void declare(StringRef Name, StringRef Expansion) { in declare() function
/freebsd/cddl/usr.sbin/dtrace/tests/common/scalars/
H A DMakefile16 err.D_SYNTAX.declare.d \
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dfan53555.txt9 - fcs,suspend-voltage-selector: declare which of the two available

1234567