Home
last modified time | relevance | path

Searched defs:tree_lambda_expr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.h1516 struct GTY (()) tree_lambda_expr struct
1518 struct tree_typed typed;
1519 tree capture_list;
1520 tree this_capture;
1521 tree extra_scope;
1522 tree regen_info;
1523 vec<tree, va_gc> *pending_proxies;
1524 location_t locus;
1525 enum cp_lambda_default_capture_mode_type default_capture_mode : 8;
1526 short int discriminator;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h1441 struct GTY (()) tree_lambda_expr struct
1443 struct tree_typed typed;
1444 tree capture_list;
1445 tree this_capture;
1446 tree extra_scope;
1447 vec<tree, va_gc> *pending_proxies;
1448 location_t locus;
1449 enum cp_lambda_default_capture_mode_type default_capture_mode;
1450 int discriminator;