Searched refs:check_initializer (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/gcc/gcc/cp/
H A Ddecl.c86 static tree check_initializer (tree, tree, int, tree *);
4777 check_initializer (tree decl, tree init, int flags, tree *cleanup)
5303 init = check_initializer (decl, init, flags, &cleanup);
5365 after the call to check_initializer so that the DECL_EXPR for a
4765 check_initializer (tree decl, tree init, int flags, tree *cleanup) function
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c126 static tree check_initializer (tree, tree, int, tree *);
8496 check_initializer (tree decl, tree init, int flags, tree *cleanup)
8976 init = check_initializer (decl, init, flags, &cleanup);
8993 init = check_initializer (decl, init, flags, &cleanup);
9030 after the call to check_initializer so that the DECL_STMT for a
8481 check_initializer (tree decl, tree init, int flags, tree *cleanup) function

Completed in 199 milliseconds