Lines Matching full:globals
5 RUN: FileCheck --check-prefix=GLOBALS --input-file=%T/VariablesTest.out %s
11 GLOBALS: Module [[MOD:.*]]
12 GLOBALS: SymbolFile pdb ([[MOD]])
13 GLOBALS: CompileUnit{{.*}}, language = "c++", file = '{{.*}}\VariablesTest.cpp'
14 GLOBALS-DAG: Variable{{.*}}, name = "g_IntVar"
15 GLOBALS-SAME: scope = global, location = {{.*}}, external
16 GLOBALS-DAG: Variable{{.*}}, name = "g_pConst"
17 GLOBALS-SAME: scope = global, location = {{.*}}, external
18 GLOBALS-DAG: Variable{{.*}}, name = "same_name_var"
19 GLOBALS-SAME: scope = global, location = {{.*}}, external
20 GLOBALS-DAG: Variable{{.*}}, name = "Class::m_StaticClassMember"
21 GLOBALS-SAME: scope = global, location = {{.*}}, external
22 GLOBALS-DAG: Variable{{.*}}, name = "g_EnumVar"
23 GLOBALS-SAME: scope = global, location = {{.*}}, external
24 GLOBALS-DAG: Variable{{.*}}, name = "g_tls"
25 GLOBALS-SAME: scope = thread local, location = {{.*}}, external
26 GLOBALS-DAG: Variable{{.*}}, name = "ClassVar"
27 GLOBALS-SAME: scope = global, location = {{.*}}, external
28 GLOBALS-DAG: Variable{{.*}}, name = "g_Const"
29 GLOBALS-SAME: scope = ??? (2)
30 GLOBALS: Function