Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c5189 tree bltin1 = NULL_TREE; in build_conditional_expr() local
5191 type1 = type_or_builtin_type (op1, &bltin1); 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.cc5227 tree bltin1 = NULL_TREE; in build_conditional_expr() local
5229 type1 = type_or_builtin_type (op1, &bltin1); in build_conditional_expr()
5471 if (bltin1 && bltin2) in build_conditional_expr()
5475 type1, type2, bltin1, bltin2); in build_conditional_expr()