/netbsd-src/external/apache2/llvm/dist/clang/examples/clang-interpreter/ |
H A D | CMakeLists.txt | 14 add_clang_executable(clang-interpreter 18 add_dependencies(clang-interpreter 22 clang_target_link_libraries(clang-interpreter 31 export_executable_symbols(clang-interpreter) 36 set_property(TARGET clang-interpreter 93 clang_enable_exceptions(clang-interpreter)
|
H A D | README.txt | 1 This is an example of Clang based interpreter, for executing standalone C/C++ 19 interpreter. It is designed to demonstrate a simple but functional use of the
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | ConstantInterpreter.rst | 11 The constexpr interpreter aims to replace the existing tree evaluator in 13 by the evaluator. The interpreter is activated using the following flags: 15 * ``-fexperimental-new-constant-interpreter`` enables the interpreter, 32 The interpreter relies on stack-based, strongly-typed opcodes. The glue 36 with the relevant primitive types by the interpreter loop or by the 69 reference interpreter-allocated memory (``BlockPointer``) or point to an 95 The interpreter distinguishes two kinds of composite types: arrays and 106 Bytecode is executed using a stack-based interpreter. The execution 117 Memory management in the interpreter relies on 3 data structures: ``Block`` 127 values etc.) or dynamically in the interpreter, when creating the frame [all …]
|
/netbsd-src/external/bsd/lutok/dist/ |
H A D | examples_test.sh | 86 example_test_case interpreter 112 atf_add_test_case interpreter
|
/netbsd-src/external/bsd/nvi/dist/perl_api/ |
H A D | nviperl.pod | 15 interpreter: 21 The perl command passes the specified commands to the perl interpreter.
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
H A D | lli.rst | 16 interpreter. 22 but they don't necessarily work for the interpreter. 37 .. option:: -force-interpreter={false,true} 39 If set to true, use the interpreter even if a just-in-time compiler is available
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/ |
H A D | Test.pm | 364 my @interpreter = __fixup_prg($^X); 367 return cmd([ @interpreter, @interpreter_args, 378 my @interpreter = __fixup_prg($^X); 381 return cmd([ @interpreter, @interpreter_args,
|
/netbsd-src/external/bsd/nvi/dist/ |
H A D | README | 83 George Neville-Neil added the Tcl interpreter, and the initial 84 interpreter design was his. 86 Sven Verdoolaege added the Perl interpreter.
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | CMakeLists.txt | 8 # FIXME: the entry points to the interpreter should be moved out of clangAST 9 # into the parser or Sema in order to allow the interpreter to be moved to
|
/netbsd-src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/ |
H A D | Test.pm | 363 my @interpreter = __fixup_prg($^X); 366 return cmd([ @interpreter, @interpreter_args, 377 my @interpreter = __fixup_prg($^X); 380 return cmd([ @interpreter, @interpreter_args,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/intro/ |
H A D | tutorial04.rst | 18 Tutorial part 4: Adding JIT-compilation to a toy interpreter 20 In this example we construct a "toy" interpreter, and add JIT-compilation 23 Our toy interpreter 26 It's a stack-based interpreter, and is intended as a (very simple) example 27 of the kind of bytecode interpreter seen in dynamic languages such as 41 * We'll implement function call within the interpreter by calling a 47 Naturally, a real interpreter would be much more complicated that this. 78 The interpreter reads ``.toy`` scripts. Here's what a simple recursive 86 The interpreter is a simple infinite loop with a big ``switch`` statement 235 possible like the one above within the interpreter: [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/intro/ |
H A D | tutorial04.rst | 18 Tutorial part 4: Adding JIT-compilation to a toy interpreter 20 In this example we construct a "toy" interpreter, and add JIT-compilation 23 Our toy interpreter 26 It's a stack-based interpreter, and is intended as a (very simple) example 27 of the kind of bytecode interpreter seen in dynamic languages such as 41 * We'll implement function call within the interpreter by calling a 47 Naturally, a real interpreter would be much more complicated that this. 78 The interpreter reads ``.toy`` scripts. Here's what a simple recursive 86 The interpreter is a simple infinite loop with a big ``switch`` statement 235 possible like the one above within the interpreter: [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/intro/ |
H A D | tutorial04.rst | 20 Tutorial part 4: Adding JIT-compilation to a toy interpreter 22 In this example we construct a "toy" interpreter, and add JIT-compilation 25 Our toy interpreter 28 It's a stack-based interpreter, and is intended as a (very simple) example 29 of the kind of bytecode interpreter seen in dynamic languages such as 43 * We'll implement function call within the interpreter by calling a 49 Naturally, a real interpreter would be much more complicated that this. 80 The interpreter reads ``.toy`` scripts. Here's what a simple recursive 88 The interpreter is a simple infinite loop with a big ``switch`` statement 228 possible like the one above within the interpreter: [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/intro/ |
H A D | tutorial04.rst | 20 Tutorial part 4: Adding JIT-compilation to a toy interpreter 22 In this example we construct a "toy" interpreter, and add JIT-compilation 25 Our toy interpreter 28 It's a stack-based interpreter, and is intended as a (very simple) example 29 of the kind of bytecode interpreter seen in dynamic languages such as 43 * We'll implement function call within the interpreter by calling a 49 Naturally, a real interpreter would be much more complicated that this. 80 The interpreter reads ``.toy`` scripts. Here's what a simple recursive 88 The interpreter is a simple infinite loop with a big ``switch`` statement 228 possible like the one above within the interpreter: [all …]
|
/netbsd-src/tests/kernel/ |
H A D | h_interpreter.sh | 6 interpreter)
|
H A D | t_procpath.sh | 53 ${INTERP} interpreter ${HELPER}
|
/netbsd-src/external/bsd/atf/dist/atf-sh/ |
H A D | atf-sh.pc.in | 4 interpreter=${exec_prefix}/bin/atf-sh var
|
/netbsd-src/external/apache2/llvm/dist/clang/examples/ |
H A D | CMakeLists.txt | 6 add_subdirectory(clang-interpreter)
|
/netbsd-src/external/bsd/lutok/share/examples/lutok/ |
H A D | Makefile | 12 interpreter.cpp \
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlistener/ |
H A D | CMakeLists.txt | 11 interpreter
|
/netbsd-src/etc/ |
H A D | rc.subr | 277 # check_pidfile pidfile procname [interpreter] 281 # interpreter is optional; see _find_processes() for details. 289 err 3 'USAGE: check_pidfile pidfile procname [interpreter]' 302 # check_process procname [interpreter] 305 # interpreter is optional; see _find_processes() for details. 312 err 3 'USAGE: check_process procname [interpreter]' 318 # _find_processes procname interpreter psargs 322 # If interpreter == ".", check the following variations of procname 329 # If interpreter != ".", read the first line of procname, remove the 333 # using perl, the basename of the interpreter plus a colon is also [all …]
|
/netbsd-src/external/bsd/nvi/dist/build.unix/ |
H A D | README | 52 --enable-perlinterp Include a Perl interpreter in vi. 53 --enable-tclinterp Include a Tk/Tcl interpreter in vi. 87 Perl interpreter, enter: 96 Tcl/Tk interpreter, enter: 237 the Perl5 interpreter. The configure script will obtain that 241 interpreter and neither is found, it's a fatal error.
|
/netbsd-src/external/bsd/openldap/dist/contrib/ldaptcl/ |
H A D | README | 52 possible to run a plain Tcl interpreter (eg. tclsh8.0) and do 56 which will install the "ldap" command into the interpreter.
|
/netbsd-src/sys/external/bsd/acpica/dist/generate/unix/ |
H A D | readme.txt | 79 2) acpiexec, a user-space AML interpreter 83 the AML interpreter. Hardware access is simulated.
|
/netbsd-src/external/bsd/file/dist/magic/magdir/ |
H A D | varied.script | 3 # varied.script: file(1) magic for various interpreter scripts
|