Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ IsAIX
Method
IsAIX
Source/cmTarget.cxx:2775–2778 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2773
}
2774
2775
bool cmTarget::IsAIX() const
2776
{
2777
return this->impl->IsAIX;
2778
}
2779
bool cmTarget::IsApple() const
2780
{
2781
return this->impl->IsApple;
Callers
8
IsArchivedAIXSharedLibrary
Method · 0.95
GetMappedConfigOld
Method · 0.95
GetLocation
Method · 0.95
CreateIfAny
Method · 0.45
HandleTargetsMode
Function · 0.45
GetExeExportFlags
Method · 0.45
GetAIXExports
Method · 0.45
AddItem
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected