Home
last modified time | relevance | path

Searched refs:last_stmt_ptr (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/Expression/
HDASTResultSynthesizer.cpp237 Stmt **last_stmt_ptr = Body->body_end() - 1; in SynthesizeBodyResult() local
238 Stmt *last_stmt = *last_stmt_ptr; in SynthesizeBodyResult()
242 if (last_stmt_ptr != Body->body_begin()) in SynthesizeBodyResult()
244 last_stmt_ptr--; in SynthesizeBodyResult()
245 last_stmt = *last_stmt_ptr; in SynthesizeBodyResult()
416 *last_stmt_ptr = reinterpret_cast<Stmt*>(result_initialization_stmt_result.take()); in SynthesizeBodyResult()
/trueos/contrib/gcc/
HDtree-flow.h587 extern tree *last_stmt_ptr (basic_block);
HDtree-cfg.c2717 last_stmt_ptr (basic_block bb) in last_stmt_ptr() function
HDChangeLog.tree-ssa11813 (last_stmt_ptr): Return NULL if the block has no statements.
12013 (last_stmt_ptr): Modified to use bsi_last().
12772 (first_stmt, last_stmt, last_stmt_ptr): Use bsi_ not gsi_ routines.
14031 (last_stmt_ptr): Iterate to find last execuatbel stmt_ptr in a block.
14522 * tree-flow.h: Prototype set_bb_for_stmt, last_stmt_ptr,
14527 (last_stmt_ptr): New function, gives pointer to last statement in