Searched defs:origtypes (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-typeck.c | 3008 vec<tree, va_gc> *origtypes) in build_function_call_vec() 3163 vec<tree, va_gc> *origtypes) in c_build_function_call_vec() 3205 vec<tree, va_gc> *values, vec<tree, va_gc> *origtypes, in convert_arguments()
|
H A D | c-parser.c | 8782 vec<tree, va_gc> *origtypes; in c_parser_postfix_expression() local 9158 vec<tree, va_gc> *origtypes = NULL; in c_parser_postfix_expression_after_primary() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | c-typeck.c | 2706 build_function_call_vec (location_t loc, tree function, VEC(tree,gc) *params, in build_function_call_vec() 2981 convert_arguments (tree typelist, VEC(tree,gc) *values, in convert_arguments()
|