OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compile_database
(Results
1 - 3
of
3
) sorted by null
/external/v8/tools/clang/translation_unit/
test_translation_unit.py
38
compile_database
= os.path.join(test_directory_for_tool,
40
compile_database_template =
compile_database
+ '.template'
44
with open(
compile_database
, 'w') as f:
95
os.remove(
compile_database
)
/external/v8/tools/clang/scripts/
test_tool.py
56
compile_database
= os.path.join(test_directory_for_tool,
84
with open(
compile_database
, 'w') as f:
126
os.remove(
compile_database
)
run_tool.py
296
'
compile_database
',
312
compile_db.GenerateWithNinja(args.
compile_database
)
315
filenames = set(_GetFilesFromCompileDB(args.
compile_database
))
324
dispatcher = _CompilerDispatcher(args.tool, args.
compile_database
,
Completed in 72 milliseconds