Home
last modified time | relevance | path

Searched refs:loc_t1 (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-devirt.cc998 location_t loc_t1 = TYPE_NAME (t1) && TREE_CODE (TYPE_NAME (t1)) == TYPE_DECL in warn_types_mismatch() local
1011 if (loc_t2 > BUILTINS_LOCATION && loc_t2 != loc_t1) in warn_types_mismatch()
1013 if (loc_t1 <= BUILTINS_LOCATION) in warn_types_mismatch()
1017 expanded_location xloc1 = expand_location (loc_t1); in warn_types_mismatch()
1027 if (loc_t1 <= BUILTINS_LOCATION) in warn_types_mismatch()
1028 loc_t1 = loc1; in warn_types_mismatch()
1032 location_t loc = loc_t1 <= BUILTINS_LOCATION ? loc_t2 : loc_t1; in warn_types_mismatch()
1048 std::swap (loc_t1, loc_t2); in warn_types_mismatch()
1062 inform (loc_t1, in warn_types_mismatch()
1067 inform (loc_t1, in warn_types_mismatch()
[all …]