Home
last modified time | relevance | path

Searched refs:ParentScope (Results 1 – 25 of 76) sorted by relevance

1234

/llvm-project-15.0.7/clang/lib/Sema/
H A DJumpDiagnostics.cpp52 unsigned ParentScope; member
130 assert(Scopes[B].ParentScope < B); in GetDeepestCommonScope()
131 B = Scopes[B].ParentScope; in GetDeepestCommonScope()
133 assert(Scopes[A].ParentScope < A); in GetDeepestCommonScope()
134 A = Scopes[A].ParentScope; in GetDeepestCommonScope()
239 ParentScope = Scopes.size()-1; in BuildScopeInformation()
286 ParentScope = Scopes.size()-1; in BuildScopeInformation()
297 ParentScope = Scopes.size() - 1; in BuildScopeInformation()
342 LabelAndGotoScopes[S] = ParentScope; in BuildScopeInformation()
362 LabelAndGotoScopes[S] = ParentScope; in BuildScopeInformation()
[all …]
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DVarBypassDetector.cpp25 unsigned ParentScope = 0; in Init() local
26 AlwaysBypassed = !BuildScopeInformation(Body, ParentScope); in Init()
38 Scopes.push_back({ParentScope, VD}); in BuildScopeInformation()
39 ParentScope = Scopes.size() - 1; in BuildScopeInformation()
44 return BuildScopeInformation(Init, ParentScope); in BuildScopeInformation()
59 unsigned &ParentScope = in BuildScopeInformation() local
71 if (!BuildScopeInformation(Init, ParentScope)) in BuildScopeInformation()
76 if (!BuildScopeInformation(Var, ParentScope)) in BuildScopeInformation()
83 FromScopes.push_back({S, ParentScope}); in BuildScopeInformation()
124 ToScopes[SubStmt] = ParentScope; in BuildScopeInformation()
[all …]
H A DVarBypassDetector.h62 bool BuildScopeInformation(const Decl *D, unsigned &ParentScope);
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Dcodeview-merging.test35 OBJ1-NEXT: ParentScope: 0x0
41 OBJ1-NEXT: ParentScope: 0x0
49 OBJ2-NEXT: ParentScope: 0x0
56 OBJ2-NEXT: ParentScope: 0x0
102 CHECK-NEXT: ParentScope: 0x0
108 CHECK-NEXT: ParentScope: 0x0
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/
H A Dmerge-ids-and-types-2.yaml120 ParentScope: 0
127 ParentScope: 0
141 ParentScope: 0
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp90 TypeIndex ParentScope = FRecord.getParentScope(); in getName() local
91 if (!ParentScope.isNoneType()) { in getName()
92 QualifiedName.append(std::string(Ids.getTypeName(ParentScope))); in getName()
/llvm-project-15.0.7/lld/test/COFF/Inputs/
H A Dpdb-type-server-simple-ts.yaml93 ParentScope: 0
98 ParentScope: 0
H A Dpdb-scopes-a.yaml237 ParentScope: 0
249 ParentScope: 0
254 ParentScope: 0
H A Dpdb_comdat_main.yaml149 ParentScope: 0
164 ParentScope: 0
169 ParentScope: 0
H A Dpdb_lines_1.yaml133 ParentScope: 0
148 ParentScope: 0
153 ParentScope: 0
H A Dpdb1.yaml123 ParentScope: 0
128 ParentScope: 0
H A Dpdb-scopes-b.yaml195 ParentScope: 0
200 ParentScope: 0
H A Dpdb_comdat_bar.yaml141 ParentScope: 0
156 ParentScope: 0
/llvm-project-15.0.7/lld/test/COFF/
H A Dpdb-inlinees.s234 # ParentScope: 0x0
246 # ParentScope: 0x0
271 # ParentScope: 0x0
H A Dsymbolizer-line-numbers.s279 .long 0x0 # ParentScope
286 .long 0x0 # ParentScope
293 .long 0x0 # ParentScope
H A Dpdb-inlinees-extrafiles.s236 # ParentScope: 0x0
248 # ParentScope: 0x0
273 # ParentScope: 0x0
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dinlining.ll93 ; ASM: .long 0x0 # ParentScope
99 ; ASM: .long 0x0 # ParentScope
118 ; OBJ: ParentScope: 0x0
124 ; OBJ: ParentScope: 0x0
130 ; OBJ: ParentScope: 0x0
H A Dtypes-calling-conv.ll119 ; CHECK: ParentScope: 0x0
134 ; CHECK: ParentScope: 0x0
149 ; CHECK: ParentScope: 0x0
164 ; CHECK: ParentScope: 0x0
H A Dfunction-options.ll71 ; CHECK: ParentScope: 0x0
109 ; CHECK: ParentScope: 0x0
145 ; CHECK: ParentScope: 0x0
182 ; CHECK: ParentScope: 0x0
207 ; CHECK: ParentScope: 0x0
269 ; CHECK: ParentScope: 0x0
284 ; CHECK: ParentScope: 0x0
322 ; CHECK: ParentScope: 0x0
337 ; CHECK: ParentScope: 0x0
373 ; CHECK: ParentScope: 0x0
H A Dinlining-same-name.ll9 ; CHECK-NEXT: ParentScope: 0x0
/llvm-project-15.0.7/llvm/test/MC/COFF/
H A Dcv-loc-unreachable.s169 # ParentScope: 0x0
180 # ParentScope: 0x0
H A Dcv-loc-unreachable-2.s162 # ParentScope: 0x0
173 # ParentScope: 0x0
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/NativePDB/
H A Dsubfield_register_simple_type.s384 .long 0x0 # ParentScope
390 .long 0x0 # ParentScope
415 .long 0x0 # ParentScope
H A Dmissing-type.s73 .long 0x0 # ParentScope
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h614 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord() argument
615 : TypeRecord(TypeRecordKind::FuncId), ParentScope(ParentScope), in FuncIdRecord()
618 TypeIndex getParentScope() const { return ParentScope; } in getParentScope()
622 TypeIndex ParentScope; variable

1234