Home
last modified time | relevance | path

Searched refs:new_std (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/libcxx/utils/
Dgraph_header_deps.py71 def __init__(self, compile_commands, output_dir, new_std=None): argument
76 self.new_std = new_std
108 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')
Dgenerate_feature_test_macro_components.py537 new_std = get_std_before(d, std)
538 if new_std is None:
540 return d[new_std]