Home
last modified time | relevance | path

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

/external/syzkaller/prog/
Dprog.go80 type PointerArg struct { struct
87 func MakePointerArg(t Type, addr uint64, data Arg) *PointerArg {
91 return &PointerArg{
98 func MakeVmaPointerArg(t Type, addr, size uint64) *PointerArg {
102 return &PointerArg{
109 func MakeNullPointerArg(t Type) *PointerArg {
110 return &PointerArg{
115 func (arg *PointerArg) Size() uint64 { argument
119 func (arg *PointerArg) IsNull() bool { argument
266 if a, ok := arg.(*PointerArg); ok {
[all …]
Danalysis.go58 case *PointerArg:
102 Base *PointerArg // pointer to the base of the heap object containing this arg
147 case *PointerArg:
260 case *PointerArg:
Dany.go149 func (p *Prog) complexPtrs() (res []*PointerArg) {
152 if ptrArg, ok := arg.(*PointerArg); ok && p.Target.isComplexPtr(ptrArg) {
161 func (target *Target) isComplexPtr(arg *PointerArg) bool { argument
210 func (target *Target) squashPtr(arg *PointerArg, preserveField bool) { argument
239 case *PointerArg:
Dclone.go35 case *PointerArg:
36 a1 := new(PointerArg)
Dencodingexec.go103 func (target *Target) PhysicalAddr(arg *PointerArg) uint64 { argument
261 case *PointerArg:
Dany_test.go57 ptrArg := p.Calls[0].Args[0].(*PointerArg)
Dtypes.go328 return arg.(*PointerArg).IsNull()
459 a := arg.(*PointerArg)
Dsize.go23 a := arg.(*PointerArg)
Dmutation.go79 var bases []*PointerArg
310 a := arg.(*PointerArg)
404 if arg.(*PointerArg).IsNull() {
Dprog_test.go89 va, ok := v.(*PointerArg)
Dhints_test.go467 newP.Calls[0].Args[0].(*PointerArg).Res.(*DataArg).Data()))
Dminimization.go125 a := arg.(*PointerArg)
Drand.go243 func (r *randGen) allocAddr(s *state, typ Type, size uint64, data Arg) *PointerArg {
247 func (r *randGen) allocVMA(s *state, typ Type, numPages uint64) *PointerArg {
Dvalidation.go237 func (arg *PointerArg) validate(ctx *validCtx) error {
Dencoding.go87 func (a *PointerArg) serialize(ctx *serializer) {
608 func (target *Target) serializeAddr(arg *PointerArg) string { argument
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DOrderedInstructions.cpp47 Argument *PointerArg = &*F->arg_begin(); in TEST() local
48 LoadInst *LoadInstX = B.CreateLoad(PointerArg); in TEST()
49 LoadInst *LoadInstY = B.CreateLoad(PointerArg); in TEST()
54 LoadInst *LoadInstZ = B.CreateLoad(PointerArg); in TEST()
DFunctionComparator.cpp34 Argument *PointerArg = &*F->arg_begin(); in TestFunction() local
35 LoadInst *LoadInst = B.CreateLoad(PointerArg); in TestFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DMemorySSA.cpp86 Argument *PointerArg = &*F->arg_begin(); in TEST_F() local
87 B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
96 LoadInst *LoadInst = B.CreateLoad(PointerArg); in TEST_F()
124 Argument *PointerArg = &*F->arg_begin(); in TEST_F() local
135 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
142 LoadInst *FirstLoad = B.CreateLoad(PointerArg); in TEST_F()
159 StoreInst *LeftStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
166 LoadInst *SecondLoad = B.CreateLoad(PointerArg); in TEST_F()
184 StoreInst *SecondEntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
214 Argument *PointerArg = &*F->arg_begin(); in TEST_F() local
[all …]
/external/llvm/unittests/Transforms/Utils/
DMemorySSA.cpp82 Argument *PointerArg = &*F->arg_begin(); in TEST_F() local
83 StoreInst *StoreInst = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
91 LoadInst *LoadInst = B.CreateLoad(PointerArg); in TEST_F()
123 Argument *PointerArg = &*F->arg_begin(); in TEST_F() local
124 StoreInst *StoreInst = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
128 LoadInst *LoadInst = B.CreateLoad(PointerArg); in TEST_F()
166 Argument *PointerArg = &*F->arg_begin(); in TEST_F() local
167 StoreInst *StoreInst = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
171 LoadInst *LoadInst = B.CreateLoad(PointerArg); in TEST_F()
/external/syzkaller/sys/linux/
Dinit_iptables.go128 entriesPtr := tableArg.Inner[entriesField].(*prog.PointerArg)
168 tableArg := c.Args[3].(*prog.PointerArg).Res.(*prog.UnionArg).Option.(*prog.GroupArg)
170 entriesArg := tableArg.Inner[entriesField].(*prog.PointerArg).Res
/external/clang/lib/Sema/
DSemaChecking.cpp1276 Expr *PointerArg = TheCall->getArg(IsLdrex ? 0 : 1); in CheckARMBuiltinExclusiveCall() local
1277 ExprResult PointerArgRes = DefaultFunctionArrayLvalueConversion(PointerArg); in CheckARMBuiltinExclusiveCall()
1280 PointerArg = PointerArgRes.get(); in CheckARMBuiltinExclusiveCall()
1282 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); in CheckARMBuiltinExclusiveCall()
1285 << PointerArg->getType() << PointerArg->getSourceRange(); in CheckARMBuiltinExclusiveCall()
1302 << PointerArg->getType() in CheckARMBuiltinExclusiveCall()
1304 << AA_Passing << PointerArg->getSourceRange(); in CheckARMBuiltinExclusiveCall()
1309 PointerArgRes = ImpCastExprToType(PointerArg, AddrType, CastNeeded); in CheckARMBuiltinExclusiveCall()
1312 PointerArg = PointerArgRes.get(); in CheckARMBuiltinExclusiveCall()
1314 TheCall->setArg(IsLdrex ? 0 : 1, PointerArg); in CheckARMBuiltinExclusiveCall()
[all …]
DSemaTemplateDeduction.cpp1246 if (const PointerType *PointerArg = Arg->getAs<PointerType>()) { in DeduceTemplateArgumentsByTypeMatch() local
1247 PointeeType = PointerArg->getPointeeType(); in DeduceTemplateArgumentsByTypeMatch()
1248 } else if (const ObjCObjectPointerType *PointerArg in DeduceTemplateArgumentsByTypeMatch() local
1250 PointeeType = PointerArg->getPointeeType(); in DeduceTemplateArgumentsByTypeMatch()