Lines Matching refs:symbol_op

139 static struct symbol_op typedef_op = {
144 static struct symbol_op inline_op = {
151 static struct symbol_op noreturn_op = {
157 static struct symbol_op alignas_op = {
162 static struct symbol_op auto_op = {
167 static struct symbol_op register_op = {
172 static struct symbol_op static_op = {
177 static struct symbol_op extern_op = {
182 static struct symbol_op thread_op = {
187 static struct symbol_op const_op = {
192 static struct symbol_op volatile_op = {
198 static struct symbol_op restrict_op = {
203 static struct symbol_op atomic_op = {
208 static struct symbol_op typeof_op = {
215 static struct symbol_op attribute_op = {
220 static struct symbol_op struct_op = {
227 static struct symbol_op union_op = {
234 static struct symbol_op enum_op = {
241 static struct symbol_op spec_op = {
247 static struct symbol_op char_op = {
254 static struct symbol_op int_op = {
260 static struct symbol_op double_op = {
267 static struct symbol_op float_op = {
274 static struct symbol_op short_op = {
280 static struct symbol_op signed_op = {
287 static struct symbol_op unsigned_op = {
294 static struct symbol_op long_op = {
300 static struct symbol_op int128_op = {
306 static struct symbol_op if_op = {
310 static struct symbol_op return_op = {
314 static struct symbol_op loop_iter_op = {
318 static struct symbol_op default_op = {
322 static struct symbol_op case_op = {
326 static struct symbol_op switch_op = {
330 static struct symbol_op for_op = {
334 static struct symbol_op while_op = {
338 static struct symbol_op do_op = {
342 static struct symbol_op goto_op = {
346 static struct symbol_op __context___op = {
350 static struct symbol_op range_op = {
354 static struct symbol_op asm_op = {
361 static struct symbol_op static_assert_op = {
365 static struct symbol_op packed_op = {
369 static struct symbol_op aligned_op = {
373 static struct symbol_op attr_mod_op = {
377 static struct symbol_op ext_visible_op = {
381 static struct symbol_op attr_bitwise_op = {
385 static struct symbol_op attr_force_op = {
389 static struct symbol_op address_space_op = {
393 static struct symbol_op mode_op = {
397 static struct symbol_op context_op = {
401 static struct symbol_op designated_init_op = {
405 static struct symbol_op transparent_union_op = {
409 static struct symbol_op ignore_attr_op = {
413 static struct symbol_op mode_QI_op = {
418 static struct symbol_op mode_HI_op = {
423 static struct symbol_op mode_SI_op = {
428 static struct symbol_op mode_DI_op = {
433 static struct symbol_op mode_TI_op = {
438 static struct symbol_op mode_pointer_op = {
443 static struct symbol_op mode_word_op = {
453 struct symbol_op *op;