Home
last modified time | relevance | path

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

/external/llvm/lib/Fuzzer/
DFuzzerCrossOver.cpp26 size_t Pos2 = 0; in CrossOver() local
31 while (OutPos < MaxOutSize && (Pos1 < Size1 || Pos2 < Size2)) { in CrossOver()
43 InPos = CurrentlyUsingFirstData ? &Pos2 : &Pos1; in CrossOver()
/external/syzkaller/pkg/ast/
Dclone.go159 Pos2: n.Pos2,
Dast.go204 Pos2 Pos member
Dparser.go429 arg.Pos2 = p.pos
/external/syzkaller/pkg/compiler/
Dcheck.go639 comp.error(attr.Pos2, "unexpected ':'")
716 comp.error(t.Pos2, "unexpected ':'")
720 comp.error(t.Pos2, "unexpected ':', only struct fields can be bitfields")
881 templArg.Pos2 = concreteArg.Pos
908 comp.error(arg.Pos2, "unexpected ':'")
Dtypes.go806 comp.error(t.Pos2, "literal const bitfield sizes are not supported")
814 comp.error(t.Pos2, "bitfields of size 0 are not supported")
818 comp.error(t.Pos2, "bitfield of size %v is too large for base type of size %v",
Dconsts.go77 info := getConstInfo(infos, arg.Pos2)