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

  /src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc 10081 tree closure_obj = OMP_CLAUSE_DECL (c);
10082 tree closure_type = TREE_TYPE (closure_obj);
10080 tree closure_obj = OMP_CLAUSE_DECL (c); local
pt.cc 14761 tree closure_obj = DECL_CONTEXT (r);
14762 tree lambda_expr = CLASSTYPE_LAMBDA_EXPR (closure_obj);
14781 if (!same_or_base_type_p (closure_obj, obj_param_type))
14760 tree closure_obj = DECL_CONTEXT (r); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
semantics.cc 9613 tree closure_obj = OMP_CLAUSE_DECL (c);
9614 tree closure_type = TREE_TYPE (closure_obj);
9612 tree closure_obj = OMP_CLAUSE_DECL (c); local

Completed in 61 milliseconds