HomeSort by relevance Sort by last modified time
    Searched refs:Trap (Results 1 - 15 of 15) sorted by null

  /external/mksh/src/
histrap.c 2 /* $OpenBSD: trap.c,v 1.23 2010/05/19 17:36:08 jasper Exp $ */
32 Trap sigtraps[NSIG + 1];
1078 Trap *
1082 Trap *p;
1121 * trap signal handler
1126 Trap *p = &sigtraps[i];
1129 trap = p->set = 1;
1132 if ((p->flags & TF_FATAL) && !p->trap) {
1160 Trap *p;
1172 * occurred for which a trap has been set or for which the TF_DFL_INTR fla
    [all...]
sh.h 762 EXTERN short trap_exstat; /* exit status before running a trap */
860 * trap handlers
862 typedef struct trap { struct
865 char *trap; /* trap command */ member in struct:trap
870 volatile sig_atomic_t set; /* trap pending */
871 } Trap;
873 /* values for Trap.flags */
875 #define TF_USER_SET BIT(1) /* user has (tried to) set trap */
882 #define TF_CHANGED BIT(8) /* used by runtrap() to detect trap changes *
898 EXTERN volatile sig_atomic_t trap; \/* traps pending? *\/ variable
    [all...]
funcs.c 135 {"*=trap", c_trap},
1322 Trap *t = NULL;
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaExprMember.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaStmt.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDecl.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapidbg.h 44 #define Trap() IFTRAP(DebugTrapFn(1,__FILE__,__LINE__,"Trap"))
  /external/clang/lib/Driver/
Driver.cpp 437 DiagnosticErrorTrap Trap(Diags);
501 if (Trap.hasErrorOccurred()) {
    [all...]
  /external/v8/src/
messages.js 67 trap_function_expected: ["Proxy.", "%0", " called with non-function for '", "%1", "' trap"],
68 handler_trap_missing: ["Proxy handler ", "%0", " has no '", "%1", "' trap"],
69 handler_trap_must_be_callable: ["Proxy handler ", "%0", " has non-callable '", "%1", "' trap"],
70 handler_returned_false: ["Proxy handler ", "%0", " returned false from '", "%1", "' trap"],
71 handler_returned_undefined: ["Proxy handler ", "%0", " returned undefined from '", "%1", "' trap"],
72 proxy_prop_not_configurable: ["Proxy handler ", "%0", " returned non-configurable descriptor for property '", "%2", "' from '", "%1", "' trap"],
73 proxy_non_object_prop_names: ["Trap '", "%1", "' returned non-object ", "%0"],
74 proxy_repeated_prop_name: ["Trap '", "%1", "' returned repeated property name '", "%2", "'"],
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-encoding-ext.s     [all...]

Completed in 632 milliseconds