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

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga3d_cmd.h 1494 SVGAGBVertexElement decl3[10]; member in struct:__anon5634
svga3d_cmd.h 1494 SVGAGBVertexElement decl3[10]; member in struct:__anon5634
  /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
gimplify.cc 9051 tree decl3 = OMP_CLAUSE_DECL (*cp3);
9055 && operand_equal_p (decl3, decl2_opnd0))
9048 tree decl3 = OMP_CLAUSE_DECL (*cp3); local
  /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
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

Completed in 68 milliseconds