Home
last modified time | relevance | path

Searched refs:DECL_LAMBDA_FUNCTION_P (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcoverage.cc649 && !DECL_LAMBDA_FUNCTION_P (current_function_decl)); in coverage_begin_function()
Dtree-ssa-ccp.cc4584 const bool closure = fndecl && DECL_LAMBDA_FUNCTION_P (fndecl); in execute()
Dtree.h3376 #define DECL_LAMBDA_FUNCTION_P(NODE) \ macro
DChangeLog-201919964 (e.g. DECL_SET_LAMBDA_FUNCTION and DECL_LAMBDA_FUNCTION_P).
19982 (DECL_LAMBDA_FUNCTION_P): Likewise.
DChangeLog-202124727 (DECL_LAMBDA_FUNCTION_P): Likewise.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dsemantics.cc9557 if (DECL_LAMBDA_FUNCTION_P (current_function_decl)) in finish_omp_target_clauses()
9589 if (DECL_LAMBDA_FUNCTION_P (current_function_decl) in finish_omp_target_clauses()
9646 = (DECL_LAMBDA_FUNCTION_P (current_function_decl) in finish_omp_target_clauses()
9656 if (DECL_LAMBDA_FUNCTION_P (current_function_decl)) in finish_omp_target_clauses()
DChangeLog-20193110 (e.g. DECL_SET_LAMBDA_FUNCTION and DECL_LAMBDA_FUNCTION_P).
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
DChangeLog443 (e.g. DECL_SET_LAMBDA_FUNCTION and DECL_LAMBDA_FUNCTION_P).