Searched refs:validated_p (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | early-remat.c | 361 unsigned int validated_p : 1; member 1414 gcc_checking_assert (cand->can_copy_p && !cand->validated_p); in assign_value_number() 1417 cand->validated_p = true; in assign_value_number() 1448 if (!cand1->can_copy_p || cand1->validated_p) in decide_candidate_validity() 1463 if (!cand2->can_copy_p || cand2->validated_p) in decide_candidate_validity() 1483 if (!cand3->validated_p) in decide_candidate_validity()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | early-remat.cc | 361 unsigned int validated_p : 1; member 1414 gcc_checking_assert (cand->can_copy_p && !cand->validated_p); in assign_value_number() 1417 cand->validated_p = true; in assign_value_number() 1448 if (!cand1->can_copy_p || cand1->validated_p) in decide_candidate_validity() 1463 if (!cand2->can_copy_p || cand2->validated_p) in decide_candidate_validity() 1483 if (!cand3->validated_p) in decide_candidate_validity()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-format.cc | 83 int flags, bool validated_p); 312 unsigned HOST_WIDE_INT *value, int flags, bool validated_p) in get_constant() argument 323 gcc_assert (!validated_p); in get_constant() 336 function_format_info *info, bool validated_p) in decode_format_attr() argument 346 gcc_assert (!validated_p); in decode_format_attr() 359 gcc_assert (!validated_p); in decode_format_attr() 368 gcc_assert (!validated_p); in decode_format_attr() 376 2, &info->format_num, 0, validated_p)) in decode_format_attr() 383 (POSARG_ZERO | POSARG_ELLIPSIS), validated_p)) in decode_format_attr() 390 gcc_assert (!validated_p); in decode_format_attr()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-format.c | 83 int flags, bool validated_p); 314 unsigned HOST_WIDE_INT *value, int flags, bool validated_p) in get_constant() argument 325 gcc_assert (!validated_p); in get_constant() 338 function_format_info *info, bool validated_p) in decode_format_attr() argument 348 gcc_assert (!validated_p); in decode_format_attr() 361 gcc_assert (!validated_p); in decode_format_attr() 370 gcc_assert (!validated_p); in decode_format_attr() 378 2, &info->format_num, 0, validated_p)) in decode_format_attr() 385 (POSARG_ZERO | POSARG_ELLIPSIS), validated_p)) in decode_format_attr() 392 gcc_assert (!validated_p); in decode_format_attr()
|