Searched refs:short_str (Results 1 – 2 of 2) sorted by relevance
101 char short_str[2]; in bc_opt_error() local103 short_str[0] = (char) c; in bc_opt_error()104 short_str[1] = '\0'; in bc_opt_error()106 bc_error(err, 0, short_str); in bc_opt_error()
1441 llvm::StringRef short_str = obj_sp->GetStringValue(); in SetOptionsFromArray() local1442 if (short_str.empty()) { in SetOptionsFromArray()1446 } else if (short_str.size() != 1) { in SetOptionsFromArray()1451 short_option = (int) short_str[0]; in SetOptionsFromArray()