Searched refs:detect_errors (Results 1 – 9 of 9) sorted by relevance
66 int detect_errors(bool x) in detect_errors() function116 return detect_errors( hash == 2155 ); in main()
100 int detect_errors(bool x) in detect_errors() function150 return detect_errors( hash == 2155 ); in main()
68 int detect_errors(bool x) in detect_errors() function183 return detect_errors(x.hash == 17610 && sp->hash == 2155); in main()
51 int detect_errors(bool x) in detect_errors() function166 return detect_errors(mem_fn(&X::hash)(x) == 17610 && mem_fn(&X::hash)(sp) == 2155); in main()
72 int detect_errors(bool x) in detect_errors() function187 return detect_errors(mem_fn(&X::hash)(x) == 17610 && mem_fn(&X::hash)(sp) == 2155); in main()
78 int detect_errors(bool x) in detect_errors() function193 return detect_errors(x.hash == 17610 && sp->hash == 2155); in main()
68 int detect_errors(bool x) in detect_errors() function183 return detect_errors(mem_fn(&X::hash)(x) == 17610 && mem_fn(&X::hash)(sp) == 2155); in main()