Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
Dcp-tree.h707 struct GTY (()) tree_lambda_expr struct
709 struct tree_typed typed;
710 tree capture_list;
711 tree this_capture;
712 tree return_type;
713 tree extra_scope;
714 tree closure;
715 vec<tree, va_gc> *pending_proxies;
716 location_t locus;
717 enum cp_lambda_default_capture_mode_type default_capture_mode;
[all …]