Searched refs:IsCFile (Results 1 – 5 of 5) sorted by relevance
17 static bool IsCFile(const String& path);
15 bool BuilderUtils::IsCFile(const String& path) in IsCFile() function in BuilderUtils
620 if(BuilderUtils::IsCFile(file)) in Preprocess()
162 def IsCFile(f): function168 return IsAssemblyFile(f) or IsCFile(f)369 c_sources = filter(IsCFile, sources)