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

  /src/external/gpl3/gcc.old/dist/gcc/
builtins.cc 8852 tree const isgt_fn = builtin_decl_explicit (BUILT_IN_ISGREATER);
8853 tree gt_min = build_call_expr (isgt_fn, 2, arg, min_exp);
8863 tree logt = build_call_expr (isgt_fn, 2, lo_dbl, zero);
8849 tree const isgt_fn = builtin_decl_explicit (BUILT_IN_ISGREATER); local
  /src/external/gpl3/gcc/dist/gcc/
builtins.cc 9666 tree const isgt_fn = builtin_decl_explicit (BUILT_IN_ISGREATER);
9667 tree gt_min = build_call_expr (isgt_fn, 2, arg, min_exp);
9677 tree logt = build_call_expr (isgt_fn, 2, lo_dbl, zero);
9663 tree const isgt_fn = builtin_decl_explicit (BUILT_IN_ISGREATER); local

Completed in 24 milliseconds