#include <stdlib.h>
#include <stdio.h>
Go to the source code of this file.
◆ FALSE
◆ MAX_OBJECTS
◆ NO_CTOR_THROW
◆ NO_DTOR_THROW
◆ NOEXCEPT
◆ TEST_DTOR
◆ TRUE
◆ alloc()
Definition at line 44 of file ihateeh.cxx.
44 {
47
48
51
52
55 throw(1);
56 }
57
59 printf(
"\n*** Number of objects exceeded. Increase MAX_OBJECTS ***\n\n");
62 }
63
65}
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
_Must_inspect_result_ _In_ WDFCOLLECTION _In_ WDFOBJECT Object
◆ bar()
Definition at line 135 of file ihateeh.cxx.
135 {
137
138 return 666;
139}
◆ dealloc()
Definition at line 28 of file ihateeh.cxx.
28 {
29
32
34
35
36#ifdef TEST_DTOR
39 throw(1);
40 }
41#endif
42}
◆ FAIL()
◆ foo()
Definition at line 133 of file ihateeh.cxx.
static const struct update_accum a1
static const struct update_accum a2
◆ foo2()
Definition at line 141 of file ihateeh.cxx.
141 {
145}
static const struct update_accum a3
Referenced by test().
◆ main()
Definition at line 167 of file ihateeh.cxx.
167 {
169
170
174
176
177 try {
179 } catch (int) {
181 }
182
183
188 }
189 }
190
192 }
193
197 else
199}
◆ test()
Definition at line 147 of file ihateeh.cxx.
147 {
148 puts(
"Try simple ctor");
150
151 puts(
"Try question op ctor");
153
154 puts(
"Try a more complex question op ctor");
156
157 puts(
"Try mbarg copy ctors, and return UDT");
159
160 puts(
"Try a more complex mbarg copy ctors, and a function call");
162
163 puts(
"Try temporary expressions, and return UDT");
165}
int puts(const char *string)
void foo2(int i, A a1, A a2, A a3)
static const struct update_accum a4
◆ CurrentObjectNumber
◆ Fail
◆ MaxObjectCount
◆ Object
◆ ThrowCount