Searched refs:bstack (Results 1 – 4 of 4) sorted by relevance
/external/ltp/lib/ |
D | parse_opts.c | 558 static void usc_recressive_func(int cnt, int max, struct usc_bigstack_t bstack) in usc_recressive_func() argument 561 usc_recressive_func(cnt + 1, max, bstack); in usc_recressive_func()
|
/external/bcc/src/cc/frontends/b/ |
D | codegen_llvm.cc | 147 BlockStack bstack(this, label_then); in visit_if_stmt_node() local 154 BlockStack bstack(this, label_else); in visit_if_stmt_node() local 181 BlockStack bstack(this, label_then); in visit_onvalid_stmt_node() local 188 BlockStack bstack(this, label_else); in visit_onvalid_stmt_node() local 233 BlockStack bstack(this, dest); in visit_case_stmt_node() local 449 BlockStack bstack(this, label_then); in emit_short_circuit_and() local 476 BlockStack bstack(this, label_then); in emit_short_circuit_or() local 909 BlockStack bstack(this, label_then); in visit_match_decl_stmt_node() local 937 BlockStack bstack(this, label_then); in visit_miss_decl_stmt_node() local
|
/external/python/cpython3/Lib/idlelib/ |
D | debugger.py | 164 self.bstack = Checkbutton(cframe, 166 self.bstack.grid(row=0, column=0)
|
/external/python/cpython2/Lib/idlelib/ |
D | Debugger.py | 159 self.bstack = Checkbutton(cframe, 161 self.bstack.grid(row=0, column=0)
|