Lines Matching refs:MAIN
5 RUN: lldb-test symbols %T/PointerTypeTest.cpp.exe | FileCheck --check-prefix=MAIN-ST-F %s
6 RUN: lldb-test symbols %T/PointerTypeTest.cpp.exe | FileCheck --check-prefix=MAIN-ST %s
7 RUN: lldb-test symbols %T/PointerTypeTest.cpp.exe | FileCheck --check-prefix=MAIN %s
13 MAIN-ST-F: name = "f"
14 MAIN-ST-F-SAME: decl = PointerTypeTest.cpp:8
15 MAIN-ST-F-SAME: compiler_type = {{.*}} int (int)
17 MAIN-ST: name = "ST", size = 4, decl = PointerTypeTest.cpp:6, compiler_type = {{.*}} struct ST {
18 MAIN-ST-NEXT: int a;
19 MAIN-ST-NEXT: int {{.*}}f(int);
20 MAIN-ST-NEXT:}
22 MAIN: Function{[[FID1:.*]]}, mangled = _main
23 MAIN-NEXT: Block{[[FID1]]}
24 MAIN: Variable{{.*}}, name = "array_pointer"
25 MAIN-SAME: (int (*)[2][4]), scope = local
26 MAIN: Variable{{.*}}, name = "p_int"
27 MAIN-SAME: (int *), scope = local
28 MAIN: Variable{{.*}}, name = "p_member_field"
29 MAIN-SAME: (int ST::*), scope = local
30 MAIN: Variable{{.*}}, name = "p_member_method"
31 MAIN-SAME: (int (ST::*)(int) __attribute__((thiscall))), scope = local