Home | History | Annotate | Download | only in CodeGen

Lines Matching full:__func__

3 // CHECK: @__func__.plainFunction = private unnamed_addr constant [14 x i8] c"plainFunction\00"
5 // CHECK: @__func__.externFunction = private unnamed_addr constant [15 x i8] c"externFunction\00"
7 // CHECK: @__func__.privateExternFunction = private unnamed_addr constant [22 x i8] c"privateExternFunction\00"
9 // CHECK: @__func__.staticFunction = private unnamed_addr constant [15 x i8] c"staticFunction\00"
15 printf("__func__ %s\n", __func__);
21 printf("__func__ %s\n", __func__);
27 printf("__func__ %s\n", __func__);
33 printf("__func__ %s\n", __func__);