Searched defs:Trap (Results 1 - 8 of 8) sorted by relevance

/external/tpm2/
H A DCpriCryptPri.c12 static void Trap(const char *function, int line, int code);
13 FAIL_FUNCTION TpmFailFunction = (FAIL_FUNCTION)&Trap;
23 Trap( function
/external/libchrome/sandbox/linux/seccomp-bpf/
H A Dtrap.h20 // The Trap class allows a BPF filter program to branch out to user space by
28 class SANDBOX_EXPORT Trap : public bpf_dsl::TrapRegistry { class in namespace:sandbox
34 // Registry returns the trap registry used by Trap's SIGSYS handler,
55 Trap();
59 ~Trap() = delete;
71 static Trap* global_trap_;
81 DISALLOW_COPY_AND_ASSIGN(Trap);
H A Dtrap.cc79 Trap::Trap() function in class:sandbox::Trap
112 bpf_dsl::TrapRegistry* Trap::Registry() {
119 global_trap_ = new Trap();
127 void Trap::SigSysAction(int nr, LinuxSigInfo* info, void* void_context) {
142 "for Trap() handling.");
147 void Trap::SigSys(int nr, LinuxSigInfo* info, ucontext_t* ctx) {
256 bool Trap::TrapKey::operator<(const TrapKey& o) const {
260 uint16_t Trap::Add(TrapFnc fnc, const void* aux, bool safe) {
358 bool Trap
[all...]
/external/libchrome/sandbox/linux/bpf_dsl/
H A Dbpf_dsl.cc58 return pc->Trap(func_, arg_, safe_);
262 ResultExpr Trap(TrapRegistry::TrapFnc trap_func, const void* aux) { function in namespace:sandbox::bpf_dsl
H A Dpolicy_compiler.cc62 // A Trap() handler that returns an "errno" value. The value is encoded
442 return Trap(ReturnErrno, reinterpret_cast<void*>(ret & SECCOMP_RET_DATA),
449 CodeGen::Node PolicyCompiler::Trap(TrapRegistry::TrapFnc fnc, function in class:sandbox::bpf_dsl::PolicyCompiler
/external/clang/lib/Sema/
H A DSemaStmt.cpp2104 Sema::SFINAETrap Trap(SemaRef);
2131 : Trap(SemaRef.Diags), D(D), Enabled(Enabled) {}
2133 if (Enabled && Trap.hasErrorOccurred())
2137 DiagnosticErrorTrap Trap; member in struct:__anon1558::InvalidateOnErrorScope
/external/clang/include/clang/Sema/
H A DSema.h6853 SFINAETrap Trap; member in class:clang::Sema::TentativeAnalysisScope
6857 : SemaRef(SemaRef), Trap(SemaRef, true),
/external/mksh/src/
H A Dsh.h915 } Trap; typedef in typeref:struct:trap
917 /* values for Trap.flags */
945 extern Trap sigtraps[ksh_NSIG + 1];
1817 Trap *gettrap(const char *, bool, bool);
1823 void runtrap(Trap *, bool);
1826 void settrap(Trap *, const char *);
1829 int setsig(Trap *, sig_t, int);
1830 void setexecsig(Trap *, int);

Completed in 231 milliseconds