Searched refs:float_ctype (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | builtin.c | 698 { "__builtin_fmaf", &float_ctype, 0, { &float_ctype, &float_ctype, &float_ctype }}, 703 { "__builtin_huge_valf", &float_ctype, 0 }, 707 { "__builtin_inff", &float_ctype, 0 }, 711 { "__builtin_isgreater", &int_ctype, 0, { &float_ctype, &float_ctype }}, 712 { "__builtin_isgreaterequal", &int_ctype, 0, { &float_ctype, &float_ctype }}, 715 { "__builtin_isless", &int_ctype, 0, { &float_ctype, &float_ctype }}, 716 { "__builtin_islessequal", &int_ctype, 0, { &float_ctype, &float_ctype }}, 717 { "__builtin_islessgreater", &int_ctype, 0, { &float_ctype, &float_ctype }}, 720 { "__builtin_isunordered", &int_ctype, 0, { &float_ctype, &float_ctype }}, 733 { "__builtin_nanf", &float_ctype, 0, { &const_string_ctype }},
|
D | symbol.c | 826 float_ctype, double_ctype, ldouble_ctype, variable 915 { &float_ctype, T_FLOAT(-1, float) },
|
D | symbol.h | 299 float_ctype, double_ctype, ldouble_ctype,
|
D | expression.c | 369 expr->ctype = &float_ctype; in get_number_value()
|
D | show-parse.c | 263 { &float_ctype, "float", "F" },
|
D | parse.c | 1492 {&float_ctype, &double_ctype, &ldouble_ctype};
|