Home
last modified time | relevance | path

Searched refs:stmt_list (Results 1 – 19 of 19) sorted by relevance

/external/u-boot/scripts/kconfig/
Dzconf.y112 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/
Drun-readelf-dwz-multi.sh94 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
Drun-readelf-types.sh36 stmt_list (sec_offset) 0
83 stmt_list (sec_offset) 0
104 stmt_list (sec_offset) 0
Drun-readelf-ranges.sh193 stmt_list (sec_offset) 0
204 stmt_list (sec_offset) 655
Drun-readelf-const-values.sh74 stmt_list (sec_offset) 0
112 stmt_list (sec_offset) 54
Drun-show-die-info.sh30 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
Drun-readelf-zdebug-rel.sh61 stmt_list (sec_offset) 0
166 stmt_list (sec_offset) 0
Drun-exprlocs.sh53 stmt_list (sec_offset)
Drun-readelf-loc.sh920 stmt_list (sec_offset) 0
1012 stmt_list (sec_offset) 145
/external/python/cpython3/Doc/reference/
Dtoplevel_components.rst89 interactive_input: [`stmt_list`] NEWLINE | `compound_stmt` NEWLINE
Dcompound_stmts.rst58 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/
Dtoplevel_components.rst88 interactive_input: [`stmt_list`] NEWLINE | `compound_stmt` NEWLINE
Dcompound_stmts.rst53 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/
Ddwarf_getsrclines.c1203 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()
Dknown-dwarf.h136 DWARF_ONE_KNOWN_DW_AT (stmt_list, DW_AT_stmt_list) \
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DDwarf.def200 HANDLE_DW_AT(0x10, stmt_list, 2, DWARF)
/external/toybox/kconfig/
Dzconf.tab.c_shipped514 "T_EQUAL", "T_NOT", "$accept", "input", "stmt_list", "option_name",
/external/elfutils/src/
Dreadelf.c7882 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()
DChangeLog4387 CU's table, so they are easy to find from seeing the stmt_list value.