Home
last modified time | relevance | path

Searched refs:SOURCE_S (Results 1 – 6 of 6) sorted by relevance

/third_party/gn/src/gn/
Dsource_file_unittest.cc43 {"foo.S", SourceFile::SOURCE_S}, in TEST()
44 {"foo.s", SourceFile::SOURCE_S}, in TEST()
45 {"foo.asm", SourceFile::SOURCE_S}, in TEST()
Dsource_file.cc49 return SourceFile::SOURCE_S; // .S and .s in GetSourceFileType()
92 return SourceFile::SOURCE_S; in GetSourceFileType()
200 Get(SourceFile::SOURCE_S) || Get(SourceFile::SOURCE_O) || in CSourceUsed()
Dsource_file.h37 SOURCE_S, enumerator
Dbinary_target_generator.cc104 case SourceFile::SOURCE_S: in FillSources()
Dtool.cc331 case SourceFile::SOURCE_S: in GetToolTypeForSourceType()
Dninja_target_writer.cc246 ? target_->source_types_used().Get(SourceFile::SOURCE_S) in WriteCCompilerVars()