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

Method simplifyCAlternativeTokens

trunk/lib/tokenize.cpp:7187–7228  ·  view source on GitHub ↗

Simplify the C alternative tokens: and => && and_eq => &= bitand => & bitor => | compl => ~ not => ! not_eq => != or => || or_eq => |= xor => ^ xor_eq => ^=

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

findMethod · 0.80
endMethod · 0.80
isCFunction · 0.70
strMethod · 0.45

Tested by

no test coverage detected