Searched refs:unlowered_expr_type (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dlambda.c178 return cv_unqualified (type_decays_to (unlowered_expr_type (expr)));
259 type = non_reference (unlowered_expr_type (expr));
H A Drtti.c278 type = non_reference (unlowered_expr_type (exp));
H A Dcall.c1766 tfrom = unlowered_expr_type (expr);
3158 argtypes[i] = unlowered_expr_type (args[i]);
5303 arg2_type = unlowered_expr_type (arg2);
5304 arg3_type = unlowered_expr_type (arg3);
6015 tree argtype = unlowered_expr_type ((*arglist)[i]);
6128 tree arg1_type = unlowered_expr_type (arg1);
6129 tree arg2_type = arg2 ? unlowered_expr_type (arg2) : NULL_TREE;
H A Dtypeck2.c1003 tree ftype = unlowered_expr_type (init);
H A Dtree.c422 tree type = unlowered_expr_type (ref);
3434 TREE_TYPE (t) = unlowered_expr_type (non_dep);
H A Dtypeck.c2103 unlowered_expr_type (const_tree exp)
6684 tree declared_type = unlowered_expr_type (arg);
7385 intype = unlowered_expr_type (expr);
8704 olhstype = unlowered_expr_type (lhs);
2098 unlowered_expr_type (const_tree exp) function
H A Dsemantics.c1260 orig_type = unlowered_expr_type (cond);
4046 type = unlowered_expr_type (expr);
9831 return unlowered_expr_type (expr);
9911 type = unlowered_expr_type (expr);
H A Dclass.c221 tree type = unlowered_expr_type (true_stmt);
223 type = unlowered_expr_type (false_stmt);
H A Dname-lookup.c911 adl_type (unlowered_expr_type (expr));
H A Dcp-tree.h7578 extern tree unlowered_expr_type (const_tree);
H A Dpt.c21947 arg = unlowered_expr_type (arg);
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dlambda.cc255 type = non_reference (unlowered_expr_type (expr));
H A Drtti.cc275 type = non_reference (unlowered_expr_type (exp));
H A Dcall.cc1790 tfrom = unlowered_expr_type (expr);
3228 argtypes[i] = unlowered_expr_type (args[i]);
5534 arg2_type = unlowered_expr_type (arg2);
5535 arg3_type = unlowered_expr_type (arg3);
6413 tree argtype = unlowered_expr_type ((*arglist)[i]);
6527 tree arg1_type = unlowered_expr_type (arg1);
6528 tree arg2_type = arg2 ? unlowered_expr_type (arg2) : NULL_TREE;
H A Dtypeck2.cc960 tree ftype = unlowered_expr_type (init);
H A Dtree.cc427 tree type = unlowered_expr_type (ref);
3647 TREE_TYPE (t) = unlowered_expr_type (non_dep);
H A Dsemantics.cc1531 orig_type = unlowered_expr_type (cond);
4373 type = unlowered_expr_type (expr);
11396 return unlowered_expr_type (expr);
11476 type = unlowered_expr_type (expr);
H A Dtypeck.cc2292 unlowered_expr_type (const_tree exp)
7199 tree declared_type = unlowered_expr_type (arg);
7906 intype = unlowered_expr_type (expr);
9241 olhstype = unlowered_expr_type (lhs);
2287 unlowered_expr_type (const_tree exp) function
H A Dclass.cc232 tree type = unlowered_expr_type (true_stmt);
234 type = unlowered_expr_type (false_stmt);
H A Dcp-tree.h7989 extern tree unlowered_expr_type (const_tree);
H A Dname-lookup.cc1453 adl_type (unlowered_expr_type (expr));
H A Dpt.cc22814 arg = unlowered_expr_type (arg);

Completed in 655 milliseconds