Home
last modified time | relevance | path

Searched full:parentscope (Results 1 – 25 of 107) sorted by relevance

12345

/external/llvm-project/clang/lib/Sema/
DJumpDiagnostics.cpp45 /// ParentScope - The index in ScopeMap of the parent scope. This is 0 for
47 unsigned ParentScope; member
60 GotoScope(unsigned parentScope, unsigned InDiag, unsigned OutDiag, in GotoScope()
62 : ParentScope(parentScope), InDiag(InDiag), OutDiag(OutDiag), Loc(L) {} in GotoScope()
76 void BuildScopeInformation(Decl *D, unsigned &ParentScope);
78 unsigned &ParentScope);
79 void BuildScopeInformation(CompoundLiteralExpr *CLE, unsigned &ParentScope);
121 assert(Scopes[B].ParentScope < B); in GetDeepestCommonScope()
122 B = Scopes[B].ParentScope; in GetDeepestCommonScope()
124 assert(Scopes[A].ParentScope < A); in GetDeepestCommonScope()
[all …]
/external/clang/lib/Sema/
DJumpDiagnostics.cpp45 /// ParentScope - The index in ScopeMap of the parent scope. This is 0 for
47 unsigned ParentScope; member
60 GotoScope(unsigned parentScope, unsigned InDiag, unsigned OutDiag, in GotoScope()
62 : ParentScope(parentScope), InDiag(InDiag), OutDiag(OutDiag), Loc(L) {} in GotoScope()
74 void BuildScopeInformation(Decl *D, unsigned &ParentScope);
76 unsigned &ParentScope);
117 assert(Scopes[B].ParentScope < B); in GetDeepestCommonScope()
118 B = Scopes[B].ParentScope; in GetDeepestCommonScope()
120 assert(Scopes[A].ParentScope < A); in GetDeepestCommonScope()
121 A = Scopes[A].ParentScope; in GetDeepestCommonScope()
[all …]
/external/llvm-project/clang/lib/CodeGen/
DVarBypassDetector.cpp25 unsigned ParentScope = 0; in Init() local
26 AlwaysBypassed = !BuildScopeInformation(Body, ParentScope); in Init()
35 unsigned &ParentScope) { in BuildScopeInformation() argument
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()
[all …]
/external/llvm/test/tools/llvm-readobj/
Dcodeview-merging.test26 OBJ1-NEXT: ParentScope: 0x0
32 OBJ1-NEXT: ParentScope: 0x0
40 OBJ2-NEXT: ParentScope: 0x0
47 OBJ2-NEXT: ParentScope: 0x0
55 CHECK-NEXT: ParentScope: 0x0
61 CHECK-NEXT: ParentScope: 0x0
/external/llvm-project/llvm/test/tools/llvm-readobj/COFF/
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
/external/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
Dmerge-ids-and-types-2.yaml120 ParentScope: 0
127 ParentScope: 0
141 ParentScope: 0
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeInlineSiteSymbol.cpp84 TypeIndex ParentScope = FRecord.getParentScope(); in getName() local
85 if (!ParentScope.isNoneType()) { in getName()
86 QualifiedName.append(std::string(Ids.getTypeName(ParentScope))); in getName()
/external/llvm-project/lld/test/COFF/Inputs/
Dpdb-type-server-simple-ts.yaml93 ParentScope: 0
98 ParentScope: 0
Dpdb-scopes-a.yaml237 ParentScope: 0
249 ParentScope: 0
254 ParentScope: 0
Dpdb_comdat_main.yaml149 ParentScope: 0
164 ParentScope: 0
169 ParentScope: 0
Dpdb_lines_1.yaml133 ParentScope: 0
148 ParentScope: 0
153 ParentScope: 0
Dpdb1.yaml123 ParentScope: 0
128 ParentScope: 0
Dpdb-scopes-b.yaml195 ParentScope: 0
200 ParentScope: 0
Dpdb_lines_1_relative.yaml136 ParentScope: 0
148 ParentScope: 0
/external/llvm-project/llvm/test/DebugInfo/COFF/
Dinlining.ll93 ; ASM: .long 0x0 # ParentScope
99 ; ASM: .long 0x0 # ParentScope
118 ; OBJ: ParentScope: 0x0
124 ; OBJ: ParentScope: 0x0
130 ; OBJ: ParentScope: 0x0
Dtypes-calling-conv.ll119 ; CHECK: ParentScope: 0x0
134 ; CHECK: ParentScope: 0x0
149 ; CHECK: ParentScope: 0x0
164 ; CHECK: ParentScope: 0x0
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
/external/llvm/test/DebugInfo/COFF/
Dtypes-calling-conv.ll107 ; CHECK: ParentScope: 0x0
122 ; CHECK: ParentScope: 0x0
137 ; CHECK: ParentScope: 0x0
152 ; CHECK: ParentScope: 0x0
Dinlining.ll97 ; ASM: # ParentScope: 0x0
107 ; ASM: # ParentScope: 0x0
131 ; OBJ: ParentScope: 0x0
137 ; OBJ: ParentScope: 0x0
143 ; OBJ: ParentScope: 0x0
/external/llvm-project/lld/test/COFF/
Dpdb-inlinees-extrafiles.s236 # ParentScope: 0x0
248 # ParentScope: 0x0
273 # ParentScope: 0x0
Dpdb-inlinees.s234 # ParentScope: 0x0
246 # ParentScope: 0x0
271 # ParentScope: 0x0
Dsymbolizer-inline.s363 .long 0x0 # ParentScope
371 .long 0x0 # ParentScope
391 .long 0x0 # ParentScope
/external/llvm-project/llvm/test/MC/COFF/
Dcv-loc-unreachable.s169 # ParentScope: 0x0
180 # ParentScope: 0x0
Dcv-loc-unreachable-2.s162 # ParentScope: 0x0
173 # ParentScope: 0x0
Dcv-inline-linetable-unlikely.s172 # ParentScope: 0x0
182 # ParentScope: 0x0

12345