Searched refs:cc_tokens (Results 1 – 1 of 1) sorted by relevance
9 cc_tokens = cc.split() variable 10 if len(cc_tokens) > 1:11 cc = cc_tokens[0]12 cc_options = " ".join([str(e) for e in cc_tokens[1:]]) + " "