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

  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 2325 bool any_auto_type_p = gnu_auto_type_p || std_auto_type_p;
2380 if (any_auto_type_p)
2428 else if (c_dialect_objc () && !any_auto_type_p)
2623 if (any_auto_type_p)
2757 if (any_auto_type_p || specs->constexpr_p)
2761 any_auto_type_p ? auto_type_keyword : "constexpr");
2856 if (any_auto_type_p || specs->constexpr_p)
2860 any_auto_type_p ? auto_type_keyword : "constexpr");
2893 else if (any_auto_type_p || specs->constexpr_p)
2897 any_auto_type_p ? auto_type_keyword : "constexpr")
2323 bool any_auto_type_p = gnu_auto_type_p || std_auto_type_p; local
    [all...]
c-parser.cc 2325 bool any_auto_type_p = gnu_auto_type_p || std_auto_type_p;
2380 if (any_auto_type_p)
2428 else if (c_dialect_objc () && !any_auto_type_p)
2623 if (any_auto_type_p)
2757 if (any_auto_type_p || specs->constexpr_p)
2761 any_auto_type_p ? auto_type_keyword : "constexpr");
2856 if (any_auto_type_p || specs->constexpr_p)
2860 any_auto_type_p ? auto_type_keyword : "constexpr");
2893 else if (any_auto_type_p || specs->constexpr_p)
2897 any_auto_type_p ? auto_type_keyword : "constexpr")
2323 bool any_auto_type_p = gnu_auto_type_p || std_auto_type_p; local
    [all...]

Completed in 67 milliseconds