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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-pre.cc 223 "pre_expr" wrapping around them in order to facilitate storing all
237 /* Type of expression, used to know which member of the PRE_EXPR union
267 } *pre_expr; typedef in typeref:struct:pre_expr_d
323 static vec<pre_expr> expressions;
331 alloc_expression_id (pre_expr expr)
361 get_expression_id (const pre_expr expr)
367 lookup_expression_id (const pre_expr expr)
383 return ((pre_expr)*slot)->id;
389 static inline pre_expr
395 static object_allocator<pre_expr_d> pre_expr_pool ("pre_expr nodes")
    [all...]
tree-ssa-pre.cc 223 "pre_expr" wrapping around them in order to facilitate storing all
237 /* Type of expression, used to know which member of the PRE_EXPR union
267 } *pre_expr; typedef in typeref:struct:pre_expr_d
323 static vec<pre_expr> expressions;
331 alloc_expression_id (pre_expr expr)
361 get_expression_id (const pre_expr expr)
367 lookup_expression_id (const pre_expr expr)
383 return ((pre_expr)*slot)->id;
389 static inline pre_expr
395 static object_allocator<pre_expr_d> pre_expr_pool ("pre_expr nodes")
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-pre.cc 223 "pre_expr" wrapping around them in order to facilitate storing all
237 /* Type of expression, used to know which member of the PRE_EXPR union
267 } *pre_expr; typedef in typeref:struct:pre_expr_d
323 static vec<pre_expr> expressions;
331 alloc_expression_id (pre_expr expr)
361 get_expression_id (const pre_expr expr)
367 lookup_expression_id (const pre_expr expr)
383 return ((pre_expr)*slot)->id;
391 get_or_alloc_expression_id (pre_expr expr)
401 static inline pre_expr
    [all...]
tree-ssa-pre.cc 223 "pre_expr" wrapping around them in order to facilitate storing all
237 /* Type of expression, used to know which member of the PRE_EXPR union
267 } *pre_expr; typedef in typeref:struct:pre_expr_d
323 static vec<pre_expr> expressions;
331 alloc_expression_id (pre_expr expr)
361 get_expression_id (const pre_expr expr)
367 lookup_expression_id (const pre_expr expr)
383 return ((pre_expr)*slot)->id;
391 get_or_alloc_expression_id (pre_expr expr)
401 static inline pre_expr
    [all...]

Completed in 104 milliseconds