Home
last modified time | relevance | path

Searched refs:disallow_virtual (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dsemantics.c1238 finish_call_expr (tree fn, tree args, bool disallow_virtual) in finish_call_expr() argument
1290 (disallow_virtual in finish_call_expr()
Dparse.y4134 bool disallow_virtual;
4148 disallow_virtual = true;
4151 disallow_virtual = false;
4234 return build_call_from_tree (fn, args, disallow_virtual);
Ddecl2.c3555 build_call_from_tree (tree fn, tree args, bool disallow_virtual) in build_call_from_tree() argument
3607 return finish_call_expr (fn, args, disallow_virtual); in build_call_from_tree()
/openbsd/src/gnu/gcc/gcc/cp/
Dsemantics.c1761 finish_call_expr (tree fn, tree args, bool disallow_virtual, bool koenig_p) in finish_call_expr() argument
1844 (disallow_virtual in finish_call_expr()