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

  /src/external/gpl3/gcc/dist/gcc/cp/
typeck.cc 7634 tree declared_type = unlowered_expr_type (arg);
7724 if (TREE_CODE (declared_type) == BOOLEAN_TYPE)
7624 tree declared_type = unlowered_expr_type (arg); local
typeck.cc 7634 tree declared_type = unlowered_expr_type (arg);
7724 if (TREE_CODE (declared_type) == BOOLEAN_TYPE)
7624 tree declared_type = unlowered_expr_type (arg); local
decl.cc 5643 DECLARED_TYPE is set to the corresponding type. */
5644 tree declared_type = NULL_TREE;
5664 declared_type = declspecs->type;
5668 if (type_uses_auto (declared_type))
5676 if (declared_type && !OVERLOAD_TYPE_P (declared_type))
5677 declared_type = NULL_TREE;
5679 if (!declared_type && !saw_friend && !error_p)
5682 else if (declared_type && RECORD_OR_UNION_CODE_P (TREE_CODE (declared_type))
5634 tree declared_type = NULL_TREE; local
    [all...]
decl.cc 5643 DECLARED_TYPE is set to the corresponding type. */
5644 tree declared_type = NULL_TREE;
5664 declared_type = declspecs->type;
5668 if (type_uses_auto (declared_type))
5676 if (declared_type && !OVERLOAD_TYPE_P (declared_type))
5677 declared_type = NULL_TREE;
5679 if (!declared_type && !saw_friend && !error_p)
5682 else if (declared_type && RECORD_OR_UNION_CODE_P (TREE_CODE (declared_type))
5634 tree declared_type = NULL_TREE; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck.cc 7219 tree declared_type = unlowered_expr_type (arg);
7308 if (TREE_CODE (declared_type) == BOOLEAN_TYPE)
7209 tree declared_type = unlowered_expr_type (arg); local
typeck.cc 7219 tree declared_type = unlowered_expr_type (arg);
7308 if (TREE_CODE (declared_type) == BOOLEAN_TYPE)
7209 tree declared_type = unlowered_expr_type (arg); local
decl.cc 5315 DECLARED_TYPE is set to the corresponding type. */
5316 tree declared_type = NULL_TREE;
5336 declared_type = declspecs->type;
5340 if (type_uses_auto (declared_type))
5348 if (declared_type && !OVERLOAD_TYPE_P (declared_type))
5349 declared_type = NULL_TREE;
5351 if (!declared_type && !saw_friend && !error_p)
5354 else if (declared_type && RECORD_OR_UNION_CODE_P (TREE_CODE (declared_type))
5306 tree declared_type = NULL_TREE; local
    [all...]
decl.cc 5315 DECLARED_TYPE is set to the corresponding type. */
5316 tree declared_type = NULL_TREE;
5336 declared_type = declspecs->type;
5340 if (type_uses_auto (declared_type))
5348 if (declared_type && !OVERLOAD_TYPE_P (declared_type))
5349 declared_type = NULL_TREE;
5351 if (!declared_type && !saw_friend && !error_p)
5354 else if (declared_type && RECORD_OR_UNION_CODE_P (TREE_CODE (declared_type))
5306 tree declared_type = NULL_TREE; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 20737 tree declared_type = TREE_TYPE (decl);
20739 machine_mode dmode = TYPE_MODE (declared_type);
20723 tree declared_type = TREE_TYPE (decl); local
dwarf2out.cc 20737 tree declared_type = TREE_TYPE (decl);
20739 machine_mode dmode = TYPE_MODE (declared_type);
20723 tree declared_type = TREE_TYPE (decl); local
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 20640 tree declared_type = TREE_TYPE (decl);
20642 machine_mode dmode = TYPE_MODE (declared_type);
20626 tree declared_type = TREE_TYPE (decl); local
dwarf2out.cc 20640 tree declared_type = TREE_TYPE (decl);
20642 machine_mode dmode = TYPE_MODE (declared_type);
20626 tree declared_type = TREE_TYPE (decl); local

Completed in 305 milliseconds