HomeSort by: relevance | last modified time | path
    Searched defs:is_capture_proxy (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
lambda.cc 249 if (!by_reference_p && is_capture_proxy (expr))
272 is_capture_proxy (tree decl) function
295 if (!is_capture_proxy (decl))
1763 else if (!location_wrapper_p (*t) /* is_capture_proxy dislikes them. */
  /src/external/gpl3/gcc.old/dist/gcc/cp/
lambda.cc 245 if (!by_reference_p && is_capture_proxy (expr))
268 is_capture_proxy (tree decl) function
291 if (!is_capture_proxy (decl))
1532 else if (!location_wrapper_p (*t) /* is_capture_proxy dislikes them. */

Completed in 27 milliseconds