Searched refs:ptrArg (Results 1 – 3 of 3) sorted by relevance
/external/syzkaller/prog/ |
D | any_test.go | 57 ptrArg := p.Calls[0].Args[0].(*PointerArg) 58 if !target.isComplexPtr(ptrArg) { 61 if target.ArgContainsAny(ptrArg) { 64 target.squashPtr(ptrArg, true) 65 if !target.ArgContainsAny(ptrArg) { 69 target.squashPtr(ptrArg, true)
|
D | any.go | 152 if ptrArg, ok := arg.(*PointerArg); ok && p.Target.isComplexPtr(ptrArg) { 153 res = append(res, ptrArg)
|
/external/icu/icu4c/source/common/ |
D | utrace.cpp | 199 char *ptrArg; in utrace_vformat() local 230 ptrArg = va_arg(args, char *); in utrace_vformat() 231 outputString((const char *)ptrArg, outBuf, &outIx, capacity, indent); in utrace_vformat() 236 ptrArg = va_arg(args, char *); /* Ptr */ in utrace_vformat() 238 outputUString((const UChar *)ptrArg, intArg, outBuf, &outIx, capacity, indent); in utrace_vformat() 267 ptrArg = va_arg(args, char *); in utrace_vformat() 268 outputPtrBytes(ptrArg, outBuf, &outIx, capacity); in utrace_vformat()
|