Home
last modified time | relevance | path

Searched refs:CallTestA (Results 1 - 1 of 1) sorted by relevance

/third_party/musl/libc-test/src/functionalext/ldso_cfi/
H A Dcfi_avaiable_schemes_test.cpp48 struct CallTestA { struct
53 void CallTestA::VcallFunc() in VcallFunc()
55 printf("CallTestA::VcallFunc()\n"); in VcallFunc()
58 void CallTestA::CallFunc() in CallFunc()
60 printf("CallTestA::CallFunc()\n"); in CallFunc()
111 CallTestA *a; in CfiVcall()
119 CallTestA *a; in CfiNvcall()
145 FindAndCheck("runtime error: control flow integrity check for type 'CallTestA' failed during non-virtual call"); in main()
148 FindAndCheck("runtime error: control flow integrity check for type 'CallTestA' failed during virtual call"); in main()

Completed in 1 milliseconds