HomeSort by relevance Sort by last modified time
    Searched refs:SpecialTypes (Results 1 - 8 of 8) sorted by null

  /external/syzkaller/prog/
mutation.go 317 gen := r.target.SpecialTypes[t.Name()]
331 if gen := r.target.SpecialTypes[t.Name()]; gen != nil {
380 if ma.target.SpecialTypes[typ.Name()] == nil || ignoreSpecial {
386 if ma.target.SpecialTypes[typ.Name()] == nil && len(typ.Fields) == 1 || ignoreSpecial {
prog_test.go 186 for special, gen := range target.SpecialTypes {
206 for i := 0; i < iters/len(target.SpecialTypes); i++ {
target.go 34 // SpecialTypes allows target to do custom generation/mutation for some struct's and union's.
41 SpecialTypes map[string]func(g *Gen, typ Type, old Arg) (Arg, []*Call)
rand.go 526 if gen := r.target.SpecialTypes[typ.Name()]; gen != nil {
  /external/syzkaller/sys/linux/
init.go 43 target.SpecialTypes = map[string]func(g *prog.Gen, typ prog.Type, old prog.Arg) (
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 769 SmallVector<uint64_t, 16> SpecialTypes;
    [all...]

Completed in 7705 milliseconds