Home
last modified time | relevance | path

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

12345678910>>...38

/freebsd-src/contrib/llvm-project/openmp/runtime/src/include/
H A Domp_lib.h.var1100 !$omp declare target(omp_set_num_threads )
1101 !$omp declare target(omp_set_dynamic )
1102 !$omp declare target(omp_set_nested )
1103 !$omp declare target(omp_get_num_threads )
1104 !$omp declare target(omp_get_max_threads )
1105 !$omp declare target(omp_get_thread_num )
1106 !$omp declare target(omp_get_num_procs )
1107 !$omp declare target(omp_in_parallel )
1108 !$omp declare target(omp_in_final )
1109 !$omp declare targe
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h51 // Declare Directive. enumerator
52 Declare,
112 case OpenACCDirectiveKind::Declare:
113 return Out << "declare";
190 /// 'declare'.
208 /// 'data' and 'declare'.
210 /// 'device_resident' clause, allowed on the 'declare' construct.
217 /// 'link' clause, allowed on 'declare' construct.
223 /// and 'declare'.
229 /// 'exit data', and 'declare'
[all...]
/freebsd-src/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 reductio in getCombinerOut()
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DVFABIDemangler.h27 OMP_Linear, // declare simd linear(i)
28 OMP_LinearRef, // declare simd linear(ref(i))
29 OMP_LinearVal, // declare simd linear(val(i))
30 OMP_LinearUVal, // declare simd linear(uval(i))
31 OMP_LinearPos, // declare simd linear(i:c) uniform(c)
32 OMP_LinearValPos, // declare simd linear(val(i:c)) uniform(c)
33 OMP_LinearRefPos, // declare simd linear(ref(i:c)) uniform(c)
34 OMP_LinearUValPos, // declare simd linear(uval(i:c)) uniform(c)
35 OMP_Uniform, // declare simd uniform(i)
/freebsd-src/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.h21 #pragma omp begin declare variant match( \
36 #pragma omp end declare variant
39 #pragma omp begin declare variant match(device = {arch(amdgcn)})
56 #pragma omp end declare variant
H A Dcmath30 #pragma omp begin declare variant match( \
76 #pragma omp end declare variant
79 #pragma omp begin declare variant match(device = {arch(amdgcn)})
129 #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
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetSelect.h21 // Declare all of the target-initialization functions that are available.
28 // Declare all of the target-MC-initialization functions that are available.
32 // Declare all of the available assembly printer initialization functions.
36 // Declare all of the available assembly parser initialization functions.
40 // Declare all of the available disassembler initialization functions.
45 // Declare all of the available TargetMCA initialization functions.
/freebsd-src/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.
39 #pragma omp end declare target
H A Dtime.h24 #pragma omp begin declare target
30 #pragma omp end declare target
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
/freebsd-src/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-src/crypto/openssl/doc/man3/
H A DOPENSSL_LH_COMPFUNC.pod112 can be used in a common header file to declare the function wrappers:
164 lh_doall(), you can instead choose to declare your callback with a
166 declare/implement macros to create compatible wrappers that cast
259 and lh_doall_arg() declare their prototypes with "const", even for the
275 the raw callbacks themselves) or use the macros to declare/implement
279 table, yet declare callbacks without constant types (or cast the
283 DECLARE/IMPLEMENT_LHASH_DOALL_[ARG_]_FN macros that provide types
/freebsd-src/secure/lib/libcrypto/man/man3/
H A DOPENSSL_LH_COMPFUNC.3235 can be used in a common header file to declare the function wrappers:
302 \&\fBlh_doall()\fR, you can instead choose to declare your callback with a
304 declare/implement macros to create compatible wrappers that cast
370 and \fBlh_doall_arg()\fR declare their prototypes with \*(L"const\*(R", even for the
386 the raw callbacks themselves) or use the macros to declare/implement
390 table, yet declare callbacks without constant types (or cast the
394 DECLARE/IMPLEMENT_LHASH_DOALL_[\s-1ARG_\s0]_FN macros that provide types
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp147 Function *Declare = M.getFunction("llvm.dbg.declare"); in stripDebugDeclareImpl() local
150 if (Declare) { in stripDebugDeclareImpl()
151 while (!Declare->use_empty()) { in stripDebugDeclareImpl()
152 CallInst *CI = cast<CallInst>(Declare->user_back()); in stripDebugDeclareImpl()
167 Declare->eraseFromParent(); in stripDebugDeclareImpl()
/freebsd-src/contrib/tcpdump/
H A Dconfigure.ac538 # Some might have it and declare it in <net/ethernet.h>.
539 # Some might have it and declare it in <netinet/ether.h>
540 # Some might have it and declare it in <sys/ethernet.h>.
541 # Some might have it and declare it in <arpa/inet.h>.
542 # Some might have it and declare it in <netinet/if_ether.h>.
543 # Some might have it and not declare it in any header file.
581 # but it doesn't declare ether_ntohost().
599 # or if we do but it doesn't declare ether_ntohost().
624 # or if we do but it doesn't declare ether_ntohost().
651 # declare ether_ntohos
[all...]
/freebsd-src/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-src/cddl/usr.sbin/dtrace/tests/common/probes/
H A DMakefile12 err.D_SYNTAX.declare.d \
20 tst.declare.d \
/freebsd-src/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dtrace_spl.h7 * The set-error SDT probe is extra static, in that we declare its fake
10 * be possible if it required multiple statements (to declare the function
H A Dtrace_zfs.h7 * The set-error SDT probe is extra static, in that we declare its fake
10 * be possible if it required multiple statements (to declare the function
/freebsd-src/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

12345678910>>...38