Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isFriend
Method
isFriend
lib/templatesimplifier.h:120–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
setFlag(fIsVariadic, state);
119
}
120
void isFriend(bool state) {
121
setFlag(fIsFriend, state);
122
}
123
124
/**
125
* Get specified flag state.
Callers
9
printOut
Method · 0.80
printXml
Method · 0.80
useDefaultArgumentValues
Method · 0.80
specMatch
Function · 0.80
fixForwardDeclaredDefaultArgumentValues
Method · 0.80
printOut
Method · 0.80
simplifyTemplates
Method · 0.80
checkShadowVariables
Method · 0.80
checkConst
Method · 0.80
Calls
2
setFlag
Function · 0.70
getFlag
Function · 0.70
Tested by
no test coverage detected