Lines Matching full:sure
20 // Make sure that the call uses the right calling convention: in call_simple_method()
24 // Make sure that the definition uses the right calling convention: in call_simple_method()
32 // Make sure that the call uses the right calling convention: in call_cdecl_method()
36 // Make sure that the definition uses the right calling convention: in call_cdecl_method()
44 // Make sure that the call uses the right calling convention: in call_vararg_method()
48 // Make sure that the definition uses the right calling convention: in call_vararg_method()
54 // Make sure that the call uses the right calling convention: in call_static_method()
58 // Make sure that the definition uses the right calling convention: in call_static_method()
72 // Make sure that the Base constructor call in the Child constructor uses in constructors()
78 // Make sure that the Base constructor definition uses the right CC: in constructors()
81 // Make sure that the Base destructor call in the Child denstructor uses in constructors()
87 // Make sure that the Base destructor definition uses the right CC: in constructors()