Searched refs:compilerPath (Results 1 – 2 of 2) sorted by relevance
18 def getCIncludes(compilerPath, srcFile, tcg): argument31 cmd = [compilerPath, "-E", "-H"] + fragments + includes + defines + [srcFile]
78 self.compilerPath = ""156 self.compilerPath = self.cmakeCache.get("CMAKE_C_COMPILER", "")524 if self.cfg.analyzeIncludes and self.compilerPath:575 return getCIncludes(self.compilerPath, srcAbspath, cg)
Completed in 8 milliseconds