Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c5190 tree bltin2 = NULL_TREE; in build_conditional_expr() local
5193 type2 = type_or_builtin_type (op2, &bltin2); in build_conditional_expr()
5431 if (bltin1 && bltin2) in build_conditional_expr()
5435 type1, type2, bltin1, bltin2); in build_conditional_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc5228 tree bltin2 = NULL_TREE; in build_conditional_expr() local
5231 type2 = type_or_builtin_type (op2, &bltin2); in build_conditional_expr()
5471 if (bltin1 && bltin2) in build_conditional_expr()
5475 type1, type2, bltin1, bltin2); in build_conditional_expr()