MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / front

Method front

test/helpers.h:125–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 }
124
125 Token* front() {
126 return list.front();
127 }
128
129 const Token* front() const {
130 return list.front();

Callers 15

objfilesFunction · 0.80
hasOperandMethod · 0.80
getOverrunIndexValuesFunction · 0.80
pointerArithmeticMethod · 0.80
assertWithSideEffectsMethod · 0.80
isLessThanMethod · 0.80
isGreaterThanMethod · 0.80
getScalarMethod · 0.80
applyMethod · 0.80
compareMethod · 0.80
inferFunction · 0.80
inferConditionFunction · 0.80

Calls

no outgoing calls

Tested by 15

preprocessMethod · 0.64
inline_suppressionsMethod · 0.64
standardMethod · 0.64
valueOfTok_Method · 0.64
valueFlowLifetimeMethod · 0.64
valueFlowCalculationsMethod · 0.64
valueFlowFwdAnalysisMethod · 0.64
valueFlowUninitMethod · 0.64