| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/include/ |
| H A D | omp_lib.h.var | 1012 !$omp declare target(omp_in_final ) 1018 !$omp declare target(omp_get_level ) 1025 !$omp declare target(omp_get_wtime ) 1026 !$omp declare target(omp_get_wtick ) 1039 !$omp declare target(omp_init_lock ) 1041 !$omp declare target(omp_set_lock ) 1043 !$omp declare target(omp_test_lock ) 1075 !$omp declare target(kmp_malloc ) 1077 !$omp declare target(kmp_calloc ) 1078 !$omp declare target(kmp_realloc ) [all …]
|
| H A D | omp.h.var | 483 #pragma omp begin declare variant match(device={kind(host)}) 485 #pragma omp end declare variant 486 #pragma omp begin declare variant match(device={kind(nohost)}) 488 #pragma omp end declare variant
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/ |
| H A D | math.h | 40 #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.h | 21 #pragma omp begin declare variant match( \ 36 #pragma omp end declare variant 39 #pragma omp begin declare variant match(device = {arch(amdgcn)}) 57 #pragma omp end declare variant
|
| H A D | time.h | 25 #pragma omp begin declare variant match( \ 30 #pragma omp end declare variant
|
| H A D | complex | 38 #pragma omp begin declare variant match( \ 44 #pragma omp end declare variant
|
| H A D | cmath | 30 #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
|
| /freebsd-13.1/contrib/file/magic/scripts/ |
| H A D | create_filemagic_flac | 25 declare -a a_ground_fs=(16384000 22579200 24576000) 32 declare -a samplerates 50 declare -a stripped_rates 51 declare -a lines
|
| /freebsd-13.1/cddl/usr.sbin/dtrace/tests/common/probes/ |
| H A D | Makefile | 14 err.D_SYNTAX.declare.d \ 22 tst.declare.d \
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcCallingConv.td | 74 // 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-13.1/lib/libomp/ |
| H A D | omp.h | 484 #pragma omp begin declare variant match(device={kind(host)}) 486 #pragma omp end declare variant 487 #pragma omp begin declare variant match(device={kind(nohost)}) 489 #pragma omp end declare variant
|
| /freebsd-13.1/contrib/byacc/test/ |
| H A D | btyacc_demo.y | 149 { $$ = declare($e, 0, $t); } 150 | ID { $$ = declare($e, $1, $t); } 216 extern Decl * declare(Scope *scope, char *id, Type *type);
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_LH_COMPFUNC.pod | 82 can be used in a common header file to declare the function wrappers: 138 lh_doall(), you can instead choose to declare your callback with a 140 declare/implement macros to create compatible wrappers that cast 190 and lh_doall_arg() declare their prototypes with "const", even for the 206 the raw callbacks themselves) or use the macros to declare/implement 210 table, yet declare callbacks without constant types (or cast the
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Headers/ |
| H A D | __clang_cuda_cmath.h | 79 #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
|
| H A D | __clang_hip_cmath.h | 75 #pragma omp begin declare variant match( \ 84 #pragma omp begin declare variant match(implementation = {vendor(llvm)}) 93 #pragma omp end declare variant 104 #pragma omp end declare variant
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
| H A D | CodeExpansions.h | 26 void declare(StringRef Name, StringRef Expansion) { in declare() function
|
| /freebsd-13.1/sys/contrib/zstd/ |
| H A D | .gitattributes | 4 # Explicitly declare source files
|
| /freebsd-13.1/cddl/usr.sbin/dtrace/tests/common/scalars/ |
| H A D | Makefile | 18 err.D_SYNTAX.declare.d \
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | fan53555.txt | 9 - fcs,suspend-voltage-selector: declare which of the two available
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/gpio/ |
| H A D | gpio_atmel.txt | 8 the second cell is used to specify optional parameters to declare if the GPIO
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMP.td | 845 def OMP_DeclareReduction : Directive<"declare reduction"> {} 846 def OMP_DeclareMapper : Directive<"declare mapper"> { 851 def OMP_DeclareSimd : Directive<"declare simd"> { 933 def OMP_BeginDeclareTarget : Directive<"begin declare target"> { 940 def OMP_DeclareTarget : Directive<"declare target"> { 946 def OMP_EndDeclareTarget : Directive<"end declare target"> {} 1512 def OMP_DeclareVariant : Directive<"declare variant"> { 1638 def OMP_BeginDeclareVariant : Directive<"begin declare variant"> {} 1639 def OMP_EndDeclareVariant : Directive<"end declare variant"> {}
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Headers/cuda_wrappers/ |
| H A D | algorithm | 29 // Ideally we'd declare these functions only if we're <= C++11. In C++14, 39 // overload preceding it. So the simple thing to do would be to declare our
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/ |
| H A D | event_rpcgen.py | 37 def declare(s): function 57 declare(' Created struct: %s' % name) 67 declare(' Added entry: %s' % entry.Name()) 1682 declare('Reading \"%s\"' % filename) 1688 declare('... creating "%s"' % header_file) 1704 declare('... creating "%s"' % impl_file)
|
| /freebsd-13.1/contrib/libevent/ |
| H A D | event_rpcgen.py | 37 def declare(s): function 57 declare(' Created struct: %s' % name) 67 declare(' Added entry: %s' % entry.Name()) 1682 declare('Reading \"%s\"' % filename) 1688 declare('... creating "%s"' % header_file) 1704 declare('... creating "%s"' % impl_file)
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticParseKinds.td | 369 "for range declaration must declare a variable">; 523 "declaration does not declare a parameter">; 539 "brackets are not allowed here; to declare an array, " 543 "function definition does not declare parameters">; 614 "to declare a function parameter pack">; 782 "only %select{|declare|declare|instantiate}0 a single entity">; 1315 "expected '#pragma omp end declare %select{target|variant}0'">; 1318 "begin declare variant'">; 1344 "expected declarator on 'omp declare mapper' directive">; 1346 "expected '%0' clause on 'omp declare variant' directive">; [all …]
|