Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCXXABI.cpp249 Address allocAddr = in ReadArrayCookie() local
251 allocPtr = allocAddr.getPointer(); in ReadArrayCookie()
252 numElements = readArrayCookieImpl(CGF, allocAddr, cookieSize); in ReadArrayCookie()
/external/syzkaller/prog/
Dmutation.go101 newArg := r.allocAddr(s, base.Type(), base.Res.Size(), base.Res)
181 newArg := r.allocAddr(s, base.Type(), base.Res.Size(), base.Res)
311 newArg := r.allocAddr(s, t, a.Res.Size(), a.Res)
Dtarget.go173 return g.r.allocAddr(g.s, ptrType, data.Size(), data), nil
Drand.go243 func (r *randGen) allocAddr(s *state, typ Type, size uint64, data Arg) *PointerArg { func
677 arg = r.allocAddr(s, a, inner.Size(), inner)