MCPcopy Create free account
hub / github.com/capstone-engine/capstone / doing_mem

Function doing_mem

Mapping.h:139–142  ·  view source on GitHub ↗

Returns true if a memory operand is currently edited.

Source from the content-addressed store, hash-verified

137
138/// Returns true if a memory operand is currently edited.
139static inline bool doing_mem(const MCInst *MI)
140{
141 return MI->csh->doing_mem;
142}
143
144/// Sets the doing_mem flag to @status.
145static inline void set_doing_mem(const MCInst *MI, bool status)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…