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
1943 d_make_character (struct d_info *di, int c) in d_make_character()
1961 char c; in d_java_resource() local
2204 d_call_offset (struct d_info *di, int c) in d_call_offset()
2544 struct d_info_checkpoint checkpoint; in cplus_demangle_type() local
3966 char c; in d_substitution() local
4062 d_checkpoint (struct d_info *di, struct d_info_checkpoint *checkpoint) in d_checkpoint()
4071 d_backtrack (struct d_info *di, struct d_info_checkpoint *checkpoint) in d_backtrack()
4366 d_append_char (struct d_print_info *dpi, char c) in d_append_char()
5966 unsigned long c; in d_print_java_identifier() local
6927 char c; in main() local