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

/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c83 static int type_lists_compatible_p (tree, tree);
1300 && 1 != type_lists_compatible_p (args2, TYPE_ACTUAL_ARG_TYPES (f1)))
1309 && 1 != type_lists_compatible_p (args1, TYPE_ACTUAL_ARG_TYPES (f2)))
1315 val1 = type_lists_compatible_p (args1, args2);
1324 type_lists_compatible_p (tree args1, tree args2)
1318 type_lists_compatible_p (tree args1, tree args2) function

Completed in 110 milliseconds