MCPcopy Create free account
hub / github.com/Tencent/TscanCode / isTypeWithoutSideEffects

Function isTypeWithoutSideEffects

trunk/lib/checkother.cpp:3650–3653  ·  view source on GitHub ↗

--------------------------------------------------------------------------- int x = 1; x = x; // <- redundant assignment to self int y = y; // <- redundant initialization to self ---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

checkSelfAssignmentMethod · 0.85

Calls 3

isClassMethod · 0.80
isPointerMethod · 0.80
isCPPMethod · 0.45

Tested by

no test coverage detected