Searched refs:is_char (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/DataFormatters/
H A DVectorType.cpp161 bool is_char = element_type.IsCharType(); local
164 return is_char ? (is_signed ? lldb::eFormatDecimal : eFormatHex) : format;
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-tic54x.c4653 int is_char = ISDIGIT (*line); local
4655 if (is_char)
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-tic54x.c4601 int is_char = ISDIGIT (*line); local
4603 if (is_char)

Completed in 95 milliseconds