Lines Matching defs:csi
863 c_inline_static *csi = ggc_alloc<c_inline_static> ();
864 csi->location = loc;
865 csi->function = func;
866 csi->static_decl = decl;
867 csi->type = type;
868 csi->next = c_inline_statics;
869 c_inline_statics = csi;
879 struct c_inline_static *csi;
880 for (csi = c_inline_statics; csi; csi = csi->next)
882 if (DECL_EXTERNAL (csi->function))
883 switch (csi->type)
886 pedwarn (csi->location, 0,
888 "which is not static", csi->static_decl, csi->function);
891 pedwarn (csi->location, 0,
893 "which is not static", csi->static_decl, csi->function);