Searched defs:label_end (Results 1 – 4 of 4) sorted by relevance
/external/bcc/src/cc/frontends/b/ |
D | codegen_llvm.cc | 136 BasicBlock *label_end = BasicBlock::Create(ctx(), "if.end", parent); in visit_if_stmt_node() local 173 BasicBlock *label_end = BasicBlock::Create(ctx(), "onvalid.end", parent); in visit_onvalid_stmt_node() local 201 BasicBlock *label_end = BasicBlock::Create(ctx(), "switch.end", parent); in visit_switch_stmt_node() local 222 BasicBlock *label_end = B.GetInsertBlock(); in visit_case_stmt_node() local 442 BasicBlock *label_end = BasicBlock::Create(ctx(), "and.end", parent); in emit_short_circuit_and() local 469 BasicBlock *label_end = BasicBlock::Create(ctx(), "or.end", parent); in emit_short_circuit_or() local 815 BasicBlock *label_end = BasicBlock::Create(ctx(), n->id_->name_ + "[].end", parent); in visit_table_index_expr_node() local 851 BasicBlock *label_end = BasicBlock::Create(ctx(), n->id_->name_ + "[]field.end", parent); in visit_table_index_expr_node() local 905 BasicBlock *label_end = BasicBlock::Create(ctx(), "onvalid.end", parent); in visit_match_decl_stmt_node() local 933 BasicBlock *label_end = BasicBlock::Create(ctx(), "onvalid.end", parent); in visit_miss_decl_stmt_node() local
|
/external/rust/crates/codespan-reporting/src/term/ |
D | views.rs | 148 let label_end = in render() localVariable 242 let label_end = label.range.end - end_line_range.start; in render() localVariable
|
/external/mesa3d/src/imgui/ |
D | imgui_widgets.cpp | 4697 …const char* label_end = g.TempBuffer + ImFormatStringV(g.TempBuffer, IM_ARRAYSIZE(g.TempBuffer), f… in TreeNodeExV() local 4708 …const char* label_end = g.TempBuffer + ImFormatStringV(g.TempBuffer, IM_ARRAYSIZE(g.TempBuffer), f… in TreeNodeExV() local 4759 …i::TreeNodeBehavior(ImGuiID id, ImGuiTreeNodeFlags flags, const char* label, const char* label_end) in TreeNodeBehavior() 6632 const char* label_end = NULL; in TabItemLabelAndCloseButton() local
|
/external/vixl/test/aarch32/ |
D | test-assembler-aarch32.cc | 734 Label label_end; in TEST() local
|