Home
last modified time | relevance | path

Searched refs:decl_storage_duration (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc5781 decl_storage_duration (tree decl) in decl_storage_duration() function
H A Dcp-tree.h7918 extern duration_kind decl_storage_duration (tree);
H A Dconstexpr.cc8449 dk = decl_storage_duration (decl);
H A DChangeLog-20152512 * tree.c (decl_storage_duration): Likewise.
H A DChangeLog-20133416 (decl_storage_duration): Likewise.
H A DChangeLog-20101320 * tree.c (decl_storage_duration): New.
H A Ddecl.cc8386 duration_kind dk = decl_storage_duration (decl); in cp_finish_decl()
H A Dparser.cc11383 && decl_storage_duration (capture_init_expr) != dk_auto) in cp_parser_lambda_introducer()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtree.c5459 decl_storage_duration (tree decl) in decl_storage_duration() function
H A Dcp-tree.h7510 extern duration_kind decl_storage_duration (tree);
H A Dconstexpr.c7511 dk = decl_storage_duration (decl);
H A Ddecl.c7782 duration_kind dk = decl_storage_duration (decl); in cp_finish_decl()
H A Dparser.c10865 && decl_storage_duration (capture_init_expr) != dk_auto) in cp_parser_lambda_introducer()