Home
last modified time | relevance | path

Searched refs:lambda_static_thunk_p (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dlambda.cc1354 lambda_static_thunk_p (tree fn) in lambda_static_thunk_p() function
1366 && lambda_static_thunk_p (current_function_decl)); in call_from_lambda_thunk_p()
Dconstexpr.cc1023 if (!lambda_static_thunk_p (fun)) in explain_invalid_constexpr_fn()
2590 if (!lambda_static_thunk_p (fun)) in cxx_eval_call_expression()
2693 if (!lambda_static_thunk_p (fun)) in cxx_eval_call_expression()
Dcp-gimplify.cc366 || lambda_static_thunk_p (fn)) in simple_empty_class_p()
Dcp-tree.h7759 extern bool lambda_static_thunk_p (tree);
DChangeLog-20161550 (lambda_static_thunk_p): New.