Home
last modified time | relevance | path

Searched refs:PtrVarState (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dob.d93 PtrVarState[] varPool; /// memory pool
113 PtrVarState[] gen; /// new states generated for this node
114 PtrVarState[] input; /// variable states on entry to exp
115 PtrVarState[] output; /// variable states on exit to exp
213 struct PtrVarState struct
218 void opAssign(const ref PtrVarState pvs) in opAssign() argument
230 void combine(ref PtrVarState pvs, size_t vi, PtrVarState[] gen) in combine() argument
276 bool opEquals(const ref PtrVarState pvs) const in opEquals() argument
1193 void allocDeps(PtrVarState[] pvss) in allocDeps()
1210PtrVarState* p = cast(PtrVarState*) mem.xcalloc(obstate.nodes.length * 3 * vlen, PtrVarState.sizeo… in allocStates()
[all …]