Lines Matching +defs:checkpoint +defs:c
211 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') argument
212 #define IS_UPPER(c) ((c) >= 'A' && (c) <= 'Z') argument
213 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z') argument
1928 d_make_character (struct d_info *di, int c) in d_make_character()
1946 char c; in d_java_resource() local
2189 d_call_offset (struct d_info *di, int c) in d_call_offset()
2529 struct d_info_checkpoint checkpoint; in cplus_demangle_type() local
3891 char c; in d_substitution() local
3987 d_checkpoint (struct d_info *di, struct d_info_checkpoint *checkpoint) in d_checkpoint()
3996 d_backtrack (struct d_info *di, struct d_info_checkpoint *checkpoint) in d_backtrack()
4290 d_append_char (struct d_print_info *dpi, char c) in d_append_char()
5820 unsigned long c; in d_print_java_identifier() local
6771 char c; in main() local