| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | libgcc.texi | 56 @deftypefn {Runtime Function} int __ashlsi3 (int @var{a}, int @var{b}) 57 @deftypefnx {Runtime Function} long __ashldi3 (long @var{a}, int @var{b}) 58 @deftypefnx {Runtime Function} {long long} __ashlti3 (long long @var{a}, int @var{b}) 62 @deftypefn {Runtime Function} int __ashrsi3 (int @var{a}, int @var{b}) 63 @deftypefnx {Runtime Function} long __ashrdi3 (long @var{a}, int @var{b}) 64 @deftypefnx {Runtime Function} {long long} __ashrti3 (long long @var{a}, int @var{b}) 69 @deftypefn {Runtime Function} int __divsi3 (int @var{a}, int @var{b}) 70 @deftypefnx {Runtime Function} long __divdi3 (long @var{a}, long @var{b}) 71 @deftypefnx {Runtime Function} {long long} __divti3 (long long @var{a}, long long @var{b}) 76 @deftypefn {Runtime Function} int __lshrsi3 (int @var{a}, int @var{b}) [all …]
|
| H A D | gccint.info | 286 -- Runtime Function: int __ashlsi3 (int A, int B) 287 -- Runtime Function: long __ashldi3 (long A, int B) 288 -- Runtime Function: long long __ashlti3 (long long A, int B) 291 -- Runtime Function: int __ashrsi3 (int A, int B) 292 -- Runtime Function: long __ashrdi3 (long A, int B) 293 -- Runtime Function: long long __ashrti3 (long long A, int B) 297 -- Runtime Function: int __divsi3 (int A, int B) 298 -- Runtime Function: long __divdi3 (long A, long B) 299 -- Runtime Function: long long __divti3 (long long A, long long B) 303 -- Runtime Function: int __lshrsi3 (int A, int B) [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | libgcc.texi | 56 @deftypefn {Runtime Function} int __ashlsi3 (int @var{a}, int @var{b}) 57 @deftypefnx {Runtime Function} long __ashldi3 (long @var{a}, int @var{b}) 58 @deftypefnx {Runtime Function} {long long} __ashlti3 (long long @var{a}, int @var{b}) 62 @deftypefn {Runtime Function} int __ashrsi3 (int @var{a}, int @var{b}) 63 @deftypefnx {Runtime Function} long __ashrdi3 (long @var{a}, int @var{b}) 64 @deftypefnx {Runtime Function} {long long} __ashrti3 (long long @var{a}, int @var{b}) 69 @deftypefn {Runtime Function} int __divsi3 (int @var{a}, int @var{b}) 70 @deftypefnx {Runtime Function} long __divdi3 (long @var{a}, long @var{b}) 71 @deftypefnx {Runtime Function} {long long} __divti3 (long long @var{a}, long long @var{b}) 76 @deftypefn {Runtime Function} int __lshrsi3 (int @var{a}, int @var{b}) [all …]
|
| H A D | gccint.info | 286 -- Runtime Function: int __ashlsi3 (int A, int B) 287 -- Runtime Function: long __ashldi3 (long A, int B) 288 -- Runtime Function: long long __ashlti3 (long long A, int B) 291 -- Runtime Function: int __ashrsi3 (int A, int B) 292 -- Runtime Function: long __ashrdi3 (long A, int B) 293 -- Runtime Function: long long __ashrti3 (long long A, int B) 297 -- Runtime Function: int __divsi3 (int A, int B) 298 -- Runtime Function: long __divdi3 (long A, long B) 299 -- Runtime Function: long long __divti3 (long long A, long long B) 303 -- Runtime Function: int __lshrsi3 (int A, int B) [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.init_fini/ |
| H A D | runtime_args.d | 6 assert(Runtime.cArgs.argc > 0); in this() 7 assert(Runtime.cArgs.argv !is null); in this() 8 assert(Runtime.args.length > 0); in this()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.init_fini/ |
| H A D | runtime_args.d | 6 assert(Runtime.cArgs.argc > 0); in this() 7 assert(Runtime.cArgs.argv !is null); in this() 8 assert(Runtime.args.length > 0); in this()
|
| /netbsd-src/external/gpl3/gcc.old/dist/ |
| H A D | COPYING.RUNTIME | 10 This GCC Runtime Library Exception ("Exception") is an additional 12 3 ("GPLv3"). It applies to a given file (the "Runtime Library") that 24 A file is an "Independent Module" if it either requires the Runtime 26 interface provided by the Runtime Library, but is not otherwise based 27 on the Runtime Library. 62 combining the Runtime Library with Independent Modules, even if such
|
| /netbsd-src/external/gpl3/gcc/dist/ |
| H A D | COPYING.RUNTIME | 10 This GCC Runtime Library Exception ("Exception") is an additional 12 3 ("GPLv3"). It applies to a given file (the "Runtime Library") that 24 A file is an "Independent Module" if it either requires the Runtime 26 interface provided by the Runtime Library, but is not otherwise based 27 on the Runtime Library. 62 combining the Runtime Library with Independent Modules, even if such
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | target.h | 49 enum class Runtime : unsigned char enum 80 Runtime runtime; 86 enum class Runtime : unsigned char enum 100 Runtime runtime;
|
| H A D | target.d | 300 enum Runtime : ubyte enum 330 Runtime runtime; /// vendor of the C runtime to link against 345 enum Runtime : ubyte enum 359 Runtime runtime; /// vendor of the C++ runtime to link against
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/Properties/ |
| H A D | AssemblyInfo.cs | 4 using System.Runtime.CompilerServices; 5 using System.Runtime.InteropServices;
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.shared/ |
| H A D | load_linkdep.d | 13 auto h = Runtime.loadLibrary(name); in main() 17 assert(Runtime.unloadLibrary(h)); in main()
|
| H A D | load_loaddep.d | 13 auto h = Runtime.loadLibrary(libloaddep); in main() 16 assert(Runtime.unloadLibrary(h)); in main()
|
| H A D | load_13414.d | 12 auto h = Runtime.loadLibrary(name); in runTest() 18 Runtime.unloadLibrary(h); in runTest()
|
| H A D | finalize.d | 39 auto h = Runtime.loadLibrary(name); in main() 54 auto r = Runtime.unloadLibrary(h); in main()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.shared/ |
| H A D | load_linkdep.d | 13 auto h = Runtime.loadLibrary(name); in main() 17 assert(Runtime.unloadLibrary(h)); in main()
|
| H A D | load_loaddep.d | 13 auto h = Runtime.loadLibrary(libloaddep); in main() 16 assert(Runtime.unloadLibrary(h)); in main()
|
| H A D | load_13414.d | 12 auto h = Runtime.loadLibrary(name); in runTest() 18 Runtime.unloadLibrary(h); in runTest()
|
| H A D | finalize.d | 39 auto h = Runtime.loadLibrary(name); in main() 54 auto r = Runtime.unloadLibrary(h); in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopUnrollPass.cpp | 206 UP.Runtime = false; in gatherUnrollingPreferences() 247 UP.Runtime = UnrollRuntime; in gatherUnrollingPreferences() 265 UP.Runtime = *UserRuntime; in gatherUnrollingPreferences() 787 UP.Runtime = true; in computeUnrollCount() 874 UP.Runtime = false; in computeUnrollCount() 978 UP.Runtime |= PragmaEnableUnroll || PragmaCount > 0 || UserUnrollCount; in computeUnrollCount() 979 if (!UP.Runtime) { in computeUnrollCount() 1166 {UP.Count, TripCount, UP.Force, UP.Runtime, UP.AllowExpensiveTripCount, in tryToUnrollLoop() 1235 Optional<bool> AllowPartial = None, Optional<bool> Runtime = None, in LoopUnroll() argument 1243 ProvidedRuntime(Runtime), ProvidedUpperBound(UpperBound), in LoopUnroll() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/ |
| H A D | runtime.d | 125 Runtime.traceHandler = &defaultTraceHandler; in this() 147 struct Runtime 624 if (Runtime.sm_extModuleUnitTester !is null) in runModuleUnitTests() 625 return Runtime.sm_extModuleUnitTester(); in runModuleUnitTests() 626 else if (Runtime.sm_moduleUnitTester !is null) in runModuleUnitTests() 627 return Runtime.sm_moduleUnitTester() ? UnitTestResult.pass : UnitTestResult.fail; in runModuleUnitTests()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
| H A D | libgomp.info | 25 * libgomp: (libgomp). GNU Offloading and Multi Processing Runtime Library. 29 Processing Runtime library. This is the GNU implementation of the 63 Processing Runtime Library. This includes the GNU implementation of the 70 Originally, libgomp implemented the GNU OpenMP Runtime Library. 73 name changed to GNU Offloading and Multi Processing Runtime Library. 78 * OpenMP Runtime Library Routines: Runtime Library Routines. 86 * OpenACC Runtime Library Routines:: The OpenACC runtime application 97 Multi Processing Runtime Library. 107 File: libgomp.info, Node: Enabling OpenMP, Next: Runtime Library Routines, Prev: Top, Up: Top 118 of the OpenMP runtime library (*note Runtime Library Routines::). [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/ |
| H A D | LoopUnrollPass.h | 93 LoopUnrollOptions &setRuntime(bool Runtime) { in setRuntime() 94 AllowRuntime = Runtime; in setRuntime()
|
| /netbsd-src/external/gpl3/gcc/dist/libgomp/ |
| H A D | libgomp.info | 25 * libgomp: (libgomp). GNU Offloading and Multi Processing Runtime Library. 29 Processing Runtime library. This is the GNU implementation of the 63 Processing Runtime Library. This includes the GNU implementation of the 70 Originally, libgomp implemented the GNU OpenMP Runtime Library. 73 name changed to GNU Offloading and Multi Processing Runtime Library. 79 * OpenMP Runtime Library Routines: Runtime Library Routines. 87 * OpenACC Runtime Library Routines:: The OpenACC runtime application 98 Multi Processing Runtime Library. 119 of the OpenMP runtime library (*note Runtime Library Routines::). 126 File: libgomp.info, Node: OpenMP Implementation Status, Next: Runtime Library Routines, Prev: En… [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/or1k/ |
| H A D | crti.S | 15 # permissions described in the GCC Runtime Library Exception, version 19 # a copy of the GCC Runtime Library Exception along with this program;
|