Searched refs:fp_unop_op (Results 1 - 1 of 1) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | builtin.c | 303 static struct symbol_op fp_unop_op = { variable 710 { "__builtin_isfinite", &int_ctype, 1, .op = &fp_unop_op }, 713 { "__builtin_isinf", &int_ctype, 1, .op = &fp_unop_op }, 714 { "__builtin_isinf_sign", &int_ctype, 1, .op = &fp_unop_op }, 718 { "__builtin_isnan", &int_ctype, 1, .op = &fp_unop_op }, 719 { "__builtin_isnormal", &int_ctype, 1, .op = &fp_unop_op }, 751 { "__builtin_signbit", &int_ctype, 1 , .op = &fp_unop_op },
|
Completed in 3 milliseconds