Searched refs:stmt_list (Results 1 – 19 of 19) sorted by relevance
/external/u-boot/scripts/kconfig/ |
D | zconf.y | 112 start: mainmenu_stmt stmt_list | no_mainmenu_stmt stmt_list; 134 stmt_list: 136 | stmt_list common_stmt 137 | stmt_list choice_stmt 138 | stmt_list menu_stmt 139 | stmt_list end { zconf_error("unexpected end statement"); } 140 | stmt_list T_WORD error T_EOL { zconf_error("unknown statement \"%s\"", $2); } 141 | stmt_list option_name error T_EOL 145 | stmt_list error T_EOL { zconf_error("invalid statement"); }
|
/external/elfutils/tests/ |
D | run-readelf-dwz-multi.sh | 94 stmt_list (sec_offset) 0 155 stmt_list (sec_offset) 0 215 stmt_list (sec_offset) 0 255 stmt_list (sec_offset) 0 294 stmt_list (sec_offset) 0
|
D | run-readelf-types.sh | 36 stmt_list (sec_offset) 0 83 stmt_list (sec_offset) 0 104 stmt_list (sec_offset) 0
|
D | run-readelf-ranges.sh | 193 stmt_list (sec_offset) 0 204 stmt_list (sec_offset) 655
|
D | run-readelf-const-values.sh | 74 stmt_list (sec_offset) 0 112 stmt_list (sec_offset) 54
|
D | run-show-die-info.sh | 30 Attrs : name stmt_list low_pc high_pc language comp_dir producer 54 Attrs : name stmt_list low_pc high_pc language comp_dir producer 78 Attrs : name stmt_list low_pc high_pc language comp_dir producer 128 Attrs : name stmt_list low_pc high_pc language comp_dir producer 915 Attrs : name stmt_list low_pc high_pc language comp_dir producer 939 Attrs : name stmt_list low_pc high_pc language comp_dir producer
|
D | run-readelf-zdebug-rel.sh | 61 stmt_list (sec_offset) 0 166 stmt_list (sec_offset) 0
|
D | run-exprlocs.sh | 53 stmt_list (sec_offset)
|
D | run-readelf-loc.sh | 920 stmt_list (sec_offset) 0 1012 stmt_list (sec_offset) 145
|
/external/python/cpython3/Doc/reference/ |
D | toplevel_components.rst | 89 interactive_input: [`stmt_list`] NEWLINE | `compound_stmt` NEWLINE
|
D | compound_stmts.rst | 58 suite: `stmt_list` NEWLINE | NEWLINE INDENT `statement`+ DEDENT 59 statement: `stmt_list` NEWLINE | `compound_stmt` 60 stmt_list: `simple_stmt` (";" `simple_stmt`)* [";"]
|
/external/python/cpython2/Doc/reference/ |
D | toplevel_components.rst | 88 interactive_input: [`stmt_list`] NEWLINE | `compound_stmt` NEWLINE
|
D | compound_stmts.rst | 53 suite: `stmt_list` NEWLINE | NEWLINE INDENT `statement`+ DEDENT 54 statement: `stmt_list` NEWLINE | `compound_stmt` 55 stmt_list: `simple_stmt` (";" `simple_stmt`)* [";"]
|
/external/elfutils/libdw/ |
D | dwarf_getsrclines.c | 1203 Dwarf_Attribute *stmt_list = INTUSE(dwarf_attr) (cudie, DW_AT_stmt_list, in dwarf_getsrclines() local 1209 if (__libdw_formptr (stmt_list, IDX_debug_line, DWARF_E_NO_DEBUG_LINE, in dwarf_getsrclines()
|
D | known-dwarf.h | 136 DWARF_ONE_KNOWN_DW_AT (stmt_list, DW_AT_stmt_list) \
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.def | 200 HANDLE_DW_AT(0x10, stmt_list, 2, DWARF)
|
/external/toybox/kconfig/ |
D | zconf.tab.c_shipped | 514 "T_EQUAL", "T_NOT", "$accept", "input", "stmt_list", "option_name",
|
/external/elfutils/src/ |
D | readelf.c | 7882 Dwarf_Attribute stmt_list; in print_decoded_line_section() local 7883 if (dwarf_attr (&cudie, DW_AT_stmt_list, &stmt_list) == NULL) in print_decoded_line_section() 7886 if (dwarf_formudata (&stmt_list, &lineoff) != 0) in print_decoded_line_section()
|
D | ChangeLog | 4387 CU's table, so they are easy to find from seeing the stmt_list value.
|