Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcp-tree.h696 struct GTY (()) tree_lambda_expr struct
698 struct tree_typed typed;
699 tree capture_list;
700 tree this_capture;
701 tree return_type;
702 tree extra_scope;
703 tree closure;
705 location_t locus;
706 enum cp_lambda_default_capture_mode_type default_capture_mode;
707 int discriminator;
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcp-tree.h1303 struct GTY (()) tree_lambda_expr struct
1305 struct tree_typed typed;
1306 tree capture_list;
1307 tree this_capture;
1308 tree extra_scope;
1309 vec<tree, va_gc> *pending_proxies;
1310 location_t locus;
1311 enum cp_lambda_default_capture_mode_type default_capture_mode;
1312 int discriminator;