Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-playback.c933 vec<tree, va_gc> *tree_args; in build_call() local
934 vec_alloc (tree_args, args->length ()); in build_call()
936 tree_args->quick_push ((*args)[i]->as_tree ()); in build_call()
946 fn_ptr, tree_args); in build_call()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.cc1277 vec<tree, va_gc> *tree_args; in build_call() local
1278 vec_alloc (tree_args, args->length ()); in build_call()
1280 tree_args->quick_push ((*args)[i]->as_tree ()); in build_call()
1290 fn_ptr, tree_args); in build_call()