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

  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 728 the complit is used or where the complit address might be saved
6411 tree complit;
6493 complit = build1 (COMPOUND_LITERAL_EXPR, type, stmt);
6494 TREE_SIDE_EFFECTS (complit) = 1;
6512 complit = build2 (C_MAYBE_CONST_EXPR, type, NULL, complit);
6513 C_MAYBE_CONST_EXPR_NON_CONST (complit) = 1;
6516 return complit;
6387 tree complit; local
c-decl.cc 728 the complit is used or where the complit address might be saved
6411 tree complit;
6493 complit = build1 (COMPOUND_LITERAL_EXPR, type, stmt);
6494 TREE_SIDE_EFFECTS (complit) = 1;
6512 complit = build2 (C_MAYBE_CONST_EXPR, type, NULL, complit);
6513 C_MAYBE_CONST_EXPR_NON_CONST (complit) = 1;
6516 return complit;
6387 tree complit; local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 679 the complit is used or where the complit address might be saved
5999 tree complit;
6048 complit = build1 (COMPOUND_LITERAL_EXPR, type, stmt);
6049 TREE_SIDE_EFFECTS (complit) = 1;
6067 complit = build2 (C_MAYBE_CONST_EXPR, type, NULL, complit);
6068 C_MAYBE_CONST_EXPR_NON_CONST (complit) = 1;
6071 return complit;
5975 tree complit; local
c-decl.cc 679 the complit is used or where the complit address might be saved
5999 tree complit;
6048 complit = build1 (COMPOUND_LITERAL_EXPR, type, stmt);
6049 TREE_SIDE_EFFECTS (complit) = 1;
6067 complit = build2 (C_MAYBE_CONST_EXPR, type, NULL, complit);
6068 C_MAYBE_CONST_EXPR_NON_CONST (complit) = 1;
6071 return complit;
5975 tree complit; local
  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 6236 tree complit = TREE_OPERAND (*expr_p, 1);
6237 tree decl_s = COMPOUND_LITERAL_EXPR_DECL_EXPR (complit);
6244 if (!TREE_ADDRESSABLE (complit)
6233 tree complit = TREE_OPERAND (*expr_p, 1); local
gimplify.cc 6236 tree complit = TREE_OPERAND (*expr_p, 1);
6237 tree decl_s = COMPOUND_LITERAL_EXPR_DECL_EXPR (complit);
6244 if (!TREE_ADDRESSABLE (complit)
6233 tree complit = TREE_OPERAND (*expr_p, 1); local
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 5837 tree complit = TREE_OPERAND (*expr_p, 1);
5838 tree decl_s = COMPOUND_LITERAL_EXPR_DECL_EXPR (complit);
5845 if (!TREE_ADDRESSABLE (complit)
5834 tree complit = TREE_OPERAND (*expr_p, 1); local
gimplify.cc 5837 tree complit = TREE_OPERAND (*expr_p, 1);
5838 tree decl_s = COMPOUND_LITERAL_EXPR_DECL_EXPR (complit);
5845 if (!TREE_ADDRESSABLE (complit)
5834 tree complit = TREE_OPERAND (*expr_p, 1); local

Completed in 157 milliseconds