Searched refs:new_std (Results 1 – 2 of 2) sorted by relevance
71 def __init__(self, compile_commands, output_dir, new_std=None): argument76 self.new_std = new_std108 if self.new_std is not None:112 cmd += [self.new_std]181 builder = DependencyCommand(args.compile_commands, args.output, new_std='-std=c++2a')
537 new_std = get_std_before(d, std)538 if new_std is None:540 return d[new_std]