Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:__func__

4 // CHECK: @__func__.plainFunction = private unnamed_addr constant [14 x i8] c"plainFunction\00"
6 // CHECK: @__func__.externFunction = private unnamed_addr constant [15 x i8] c"externFunction\00"
8 // CHECK: @__func__.privateExternFunction = private unnamed_addr constant [22 x i8] c"privateExternFunction\00"
10 // CHECK: @__func__.__captured_stmt = private unnamed_addr constant [25 x i8] c"functionWithCapturedStmt\00"
12 // CHECK: @__func__.staticFunction = private unnamed_addr constant [15 x i8] c"staticFunction\00"
18 printf("__func__ %s\n", __func__);
24 printf("__func__ %s\n", __func__);
30 printf("__func__ %s\n", __func__);
38 printf("__func__ %s\n", __func__);
45 printf("__func__ %s\n", __func__);