Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/cp/
Dclass.c589 int cdtorp = 0; in build_vtbl_ref_1() local
590 tree fixed_type = fixed_type_or_null (instance, NULL, &cdtorp); in build_vtbl_ref_1()
594 if (fixed_type && !cdtorp) in build_vtbl_ref_1()
5253 fixed_type_or_null (tree instance, int* nonnull, int* cdtorp) in fixed_type_or_null() argument
5262 nonnull, cdtorp); in fixed_type_or_null()
5282 return fixed_type_or_null (TREE_OPERAND (instance, 0), nonnull, cdtorp); in fixed_type_or_null()
5287 return fixed_type_or_null (TREE_OPERAND (instance, 0), nonnull, cdtorp); in fixed_type_or_null()
5290 return fixed_type_or_null (TREE_OPERAND (instance, 0), nonnull, cdtorp); in fixed_type_or_null()
5295 return fixed_type_or_null (TREE_OPERAND (instance, 0), nonnull, cdtorp); in fixed_type_or_null()
5308 return fixed_type_or_null (instance, nonnull, cdtorp); in fixed_type_or_null()
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dclass.c477 int cdtorp = 0; local
478 tree fixed_type = fixed_type_or_null (instance, NULL, &cdtorp);
484 if (fixed_type && !cdtorp)
5558 fixed_type_or_null (instance, nonnull, cdtorp) in fixed_type_or_null() argument
5561 int *cdtorp;
5570 nonnull, cdtorp);
5590 return fixed_type_or_null (TREE_OPERAND (instance, 0), nonnull, cdtorp);
5598 return fixed_type_or_null (TREE_OPERAND (instance, 0), nonnull, cdtorp);
5601 return fixed_type_or_null (TREE_OPERAND (instance, 0), nonnull, cdtorp);
5606 return fixed_type_or_null (TREE_OPERAND (instance, 0), nonnull, cdtorp);
[all …]