| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | omp-general.c | 617 omp_constructor_traits_to_codes (tree ctx, enum tree_code *constructs) in omp_constructor_traits_to_codes() argument 625 constructs[i] = OMP_TARGET; in omp_constructor_traits_to_codes() 627 constructs[i] = OMP_TEAMS; in omp_constructor_traits_to_codes() 629 constructs[i] = OMP_PARALLEL; in omp_constructor_traits_to_codes() 631 constructs[i] = OMP_FOR; in omp_constructor_traits_to_codes() 633 constructs[i] = OMP_SIMD; in omp_constructor_traits_to_codes() 760 enum tree_code constructs[5]; in omp_context_selector_matches() local 762 = omp_constructor_traits_to_codes (TREE_VALUE (t1), constructs); in omp_context_selector_matches() 763 int r = omp_construct_selector_matches (constructs, nconstructs, in omp_context_selector_matches() 1445 enum tree_code constructs[5]; in omp_context_compute_score() local [all …]
|
| H A D | README.Portability | 7 The problem is that many ISO-standard constructs are not accepted by 15 constructs introduced after that is not a good idea.
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | OSSL_PARAM_int.pod | 188 OSSL_PARAM_construct_BN() is a function that constructs a large integer 193 OSSL_PARAM_construct_utf8_string() is a function that constructs a UTF8 199 OSSL_PARAM_construct_octet_string() is a function that constructs an OCTET 203 OSSL_PARAM_construct_utf8_ptr() is a function that constructs a UTF8 string 208 OSSL_PARAM_construct_octet_ptr() is a function that constructs an OCTET string 213 OSSL_PARAM_construct_end() is a function that constructs the terminating 337 constructs an L<OSSL_PARAM(3)> structure with the data type
|
| H A D | BIO_s_core.pod | 31 BIO_new_from_core_bio() is a convenience function that constructs a new BIO
|
| /netbsd-src/sys/arch/sparc64/doc/ |
| H A D | TODO | 35 - replace constructs like "wrpr %g0, PSTATE_KERN, %pstate" with NORMAL_GLOBALS 36 - replace constructs line "wrpr %g0, PSTATE_INTR, %pstate" with ALTERNATE_GOBALS
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | omp-general.cc | 1001 omp_constructor_traits_to_codes (tree ctx, enum tree_code *constructs) in omp_constructor_traits_to_codes() argument 1009 constructs[i] = OMP_TARGET; in omp_constructor_traits_to_codes() 1011 constructs[i] = OMP_TEAMS; in omp_constructor_traits_to_codes() 1013 constructs[i] = OMP_PARALLEL; in omp_constructor_traits_to_codes() 1015 constructs[i] = OMP_FOR; in omp_constructor_traits_to_codes() 1017 constructs[i] = OMP_SIMD; in omp_constructor_traits_to_codes() 1284 enum tree_code constructs[5]; in omp_context_selector_matches() local 1286 = omp_constructor_traits_to_codes (TREE_VALUE (t1), constructs); in omp_context_selector_matches() 1297 if (constructs[i] == OMP_SIMD) in omp_context_selector_matches() 1309 int r = omp_construct_selector_matches (constructs, nconstructs, in omp_context_selector_matches() [all …]
|
| H A D | README.Portability | 7 The problem is that many ISO-standard constructs are not accepted by 15 constructs introduced after that is not a good idea.
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | OpenMPSupport.rst | 38 - The default schedules for the `distribute` and `for` constructs in a 90 - Cancellation constructs are not supported. 156 | task extension | combined taskloop constructs | :go… 166 | SIMD extension | atomic and simd constructs inside SIMD code | :go… 343 | misc extension | masked construct and related combined constructs | :pa…
|
| H A D | MSVCCompatibility.rst | 32 invalid. When these constructs are present in widely included system headers, 115 MSVC allows many invalid constructs in class templates that Clang has
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrRef.td | 10 /// WebAssembly reference type operand codegen constructs.
|
| H A D | WebAssemblyInstrTable.td | 10 /// WebAssembly Table operand code-gen constructs.
|
| H A D | WebAssemblyInstrBulkMemory.td | 10 /// WebAssembly bulk memory codegen constructs.
|
| H A D | WebAssemblyInstrCall.td | 10 /// WebAssembly Call operand code-gen constructs.
|
| /netbsd-src/external/gpl3/autoconf/dist/bin/ |
| H A D | autoconf.as | 44 \`obsolete' obsolete constructs 45 \`syntax' dubious syntactic constructs
|
| /netbsd-src/external/gpl2/groff/dist/src/preproc/pic/ |
| H A D | TODO | 4 error messages for problems within the body of for and if constructs.
|
| /netbsd-src/external/gpl2/grep/dist/ |
| H A D | TODO | 12 Provide support for the Posix [= =] and [. .] constructs. This is
|
| /netbsd-src/external/gpl2/gettext/dist/m4/ |
| H A D | woe32-dll.m4 | 14 # - For some constructs such as
|
| /netbsd-src/external/gpl2/gmake/dist/tests/scripts/features/ |
| H A D | conditionals | 81 # Test all the different "else if..." constructs
|
| /netbsd-src/external/mit/libcbor/dist/doc/source/ |
| H A D | api.rst | 13 …. This part of the documentation provides a short overview of the CBOR constructs, as well as a ge…
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | CMakePrimer.rst | 30 software project builds. As CMake evaluates the scripts it constructs an 61 The CMake language provides control flow constructs in the form of foreach loops 204 CMake features the same basic control flow constructs you would expect in any 206 CMake, control flow constructs are commands.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | implement-cxx.texi | 37 all conditionally-supported constructs that it does not support (C++0x
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | implement-cxx.texi | 37 all conditionally-supported constructs that it does not support (C++0x
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
| H A D | configure.ac | 33 # -Wno-portability: Don't warn about constructs supported by GNU make.
|
| /netbsd-src/external/gpl3/gcc/dist/libcc1/ |
| H A D | configure.ac | 33 # -Wno-portability: Don't warn about constructs supported by GNU make.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl10.rst | 25 constructs with SSA construction. 58 constructs, often these constructs make the most sense if they are
|