Home
last modified time | relevance | path

Searched defs:bstack (Results 1 – 2 of 2) sorted by relevance

/external/bcc/src/cc/frontends/b/
Dcodegen_llvm.cc147 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/ltp/lib/
Dparse_opts.c558 static void usc_recressive_func(int cnt, int max, struct usc_bigstack_t bstack) in usc_recressive_func()