| /src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| ByteCodeGenError.cpp | 12 using namespace clang::interp;
|
| Frame.cpp | 12 using namespace clang::interp;
|
| PrimType.cpp | 12 using namespace clang::interp; 15 namespace interp { namespace in namespace:clang 22 } // namespace interp
|
| Opcode.h | 19 namespace interp { namespace in namespace:clang 27 } // namespace interp
|
| Frame.h | 22 namespace interp { namespace in namespace:clang 42 } // namespace interp
|
| /src/external/bsd/openldap/dist/contrib/ldaptcl/ |
| tclAppInit.c | 29 EXTERN int Tcltest_Init _ANSI_ARGS_((Tcl_Interp *interp)); 73 * message in interp->result if an error occurs. 82 Tcl_AppInit(interp) 83 Tcl_Interp *interp; /* Interpreter for application. */ 85 if (Tcl_Init(interp) == TCL_ERROR) { 90 if (Itcl_Init(interp) == TCL_ERROR) { 93 Tcl_StaticPackage (interp, "Itcl", Itcl_Init, NULL); 97 if (Tcltest_Init(interp) == TCL_ERROR) { 100 Tcl_StaticPackage(interp, "Tcltest", Tcltest_Init, 105 if (Tclx_Init (interp) == TCL_ERROR) [all...] |
| tkAppInit.c | 65 * interp->result if an error occurs. 69 Tcl_AppInit (Tcl_Interp *interp) 71 if (Tcl_Init (interp) == TCL_ERROR) { 75 if (Tclx_Init(interp) == TCL_ERROR) { 78 Tcl_StaticPackage(interp, "Tclx", Tclx_Init, Tclx_SafeInit); 80 if (Tk_Init(interp) == TCL_ERROR) { 83 Tcl_StaticPackage(interp, "Tk", Tk_Init, (Tcl_PackageInitProc *) NULL); 85 if (Tkx_Init(interp) == TCL_ERROR) { 88 Tcl_StaticPackage(interp, "Tkx", Tkx_Init, (Tcl_PackageInitProc *) NULL); 91 if (Ldaptcl_Init(interp) == TCL_ERROR) [all...] |
| neoXldap.c | 125 LDAP_SetErrorCode(LDAPTCL *ldaptcl, int code, Tcl_Interp *interp) 140 Tcl_SetErrorCode(interp, errp, NULL); 149 (void) Tcl_EvalObj(interp, ldaptcl->trapCmdObj); 154 LDAP_ErrorStringToCode(Tcl_Interp *interp, char *s) 165 Tcl_ResetResult(interp); 166 Tcl_AppendResult(interp, s, " is an invalid code", (char *) NULL); 176 * o interp - Tcl interpreter; Errors are returned in result. 183 * o TCL_ERROR if an error occurred, with error message in interp. 187 LDAP_ProcessOneSearchResult (interp, ldap, entry, destArrayNameObj, evalCodeObj) 188 Tcl_Interp *interp; [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| interps.c | 45 static struct interp *interp_lookup_existing (struct ui *ui, 48 interp::interp (const char *name) function in class:interp 53 interp::~interp () = default; 64 /* This is the name in "-i=INTERP" and "interpreter-exec INTERP". */ 90 /* Add interpreter INTERP to the gdb interpreter list. The 93 interp_add (struct ui *ui, struct interp *interp) 172 struct interp *interp = interp_lookup_existing (ui, name); local 193 struct interp *interp = interp_lookup (current_ui, name); local 208 struct interp *interp = current_ui->current_interpreter; local 217 struct interp *interp = interp_lookup (current_ui, name); local 230 interp *interp = current_ui->current_interpreter; local [all...] |
| ui.h | 26 struct interp; 91 intrusive_list<interp> interp_list; 92 interp *current_interpreter = nullptr; 93 interp *top_level_interpreter = nullptr; 97 interp *command_interpreter = nullptr;
|
| thread-fsm.h | 52 explicit thread_fsm (struct interp *cmd_interp) 117 struct interp *command_interp = nullptr;
|
| interps.h | 29 struct interp; 37 typedef struct interp *(*interp_factory_func) (const char *name); 48 extern void interp_exec (struct interp *interp, const char *command); 50 class interp : public intrusive_list_node<interp> class in inherits:intrusive_list_node 53 explicit interp (const char *name); 54 virtual ~interp () = 0; 204 extern struct interp *interp_lookup (struct ui *ui, const char *name); 234 struct interp *set_interp (const char *name) [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| interps.c | 45 static struct interp *interp_lookup_existing (struct ui *ui, 48 interp::interp (const char *name) function in class:interp 53 interp::~interp () = default; 64 /* This is the name in "-i=INTERP" and "interpreter-exec INTERP". */ 90 /* Add interpreter INTERP to the gdb interpreter list. The 93 interp_add (struct ui *ui, struct interp *interp) 172 struct interp *interp = interp_lookup_existing (ui, name); local 193 struct interp *interp = interp_lookup (current_ui, name); local 208 struct interp *interp = current_ui->current_interpreter; local 217 struct interp *interp = interp_lookup (current_ui, name); local 230 interp *interp = current_ui->current_interpreter; local [all...] |
| ui.h | 26 struct interp; 91 intrusive_list<interp> interp_list; 92 interp *current_interpreter = nullptr; 93 interp *top_level_interpreter = nullptr; 97 interp *command_interpreter = nullptr;
|
| thread-fsm.h | 52 explicit thread_fsm (struct interp *cmd_interp) 117 struct interp *command_interp = nullptr;
|
| interps.h | 30 struct interp; 38 typedef struct interp *(*interp_factory_func) (const char *name); 49 extern void interp_exec (struct interp *interp, const char *command); 51 class interp : public intrusive_list_node<interp> class in inherits:intrusive_list_node 54 explicit interp (const char *name); 55 virtual ~interp () = 0; 215 extern struct interp *interp_lookup (struct ui *ui, const char *name); 245 struct interp *set_interp (const char *name) [all...] |
| /src/external/bsd/nvi/dist/tcl_api/ |
| tcl.c | 65 tcl_fscreen(clientData, interp, argc, argv) 67 Tcl_Interp *interp; 74 Tcl_SetResult(interp, "Usage: viFindScreen file", TCL_STATIC); 78 if (getscreenid(interp, &sp, NULL, argv[1])) 81 (void)sprintf(interp->result, "%d", sp->id); 93 tcl_aline(clientData, interp, argc, argv) 95 Tcl_Interp *interp; 104 Tcl_SetResult(interp, 109 if (getscreenid(interp, &sp, argv[1], NULL) || 110 getint(interp, "line number", argv[2], &lno) [all...] |
| /src/external/public-domain/sqlite/dist/autosetup/ |
| jimsh0.c | 439 #define Jim_DecrRefCount(interp, objPtr) \ 440 if (--(objPtr)->refCount <= 0) Jim_FreeObj(interp, objPtr) 461 typedef void (Jim_FreeInternalRepProc)(struct Jim_Interp *interp, 463 typedef void (Jim_DupInternalRepProc)(struct Jim_Interp *interp, 519 typedef int Jim_CmdProc(struct Jim_Interp *interp, int argc, 521 typedef void Jim_DelCmdProc(struct Jim_Interp *interp, void *privData); 588 int (*signal_set_result)(struct Jim_Interp *interp, jim_wide sigmask); 687 JIM_EXPORT int Jim_MakeTempFile(Jim_Interp *interp, const char *filename_template, int unlink_file); 700 JIM_EXPORT int Jim_Eval(Jim_Interp *interp, const char *script); 703 JIM_EXPORT int Jim_EvalSource(Jim_Interp *interp, const char *filename, int lineno, const char *script) 12512 Jim_Interp *interp; member in struct:lsort_info 24032 Jim_Interp *interp; member in struct:JimCompletionInfo 24422 Jim_Interp *interp; local [all...] |
| /src/external/public-domain/sqlite/dist/tea/generic/ |
| tclsqlite3.c | 26 ** Invoke name(interp) to initialize the Tcl interpreter. 27 ** If name(interp) returns a non-NULL string, then run 29 ** If name(interp) returns NULL, then run the regular 155 Tcl_Interp *interp; /* The TCL interpret to execute the function */ member in struct:SqlFunc 170 Tcl_Interp *interp; /* The TCL interpret to execute the function */ member in struct:SqlCollate 203 Tcl_Interp *interp; /* The interpreter used for this database */ member in struct:SqliteDb 275 Tcl_UnregisterChannel(pDb->interp, p->channel); 284 Tcl_Interp *interp, 314 Tcl_SetResult(interp, (char *)sqlite3_errmsg(db), TCL_VOLATILE); 321 Tcl_Interp *interp 870 Tcl_Interp *interp = pDb->interp; local 1413 Tcl_Interp *interp = pDb->interp; local 1724 Tcl_Interp *interp = p->pDb->interp; local 4556 Tcl_Interp *interp; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/cli/ |
| cli-interp.h | 25 class cli_interp_base : public interp 68 extern int should_print_stop_to_console (struct interp *interp,
|
| /src/external/gpl3/gdb/dist/gdb/cli/ |
| cli-interp.h | 25 class cli_interp_base : public interp 68 extern int should_print_stop_to_console (struct interp *interp,
|
| /src/sys/compat/common/ |
| compat_util.c | 119 * Look for native NetBSD compatibility libraries, usually interp-ABI. 126 char *interp, 135 if (interp && epp->ep_interp == NULL) { 141 if (strcmp(interp, "/usr/libexec/ld.elf_so") == 0 || 142 strcmp(interp, "/libexec/ld.elf_so") == 0) { 147 snprintf(path, MAXPATHLEN, "%s-%s", interp, interp_suffix); 156 snprintf(interp, MAXPATHLEN, "%s", path);
|
| /src/games/warp/ |
| intrp.h | 21 void interp(char *, size_t, const char *);
|
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| py-dap.c | 25 class dap_interp final : public interp 30 : interp (name), 119 interp_factory_register ("dap", [] (const char *name) -> interp *
|
| /src/external/gpl3/gdb/dist/gdb/python/ |
| py-dap.c | 25 class dap_interp final : public interp 30 : interp (name), 117 interp_factory_register ("dap", [] (const char *name) -> interp *
|