Home
last modified time | relevance | path

Searched refs:include_paths (Results 1 – 5 of 5) sorted by relevance

/external/v8/tools/clang/scripts/
Dtest_tool.py26 def _GenerateCompileCommands(files, include_paths): argument
33 for include_path in include_paths)
64 include_paths = []
65 include_paths.append(
69 include_paths.append(
85 f.write(_GenerateCompileCommands(actual_files, include_paths))
/external/flatbuffers/src/
Didl_parser.cpp1851 bool Parser::Parse(const char *source, const char **include_paths, in Parse() argument
1853 return !DoParse(source, include_paths, source_filename).Check(); in Parse()
1856 CheckedError Parser::DoParse(const char *source, const char **include_paths, in DoParse() argument
1864 if (!include_paths) { in DoParse()
1866 include_paths = current_directory; in DoParse()
1898 for (auto paths = include_paths; paths && *paths; paths++) { in DoParse()
1912 ECHECK(DoParse(contents.c_str(), include_paths, filepath.c_str())); in DoParse()
1922 return DoParse(source, include_paths, source_filename); in DoParse()
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.py313 include_paths = ['../../../include', '../include'],
/external/flatbuffers/include/flatbuffers/
Didl.h502 bool Parse(const char *_source, const char **include_paths = nullptr,
578 const char **include_paths,
/external/valgrind/perf/
Dtinycc.c2414 char **include_paths; member
8590 path = s1->include_paths[i]; in preprocess()
20909 tcc_free(s1->include_paths[i]); in tcc_delete()
20910 tcc_free(s1->include_paths); in tcc_delete()
20924 dynarray_add((void ***)&s1->include_paths, &s1->nb_include_paths, pathname1); in tcc_add_include_path()