HomeSort by: relevance | last modified time | path
    Searched refs:decl3 (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga3d_cmd.h 1494 SVGAGBVertexElement decl3[10]; member in struct:__anon5634
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 18358 tree decl2, decl3, prev = decl;
18379 decl3 = tsubst (decl2, args, complain, in_decl);
18382 if (VAR_P (decl3))
18383 DECL_TEMPLATE_INSTANTIATED (decl3) = 1;
18390 maybe_push_decl (decl3);
18391 if (error_operand_p (decl3))
18394 && DECL_CHAIN (decl3) != prev
18401 prev = decl3;
18357 tree decl2, decl3, prev = decl; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 18506 tree decl2, decl3, prev = decl;
18527 decl3 = tsubst (decl2, args, complain, in_decl);
18530 if (VAR_P (decl3))
18531 DECL_TEMPLATE_INSTANTIATED (decl3) = 1;
18538 maybe_push_decl (decl3);
18539 if (error_operand_p (decl3))
18542 && DECL_CHAIN (decl3) != prev
18549 prev = decl3;
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 9051 tree decl3 = OMP_CLAUSE_DECL (*cp3);
9055 && operand_equal_p (decl3, decl2_opnd0))
9048 tree decl3 = OMP_CLAUSE_DECL (*cp3); local

Completed in 146 milliseconds