/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/logger/ |
H A D | core.d | 69 LogLevel globalLL, lazy bool condition = true) @safe in isLoggingEnabled() 197 lazy bool condition, lazy A args) 212 lazy bool condition, lazy T arg, int line = __LINE__, string file = __FILE__, 241 string moduleName = __MODULE__, A...)(const LogLevel ll, lazy A args) 255 void log(T, string moduleName = __MODULE__)(const LogLevel ll, lazy T arg, 286 string moduleName = __MODULE__, A...)(lazy bool condition, lazy A args) 297 void log(T, string moduleName = __MODULE__)(lazy bool condition, lazy T arg, 323 string moduleName = __MODULE__, A...)(lazy A args) 335 void log(T)(lazy T arg, int line = __LINE__, string file = __FILE__, in log() 367 lazy bool condition, lazy string msg, lazy A args) [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/logger/ |
H A D | core.d | 72 LogLevel globalLL, lazy bool condition = true) @safe in isLoggingEnabled() 200 lazy bool condition, lazy A args) 215 lazy bool condition, lazy T arg, int line = __LINE__, string file = __FILE__, 244 string moduleName = __MODULE__, A...)(const LogLevel ll, lazy A args) 258 void log(T, string moduleName = __MODULE__)(const LogLevel ll, lazy T arg, 289 string moduleName = __MODULE__, A...)(lazy bool condition, lazy A args) 300 void log(T, string moduleName = __MODULE__)(lazy bool condition, lazy T arg, 326 string moduleName = __MODULE__, A...)(lazy A args) 338 void log(T)(lazy T arg, int line = __LINE__, string file = __FILE__, in log() 370 lazy bool condition, lazy string msg, lazy A args) [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
H A D | vmwgfx_irq.c | 209 bool lazy, in vmw_fallback_wait() argument 250 if (!lazy) { in vmw_fallback_wait() 286 if (lazy) in vmw_fallback_wait() 380 bool lazy, uint32_t seqno, in vmw_wait_seqno() argument 401 return vmw_fallback_wait(dev_priv, lazy, true, seqno, in vmw_wait_seqno() 407 return vmw_fallback_wait(dev_priv, lazy, false, seqno, in vmw_wait_seqno()
|
H A D | vmwgfx_fence.h | 96 bool lazy,
|
/netbsd-src/crypto/external/bsd/openssl/dist/ms/ |
H A D | uplink.c | 105 __declspec(naked) static void lazy##i (void) { \ 114 __declspec(naked) static void lazy##i (void) { \
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/ |
H A D | BuildingAJIT4.rst | 16 chapter introduces custom MaterializationUnits and Layers, and the lazy 18 from `Chapter 3 <BuildingAJIT3.html>`_ with a custom lazy-JITing scheme that JITs
|
H A D | BuildingAJIT3.rst | 21 chapter discusses lazy JITing and shows you how to enable it by adding an ORC 56 function's stub to point at the function's compile callback, we enable lazy 66 lazy compilation. We just need a few changes to the source: 177 layer added to enable lazy function-at-a-time compilation. To build this example, use:
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | ORCv2.rst | 54 **Eager and lazy compilation** 58 MCJIT is commonly used). However ORC also provides built-in support for lazy 59 compilation via lazy-reexports (see :ref:`Laziness`). 70 re-enter the ORC (e.g. to request lazy compilation) concurrently from multiple 81 ORC components together to make a non-lazy, in-process, single threaded JIT 82 or a lazy, out-of-process, concurrent JIT, or anything in between. 98 The LLLazyJIT extends LLJIT and adds a CompileOnDemandLayer to enable lazy 138 // and jumps to a specific error handler (rather than null) on lazy compile 142 // JIT'd code will jump here if lazy compilation fails, giving us an 417 Laziness in ORC is provided by a utility called "lazy reexports". A lazy [all …]
|
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/ |
H A D | nto.em | 147 einfo (_("%F%P: error: --lazy-stack must follow -zstack-size=<size>\n")); 203 { "lazy-stack", no_argument, NULL, OPTION_LAZY_STACK }, 209 --lazy-stack Set lazy allocation of stack\n\
|
/netbsd-src/tests/libexec/ld.elf_so/ |
H A D | t_tls_extern.c | 64 goto lazy; in tls_extern() 68 goto lazy; in tls_extern() 72 lazy: ATF_REQUIRE_DL(fdef = dlsym(def, "fdef")); in tls_extern()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/windows/ |
H A D | syserror.d | 60 T wenforce(T, S)(T value, lazy S msg = null, in version() 149 T wenforce(T, S)(T value, lazy S msg = null,
|
/netbsd-src/usr.bin/make/unit-tests/ |
H A D | varmod-to-one-word.mk | 6 SENTENCE= The quick brown fox jumps over the lazy brown dog.
|
H A D | varmod-to-many-words.mk | 6 SENTENCE= The quick brown fox jumps over the lazy brown dog.
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | exception.d | 102 (lazy E expression, 247 (lazy E expression, 384 T enforce(E : Throwable = Exception, T)(T value, lazy const(char)[] msg = null, 613 T enforceEx(T)(T value, lazy string msg = "", string file = __FILE__, size_t line = __LINE__) in enforceEx() 700 T collectException(T = Exception, E)(lazy E expression, ref E result) 740 T collectException(T : Throwable = Exception, E)(lazy E expression) 778 string collectExceptionMsg(T = Exception, E)(lazy E expression) 965 T assumeWontThrow(T)(lazy T expr, in assumeWontThrow() 1614 CommonType!(T1, T2) ifThrown(E : Throwable = Exception, T1, T2)(lazy scope T1 expression, lazy scop… 1635 CommonType!(T1, T2) ifThrown(E : Throwable, T1, T2)(lazy scope T1 expression, scope T2 delegate(E) … [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/windows/ |
H A D | syserror.d | 60 T wenforce(T, S)(T value, lazy S msg = null, in version() 182 T wenforce(T, S = string)(T value, lazy S msg = null,
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | exception.d | 435 T enforce(T)(T value, lazy const(char)[] msg = null, in catch() 455 T enforce(T)(T value, lazy Throwable ex) in enforce() 661 T collectException(T = Exception, E)(lazy E expression, ref E result) 708 T collectException(T : Throwable = Exception, E)(lazy E expression) 749 string collectExceptionMsg(T = Exception, E)(lazy E expression) 969 T assumeWontThrow(T)(lazy T expr, in assumeWontThrow() 1700 CommonType!(T1, T2) ifThrown(E : Throwable = Exception, T1, T2)(lazy scope T1 expression, lazy scop… 1721 CommonType!(T1, T2) ifThrown(E : Throwable, T1, T2)(lazy scope T1 expression, scope T2 delegate(E) … 1742 CommonType!(T1, T2) ifThrown(T1, T2)(lazy scope T1 expression, scope T2 delegate(Exception) errorHa… 1784 alias orFallback = (lazy a) => a.ifThrown!ConvException("not a number")
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/ |
H A D | nouveau_fence.h | 28 int nouveau_fence_wait(struct nouveau_fence *, bool lazy, bool intr);
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | gdb.gdb | 23 $val->type->length, $val->lazy, $val->aligner.contents[0]
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
H A D | README.txt | 13 program, now modified to implement a sort of 'lazy' compilation.
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | gdb.gdb | 23 $val->type->length, $val->lazy, $val->aligner.contents[0]
|
/netbsd-src/external/gpl3/gdb.old/dist/zlib/doc/ |
H A D | algorithm.txt | 37 deflate() also defers the selection of matches with a lazy evaluation 41 literal byte) and the process of lazy evaluation begins again. Otherwise, 45 The lazy match evaluation is also subject to a runtime parameter. If 51 The lazy match evaluation is not performed for the fastest compression
|
/netbsd-src/external/gpl3/binutils/dist/zlib/doc/ |
H A D | algorithm.txt | 37 deflate() also defers the selection of matches with a lazy evaluation 41 literal byte) and the process of lazy evaluation begins again. Otherwise, 45 The lazy match evaluation is also subject to a runtime parameter. If 51 The lazy match evaluation is not performed for the fastest compression
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/doc/ |
H A D | algorithm.txt | 37 deflate() also defers the selection of matches with a lazy evaluation 41 literal byte) and the process of lazy evaluation begins again. Otherwise, 45 The lazy match evaluation is also subject to a runtime parameter. If 51 The lazy match evaluation is not performed for the fastest compression
|
/netbsd-src/external/gpl3/gdb/dist/zlib/doc/ |
H A D | algorithm.txt | 37 deflate() also defers the selection of matches with a lazy evaluation 41 literal byte) and the process of lazy evaluation begins again. Otherwise, 45 The lazy match evaluation is also subject to a runtime parameter. If 51 The lazy match evaluation is not performed for the fastest compression
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | obj-macho.c | 1757 unsigned lazy = 0; in obj_mach_o_set_indirect_symbols() local 1771 lazy = LAZY; in obj_mach_o_set_indirect_symbols() 1843 else if (S_IS_LOCAL (isym->sym) && ! lazy) in obj_mach_o_set_indirect_symbols() 1853 || lazy) in obj_mach_o_set_indirect_symbols() 1861 sym->n_desc |= lazy; in obj_mach_o_set_indirect_symbols()
|