Searched refs:T_CONST (Results 1 – 1 of 1) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | symbol.c | 878 #define T_CONST(B,S,A) T_NODE(MOD_CONST, B, S, A) macro 945 { &const_void_ctype, T_CONST(&void_ctype, NULL, NULL) }, 946 { &const_char_ctype, T_CONST(&char_ctype, &bits_in_char, &max_int_alignment)}, 947 { &const_wchar_ctype, T_CONST(&int_ctype, NULL, NULL) },
|