Searched refs:compile_type (Results 1 – 6 of 6) sorted by relevance
/third_party/libffi/testsuite/lib/ |
D | libffi.exp | 224 set compile_type "assembly" 228 set compile_type "executable" 234 set compile_type "executable" 253 set comp_output [libffi_target_compile "$prog" "$output_file" "$compile_type" $options];
|
/third_party/gn/src/gn/ |
D | visual_studio_writer.h | 93 SourceFileCompileTypePair(const SourceFile* file, const char* compile_type); 99 const char* compile_type; member
|
D | visual_studio_writer.cc | 279 : file(_file), compile_type(_compile_type) {} in SourceFileCompileTypePair() 635 const char* compile_type; in WriteProjectFileContents() local 638 compile_type = "CustomBuild"; in WriteProjectFileContents() 640 compile_type, "Include", SourceFileWriter(path_output, file)); in WriteProjectFileContents() 647 compile_type = "None"; in WriteProjectFileContents() 648 group->SubElement(compile_type, "Include", in WriteProjectFileContents() 651 source_types->push_back(SourceFileCompileTypePair(&file, compile_type)); in WriteProjectFileContents() 717 file_and_type.compile_type, "Include", in WriteFiltersFileContents()
|
/third_party/python/Lib/ |
D | symtable.py | 12 def symtable(code, filename, compile_type): argument 18 top = _symtable.symtable(code, filename, compile_type)
|
/third_party/python/Doc/library/ |
D | symtable.rst | 24 .. function:: symtable(code, filename, compile_type) 27 *filename* is the name of the file containing the code. *compile_type* is
|
/third_party/flutter/engine/flutter/ci/licenses_golden/ |
D | licenses_third_party | 9140 FILE: ../../../third_party/dart/runtime/vm/compiler/backend/compile_type.h
|