Home
last modified time | relevance | path

Searched refs:detect_errors (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/bind/test/
Dmem_fn_rv_test.cpp66 int detect_errors(bool x) in detect_errors() function
116 return detect_errors( hash == 2155 ); in main()
Dmem_fn_unary_addr_test.cpp100 int detect_errors(bool x) in detect_errors() function
150 return detect_errors( hash == 2155 ); in main()
Dmem_fn_void_test.cpp68 int detect_errors(bool x) in detect_errors() function
183 return detect_errors(x.hash == 17610 && sp->hash == 2155); in main()
Dmem_fn_noexcept_test.cpp51 int detect_errors(bool x) in detect_errors() function
166 return detect_errors(mem_fn(&X::hash)(x) == 17610 && mem_fn(&X::hash)(sp) == 2155); in main()
Dmem_fn_derived_test.cpp72 int detect_errors(bool x) in detect_errors() function
187 return detect_errors(mem_fn(&X::hash)(x) == 17610 && mem_fn(&X::hash)(sp) == 2155); in main()
Dmem_fn_fastcall_test.cpp78 int detect_errors(bool x) in detect_errors() function
193 return detect_errors(x.hash == 17610 && sp->hash == 2155); in main()
Dmem_fn_stdcall_test.cpp78 int detect_errors(bool x) in detect_errors() function
193 return detect_errors(x.hash == 17610 && sp->hash == 2155); in main()
Dmem_fn_cdecl_test.cpp78 int detect_errors(bool x) in detect_errors() function
193 return detect_errors(x.hash == 17610 && sp->hash == 2155); in main()
Dmem_fn_test.cpp68 int detect_errors(bool x) in detect_errors() function
183 return detect_errors(mem_fn(&X::hash)(x) == 17610 && mem_fn(&X::hash)(sp) == 2155); in main()