• Home
  • Raw
  • Download

Lines Matching refs:printf

101 int printf(const char * _Format, ...);
106 printf("__func__ %s\n", __func__); in topLevelNamespaceFunction()
107 printf("__FUNCTION__ %s\n", __FUNCTION__); in topLevelNamespaceFunction()
108 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in topLevelNamespaceFunction()
117 printf("__func__ %s\n", __func__); in anonymousNamespaceFunction()
118 printf("__FUNCTION__ %s\n", __FUNCTION__); in anonymousNamespaceFunction()
119 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in anonymousNamespaceFunction()
131 printf("__func__ %s\n", __func__); in classTemplateFunction()
132 printf("__FUNCTION__ %s\n", __FUNCTION__); in classTemplateFunction()
133 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in classTemplateFunction()
140 printf("__func__ %s\n", __func__); in staticFunction()
141 printf("__FUNCTION__ %s\n", __FUNCTION__); in staticFunction()
142 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in staticFunction()
146 printf("__func__ %s\n", __func__);
147 printf("__FUNCTION__ %s\n", __FUNCTION__);
148 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__);
152 printf("__func__ %s\n", __func__); in virtualFunction()
153 printf("__FUNCTION__ %s\n", __FUNCTION__); in virtualFunction()
154 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in virtualFunction()
158 printf("__func__ %s\n", __func__); in functionWithParameters()
159 printf("__FUNCTION__ %s\n", __FUNCTION__); in functionWithParameters()
160 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in functionWithParameters()
164 printf("__func__ %s\n", __func__); in functionReturningClass()
165 printf("__FUNCTION__ %s\n", __FUNCTION__); in functionReturningClass()
166 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in functionReturningClass()
171 printf("__func__ %s\n", __func__); in variadicFunction()
172 printf("__FUNCTION__ %s\n", __FUNCTION__); in variadicFunction()
173 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in variadicFunction()
177 printf("__func__ %s\n", __func__); in withTemplateParameter1()
178 printf("__FUNCTION__ %s\n", __FUNCTION__); in withTemplateParameter1()
179 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in withTemplateParameter1()
183 printf("__func__ %s\n", __func__); in withTemplateParameter2()
184 printf("__FUNCTION__ %s\n", __FUNCTION__); in withTemplateParameter2()
185 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in withTemplateParameter2()
189 printf("__func__ %s\n", __func__); in functionReturingTemplate1()
190 printf("__FUNCTION__ %s\n", __FUNCTION__); in functionReturingTemplate1()
191 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in functionReturingTemplate1()
196 printf("__func__ %s\n", __func__); in functionReturingTemplate2()
197 printf("__FUNCTION__ %s\n", __FUNCTION__); in functionReturingTemplate2()
198 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in functionReturingTemplate2()
204 printf("__func__ %s\n", __func__); in functionTemplate1()
205 printf("__FUNCTION__ %s\n", __FUNCTION__); in functionTemplate1()
206 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in functionTemplate1()
210 printf("__func__ %s\n", __func__); in constFunction()
211 printf("__FUNCTION__ %s\n", __FUNCTION__); in constFunction()
212 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in constFunction()
216 printf("__func__ %s\n", __func__); in volatileFunction()
217 printf("__FUNCTION__ %s\n", __FUNCTION__); in volatileFunction()
218 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in volatileFunction()
222 printf("__func__ %s\n", __func__); in constVolatileFunction()
223 printf("__FUNCTION__ %s\n", __FUNCTION__); in constVolatileFunction()
224 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in constVolatileFunction()
228 printf("__func__ %s\n", __func__); in refQualifiedFunction()
229 printf("__FUNCTION__ %s\n", __FUNCTION__); in refQualifiedFunction()
230 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in refQualifiedFunction()
234 printf("__func__ %s\n", __func__); in refQualifiedFunction()
235 printf("__FUNCTION__ %s\n", __FUNCTION__); in refQualifiedFunction()
236 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in refQualifiedFunction()
244 printf("__func__ %s\n", __func__); in virtualFunction()
245 printf("__FUNCTION__ %s\n", __FUNCTION__); in virtualFunction()
246 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in virtualFunction()
253 printf("__func__ %s\n", __func__); in Constructor()
254 printf("__FUNCTION__ %s\n", __FUNCTION__); in Constructor()
255 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in Constructor()
259 printf("__func__ %s\n", __func__); in Constructor()
260 printf("__FUNCTION__ %s\n", __FUNCTION__); in Constructor()
261 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in Constructor()
265 printf("__func__ %s\n", __func__); in Constructor()
266 printf("__FUNCTION__ %s\n", __FUNCTION__); in Constructor()
267 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in Constructor()
274 printf("__func__ %s\n", __func__); in ~Destructor()
275 printf("__FUNCTION__ %s\n", __FUNCTION__); in ~Destructor()
276 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in ~Destructor()
285 printf("__func__ %s\n", __func__); in anonymousClassFunction()
286 printf("__FUNCTION__ %s\n", __FUNCTION__); in anonymousClassFunction()
287 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in anonymousClassFunction()
293 printf("__func__ %s\n", __func__); in anonymousStructFunction()
294 printf("__FUNCTION__ %s\n", __FUNCTION__); in anonymousStructFunction()
295 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in anonymousStructFunction()
301 printf("__func__ %s\n", __func__); in anonymousUnionFunction()
302 printf("__FUNCTION__ %s\n", __FUNCTION__); in anonymousUnionFunction()
303 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in anonymousUnionFunction()
312 printf("__func__ %s\n", __func__); in localClass()
313 printf("__FUNCTION__ %s\n", __FUNCTION__); in localClass()
314 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in localClass()
322 printf("__func__ %s\n", __func__); in externFunction()
323 printf("__FUNCTION__ %s\n", __FUNCTION__); in externFunction()
324 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in externFunction()
333 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in functionTemplateWithTwoParams()
341 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in functionTemplateWithoutParameterList()
347 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in functionTemplateWithTemplateReturnType()
355 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in functionTemplateWithCompoundTypes()
363 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in functionTemplateExplicitSpecialization()
369 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in functionTemplateExplicitSpecialization()
375 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in functionTemplateWithUnnamedTemplateParameter()
391 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in memberFunction()
403 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in staticMember()
413 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in size()
424 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in memberFunctionTemplate()
435 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in memberFunctionTemplate()