Lines Matching defs:called
15 bool called = false;
18 printf("called: %d, type=%d\n", fid, static_cast<int32_t>(type));
19 called = true;
23 printf("always instrumented called\n");
29 // CHECK: always instrumented called
34 // CHECK-NEXT: called: {{.*}}, type=0
35 // CHECK-NEXT: always instrumented called
36 // CHECK-NEXT: called: {{.*}}, type=1
41 // CHECK-NEXT: always instrumented called
47 // CHECK-NEXT: always instrumented called