~npalix/coccinelle/upstream

« back to all changes in this revision

Viewing changes to parsing_cocci/ast0_cocci.mli

  • Committer: LAWALL Julia
  • Author(s): Julia Lawall
  • Date: 2023-02-26 20:38:50 UTC
  • Revision ID: git-v1:4d54953cb163ae97990329488d2247a7831eb6cc
got through parsing_cocci for new placement of attributes

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
                      string mcode (* ] *)
115
115
  | RecordAccess   of expression * string mcode (* . *) * ident
116
116
  | RecordPtAccess of expression * string mcode (* -> *) * ident
117
 
  | Cast           of string mcode (* ( *) * typeC * attr list *
 
117
  | Cast           of string mcode (* ( *) * typeC *
118
118
                      string mcode (* ) *) * expression
119
119
  | SizeOfExpr     of string mcode (* sizeof *) * expression
120
120
  | SizeOfType     of string mcode (* sizeof *) * string mcode (* ( *) *
246
246
  | UnInit of Ast_cocci.storage mcode option * typeC * ident *
247
247
        attr list * string mcode (* ; *)
248
248
  | FunProto of
249
 
        fninfo list * attr list * ident (* name *) *
 
249
        fninfo list * ident (* name *) *
250
250
        string mcode (* ( *) * parameter_list *
251
251
        (string mcode (* , *) * string mcode (* ...... *) ) option *
252
252
        string mcode (* ) *) * string mcode (* ; *)
253
 
  | TyDecl of typeC * attr list * string mcode (* ; *)
 
253
  | TyDecl of typeC * string mcode (* ; *)
254
254
  | MacroDecl of Ast_cocci.storage mcode option *
255
255
        ident (* name *) * string mcode (* ( *) *
256
256
        expression dots * string mcode (* ) *) *