Searched refs:src_root (Results 1 – 2 of 2) sorted by relevance
28 src_root = os.path.join(config.test_source_root, '..')29 config.environment['PYTHONPATH'] = src_root30 config.substitutions.append(('%{src_root}', src_root))32 src_root, 'tests', 'Inputs')))34 os.path.join(src_root, 'lit.py'),)))
1044 static void resort_source_line(struct rb_root *dest_root, struct rb_root *src_root) in resort_source_line() argument1049 node = rb_first(src_root); in resort_source_line()1055 rb_erase(node, src_root); in resort_source_line()