Home
last modified time | relevance | path

Searched refs:pchExtension (Results 1 – 14 of 14) sorted by relevance

/dports/games/libretro-cap32/libretro-cap32-ad7397f/cap32/
H A Dcap32.h465 char *pchExtension; member
H A Dcap32.c1033 char *pchThisExtension = zi->pchExtension; in zip_dir()
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmMakefileTargetGenerator.cxx292 cmValue pchExtension = this->Makefile->GetDefinition("CMAKE_PCH_EXTENSION"); in WriteTargetBuildRules() local
298 if (!cmHasSuffix(objectFileName, pchExtension)) { in WriteTargetBuildRules()
1751 cmValue pchExtension = this->Makefile->GetDefinition("CMAKE_PCH_EXTENSION"); in WriteObjectsVariable() local
1754 if (cmHasSuffix(obj, pchExtension)) { in WriteObjectsVariable()
1838 cmValue pchExtension = this->Makefile->GetDefinition("CMAKE_PCH_EXTENSION"); in WriteObjectsStrings() local
1844 if (cmHasSuffix(obj, pchExtension)) { in WriteObjectsStrings()
H A DcmNinjaTargetGenerator.cxx1010 cmValue pchExtension = in WriteObjectBuildStatements() local
1018 if (!cmHasSuffix(objectFileName, pchExtension)) { in WriteObjectBuildStatements()
1281 cmValue pchExtension = in WriteObjectBuildStatement() local
1283 if (!cmHasSuffix(objectFileName, pchExtension)) { in WriteObjectBuildStatement()
H A DcmLocalGenerator.cxx2571 cmValue pchExtension = in AddPchDependencies() local
2574 if (pchExtension.IsEmpty()) { in AddPchDependencies()
2666 pch_sf->SetProperty("PCH_EXTENSION", pchExtension); in AddPchDependencies()
3657 cmValue pchExtension = source.GetProperty("PCH_EXTENSION"); in GetObjectFileNameWithoutTarget() local
3659 if (unitySourceFile || pchExtension || isPchObject) { in GetObjectFileNameWithoutTarget()
3660 if (pchExtension) { in GetObjectFileNameWithoutTarget()
3661 customOutputExtension = pchExtension->c_str(); in GetObjectFileNameWithoutTarget()
H A DcmGeneratorTarget.cxx4250 const std::string pchExtension = in GetPchFile() local
4275 if (!pchExtension.empty()) { in GetPchFile()
4276 pchFile = replaceExtension(pchFileObject, pchExtension); in GetPchFile()
4280 pchFile += pchExtension; in GetPchFile()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmMakefileTargetGenerator.cxx292 cmValue pchExtension = this->Makefile->GetDefinition("CMAKE_PCH_EXTENSION"); in WriteTargetBuildRules() local
298 if (!cmHasSuffix(objectFileName, pchExtension)) { in WriteTargetBuildRules()
1751 cmValue pchExtension = this->Makefile->GetDefinition("CMAKE_PCH_EXTENSION"); in WriteObjectsVariable() local
1754 if (cmHasSuffix(obj, pchExtension)) { in WriteObjectsVariable()
1838 cmValue pchExtension = this->Makefile->GetDefinition("CMAKE_PCH_EXTENSION"); in WriteObjectsStrings() local
1844 if (cmHasSuffix(obj, pchExtension)) { in WriteObjectsStrings()
H A DcmNinjaTargetGenerator.cxx1010 cmValue pchExtension = in WriteObjectBuildStatements() local
1018 if (!cmHasSuffix(objectFileName, pchExtension)) { in WriteObjectBuildStatements()
1281 cmValue pchExtension = in WriteObjectBuildStatement() local
1283 if (!cmHasSuffix(objectFileName, pchExtension)) { in WriteObjectBuildStatement()
H A DcmLocalGenerator.cxx2571 cmValue pchExtension = in AddPchDependencies() local
2574 if (pchExtension.IsEmpty()) { in AddPchDependencies()
2666 pch_sf->SetProperty("PCH_EXTENSION", pchExtension); in AddPchDependencies()
3657 cmValue pchExtension = source.GetProperty("PCH_EXTENSION"); in GetObjectFileNameWithoutTarget() local
3659 if (unitySourceFile || pchExtension || isPchObject) { in GetObjectFileNameWithoutTarget()
3660 if (pchExtension) { in GetObjectFileNameWithoutTarget()
3661 customOutputExtension = pchExtension->c_str(); in GetObjectFileNameWithoutTarget()
H A DcmGeneratorTarget.cxx4250 const std::string pchExtension = in GetPchFile() local
4275 if (!pchExtension.empty()) { in GetPchFile()
4276 pchFile = replaceExtension(pchFileObject, pchExtension); in GetPchFile()
4280 pchFile += pchExtension; in GetPchFile()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmMakefileTargetGenerator.cxx292 cmValue pchExtension = this->Makefile->GetDefinition("CMAKE_PCH_EXTENSION"); in WriteTargetBuildRules() local
298 if (!cmHasSuffix(objectFileName, pchExtension)) { in WriteTargetBuildRules()
1751 cmValue pchExtension = this->Makefile->GetDefinition("CMAKE_PCH_EXTENSION"); in WriteObjectsVariable() local
1754 if (cmHasSuffix(obj, pchExtension)) { in WriteObjectsVariable()
1838 cmValue pchExtension = this->Makefile->GetDefinition("CMAKE_PCH_EXTENSION"); in WriteObjectsStrings() local
1844 if (cmHasSuffix(obj, pchExtension)) { in WriteObjectsStrings()
H A DcmNinjaTargetGenerator.cxx1010 cmValue pchExtension = in WriteObjectBuildStatements() local
1018 if (!cmHasSuffix(objectFileName, pchExtension)) { in WriteObjectBuildStatements()
1281 cmValue pchExtension = in WriteObjectBuildStatement() local
1283 if (!cmHasSuffix(objectFileName, pchExtension)) { in WriteObjectBuildStatement()
H A DcmLocalGenerator.cxx2571 cmValue pchExtension = in AddPchDependencies() local
2574 if (pchExtension.IsEmpty()) { in AddPchDependencies()
2666 pch_sf->SetProperty("PCH_EXTENSION", pchExtension); in AddPchDependencies()
3657 cmValue pchExtension = source.GetProperty("PCH_EXTENSION"); in GetObjectFileNameWithoutTarget() local
3659 if (unitySourceFile || pchExtension || isPchObject) { in GetObjectFileNameWithoutTarget()
3660 if (pchExtension) { in GetObjectFileNameWithoutTarget()
3661 customOutputExtension = pchExtension->c_str(); in GetObjectFileNameWithoutTarget()
H A DcmGeneratorTarget.cxx4250 const std::string pchExtension = in GetPchFile() local
4275 if (!pchExtension.empty()) { in GetPchFile()
4276 pchFile = replaceExtension(pchFileObject, pchExtension); in GetPchFile()
4280 pchFile += pchExtension; in GetPchFile()