MCPcopy Create free account
hub / github.com/cseagle/blc / checkArrayDeref

Method checkArrayDeref

printc.cc:353–369  ·  view source on GitHub ↗

An expression involving a LOAD or STORE can sometimes be emitted using \e array syntax (or \e field \e member syntax). This method determines if this kind of syntax is appropriate or if a '*' operator is required. \param vn is the root of the pointer expression (feeding into LOAD or STORE) \return \b false if '*' syntax is required, \b true if some other syntax is used

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

isWrittenMethod · 0.80
codeMethod · 0.80
isImpliedMethod · 0.45
getDefMethod · 0.45
getInMethod · 0.45

Tested by

no test coverage detected