Home
last modified time | relevance | path

Searched full:declare (Results 1 – 25 of 1039) sorted by relevance

12345678910>>...42

/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/crypto/krb5/src/util/ss/
H A Drequests.c12 #define DECLARE(name) void name(int argc, const char *const *argv, int sci_idx, pointer info_ptr) macro
17 DECLARE(ss_self_identify) in DECLARE() function
27 DECLARE(ss_subsystem_name) in DECLARE() function
35 DECLARE(ss_subsystem_version) in DECLARE() function
44 DECLARE(ss_unimplemented) in DECLARE() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h167 /// This represents '#pragma omp declare reduction ...' directive.
172 /// #pragma omp declare reduction (foo : int,float : omp_out += omp_in)
182 /// Combiner for declare reduction construct.
184 /// Initializer for declare reduction construct.
195 /// Reference to the previous declare reduction construct in the same
197 /// the declare reduction construct is declared inside compound statement.
211 /// Create declare reduction node.
215 /// Create deserialized declare reduction node.
219 /// Get combiner expression of the declare reduction construct.
228 /// Set combiner expression for the declare reduction construct.
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h61 /// - If CurContext is a `declare target` function or it is known that the
63 /// - If CurContext is a non-`declare target` function and we are compiling
80 /// - If CurContext is a `declare target` function or it is known that the
95 /// in an `omp begin/end declare variant` scope. In this method we create a
103 /// current `omp begin/end declare variant` scope.
110 /// Can we exit an OpenMP declare variant scope at the moment.
121 /// specialization via the OpenMP declare variant mechanism available. If
128 /// Handle a `omp begin declare variant`.
131 /// Handle a `omp end declare variant`.
257 /// Check if the specified type is allowed to be used in 'omp declare
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVFABIDemangler.h28 OMP_Linear, // declare simd linear(i)
29 OMP_LinearRef, // declare simd linear(ref(i))
30 OMP_LinearVal, // declare simd linear(val(i))
31 OMP_LinearUVal, // declare simd linear(uval(i))
32 OMP_LinearPos, // declare simd linear(i:c) uniform(c)
33 OMP_LinearValPos, // declare simd linear(val(i:c)) uniform(c)
34 OMP_LinearRefPos, // declare simd linear(ref(i:c)) uniform(c)
35 OMP_LinearUValPos, // declare simd linear(uval(i:c)) uniform(c)
36 OMP_Uniform, // declare simd uniform(i)
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dgpuintrin.h35 _Pragma("omp begin declare target device_type(nohost)");
36 _Pragma("omp begin declare variant match(device = {kind(gpu)})");
38 // Forward declare a few functions for the implementation header.
56 _Pragma("omp end declare variant");
57 _Pragma("omp end declare target");
67 _Pragma("omp begin declare target device_type(nohost)");
68 _Pragma("omp begin declare variant match(device = {kind(gpu)})");
319 _Pragma("omp end declare variant");
320 _Pragma("omp end declare target");
H A Damdgpuintrin.h20 _Pragma("omp begin declare target device_type(nohost)");
21 _Pragma("omp begin declare variant match(device = {arch(amdgcn)})");
30 // Attribute to declare a function as a kernel.
188 _Pragma("omp end declare variant");
189 _Pragma("omp end declare target");
H A Dnvptxintrin.h24 _Pragma("omp begin declare target device_type(nohost)");
25 _Pragma("omp begin declare variant match(device = {arch(nvptx64)})");
34 // Attribute to declare a function as a kernel.
216 _Pragma("omp end declare variant");
217 _Pragma("omp end declare target");
/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
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h54 // Declare Directive.
55 Declare, enumerator
115 case OpenACCDirectiveKind::Declare: in printOpenACCDirectiveKind()
116 return Out << "declare"; in printOpenACCDirectiveKind()
221 /// 'declare'.
228 /// 'enter data', and 'declare'.
236 /// 'exit data', and 'declare'.
244 /// 'enter data', and 'declare'.
265 /// 'data' and 'declare'.
267 /// 'device_resident' clause, allowed on the 'declare' construct.
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetSelect.h22 // Declare all of the target-initialization functions that are available.
31 // Declare all of the target-MC-initialization functions that are available.
36 // Declare all of the available assembly printer initialization functions.
41 // Declare all of the available assembly parser initialization functions.
46 // Declare all of the available disassembler initialization functions.
51 // Declare all of the available TargetMCA initialization functions.
/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 Dstdlib.h24 #pragma omp begin declare target
26 // The LLVM C library uses these named types so we forward declare them.
47 #pragma omp end declare target
H A Dassert.h24 #pragma omp begin declare target
28 #pragma omp end declare target
/freebsd/secure/lib/libcrypto/man/man3/
H A DOPENSSL_LH_COMPFUNC.3197 can be used in a common header file to declare the function wrappers:
255 \&\fBlh_doall()\fR, you can instead choose to declare your callback with a
257 declare/implement macros to create compatible wrappers that cast
353 and \fBlh_doall_arg()\fR declare their prototypes with "const", even for the
369 the raw callbacks themselves) or use the macros to declare/implement
373 table, yet declare callbacks without constant types (or cast the
377 DECLARE/IMPLEMENT_LHASH_DOALL_[ARG_]_FN macros that provide types
/freebsd/contrib/wpa/src/utils/
H A Dstate_machine.h28 * This macro is used to declare a state machine function. It is used in place
29 * of a C function definition to declare functions to be run when the state is
121 * This macro is used to declare a state machine step function. It is used in
122 * place of a C function definition to declare a function that is used to move
/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/crypto/openssl/doc/man3/
H A DOPENSSL_LH_COMPFUNC.pod133 can be used in a common header file to declare the function wrappers:
185 lh_doall(), you can instead choose to declare your callback with a
187 declare/implement macros to create compatible wrappers that cast
283 and lh_doall_arg() declare their prototypes with "const", even for the
299 the raw callbacks themselves) or use the macros to declare/implement
303 table, yet declare callbacks without constant types (or cast the
307 DECLARE/IMPLEMENT_LHASH_DOALL_[ARG_]_FN macros that provide types
/freebsd/cddl/usr.sbin/dtrace/tests/common/probes/
H A DMakefile12 err.D_SYNTAX.declare.d \
20 tst.declare.d \
/freebsd/contrib/sendmail/include/sm/
H A Dcdefs.h62 ** Define SM_DEAD, a macro used to declare functions that do not return
82 ** Define SM_UNUSED, a macro used to declare variables that may be unused.
98 ** The SM_NONVOLATILE macro is used to declare variables that are not
/freebsd/sys/ofed/include/rdma/
H A Duverbs_named_ioctl.h87 * Declare global methods. These still have a unique object_id because we
100 /* Used by drivers to declare a complete parsing tree for new methods
111 /* Used by drivers to declare a complete parsing tree for a single method that
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dcleanup.h19 #define DECLARE(_n, _x) \ macro
51 DECLARE(_n, _x)
153 for (DECLARE(_n, _scoped)(__VA_ARGS__); \
/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

12345678910>>...42