HomeSort by: relevance | last modified time | path
    Searched defs:fold_builtin_fabs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
builtins.cc 169 static tree fold_builtin_fabs (location_t, tree, tree);
8571 fold_builtin_fabs (location_t loc, tree arg, tree type)
9343 return fold_builtin_fabs (loc, arg0, type);
8568 fold_builtin_fabs (location_t loc, tree arg, tree type) function
  /src/external/gpl3/gcc/dist/gcc/
builtins.cc 171 static tree fold_builtin_fabs (location_t, tree, tree);
9380 fold_builtin_fabs (location_t loc, tree arg, tree type)
10531 return fold_builtin_fabs (loc, arg0, type);
9377 fold_builtin_fabs (location_t loc, tree arg, tree type) function

Completed in 41 milliseconds