Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/cp/
H A Dcall.c5245 tree sub_vtt; in build_special_member_call() local
5258 sub_vtt = build2 (PLUS_EXPR, TREE_TYPE (vtt), vtt, in build_special_member_call()
5261 args = tree_cons (NULL_TREE, sub_vtt, args); in build_special_member_call()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dcall.c4927 tree sub_vtt; in build_special_member_call() local
4942 sub_vtt = build (PLUS_EXPR, TREE_TYPE (vtt), vtt, in build_special_member_call()
4945 args = tree_cons (NULL_TREE, sub_vtt, args); in build_special_member_call()