Home
last modified time | relevance | path

Searched refs:compiler_arguments (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/build/make/tools/ide_query/cc_analyzer_proto/
H A Dcc_analyzer.proto77 // paths in compiler_arguments should be relative to this path.
84 repeated string compiler_arguments = 3; field
/aosp_15_r20/build/make/tools/ide_query/ide_query_proto/
H A Dide_query.proto100 repeated string compiler_arguments = 4; field
/aosp_15_r20/external/python/cpython2/Python/
Dcompile.c1328 compiler_arguments(struct compiler *c, arguments_ty args) in compiler_arguments() function
1381 compiler_arguments(c, args); in compiler_function()
1512 compiler_arguments(c, args); in compiler_lambda()