OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RetExpression
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf.cc
774
return
RetExpression
(gen, start->err);
789
Instruction* SandboxBPF::
RetExpression
(CodeGen* gen, const ErrorCode& err) {
821
RetExpression
(gen, *cond.passed_),
822
RetExpression
(gen, *cond.failed_));
832
RetExpression
(gen, *cond.failed_));
848
lsb_head =
RetExpression
(gen, *cond.passed_);
855
RetExpression
(gen, *cond.passed_),
856
RetExpression
(gen, *cond.failed_))
[
all
...]
sandbox_bpf.h
253
// CondExpression() and possibly
RetExpression
() to build a complex set of
255
Instruction*
RetExpression
(CodeGen* gen, const ErrorCode& err);
259
// This function recursively calls
RetExpression
(); it should only ever be
260
// called from
RetExpression
().
Completed in 35 milliseconds