Home
last modified time | relevance | path

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

123

/external/clang/lib/Sema/
DJumpDiagnostics.cpp47 unsigned ParentScope; member
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()
216 void JumpScopeChecker::BuildScopeInformation(Decl *D, unsigned &ParentScope) { in BuildScopeInformation() argument
220 Scopes.push_back(GotoScope(ParentScope, Diags.first, Diags.second, in BuildScopeInformation()
[all …]
/external/llvm-project/clang/lib/Sema/
DJumpDiagnostics.cpp47 unsigned ParentScope; member
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()
125 A = Scopes[A].ParentScope; in GetDeepestCommonScope()
224 void JumpScopeChecker::BuildScopeInformation(Decl *D, unsigned &ParentScope) { in BuildScopeInformation() argument
[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 …]
DVarBypassDetector.h62 bool BuildScopeInformation(const Decl *D, unsigned &ParentScope);
/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/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/
Dpdb-inlinees.s234 # ParentScope: 0x0
246 # ParentScope: 0x0
271 # ParentScope: 0x0
Dpdb-inlinees-extrafiles.s236 # ParentScope: 0x0
248 # ParentScope: 0x0
273 # ParentScope: 0x0
/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
Dinlining-same-name.ll9 ; CHECK-NEXT: ParentScope: 0x0
/external/llvm/test/DebugInfo/COFF/
Dinlining.ll97 ; ASM: # ParentScope: 0x0
107 ; ASM: # ParentScope: 0x0
131 ; OBJ: ParentScope: 0x0
137 ; OBJ: ParentScope: 0x0
143 ; OBJ: ParentScope: 0x0
Dtypes-calling-conv.ll107 ; CHECK: ParentScope: 0x0
122 ; CHECK: ParentScope: 0x0
137 ; CHECK: ParentScope: 0x0
152 ; CHECK: ParentScope: 0x0
Dinlining-same-name.ll8 ; CHECK-NEXT: ParentScope: 0x0
/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-def-range-align.s153 # ParentScope: 0x0
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h715 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord() argument
716 : TypeRecord(TypeRecordKind::FuncId), ParentScope(ParentScope), in FuncIdRecord()
726 TypeIndex getParentScope() const { return ParentScope; } in getParentScope()
734 TypeIndex ParentScope; member
739 TypeIndex ParentScope; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h619 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord() argument
620 : TypeRecord(TypeRecordKind::FuncId), ParentScope(ParentScope), in FuncIdRecord()
623 TypeIndex getParentScope() const { return ParentScope; } in getParentScope()
627 TypeIndex ParentScope; variable
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h613 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord() argument
614 : TypeRecord(TypeRecordKind::FuncId), ParentScope(ParentScope), in FuncIdRecord()
617 TypeIndex getParentScope() const { return ParentScope; } in getParentScope()
621 TypeIndex ParentScope; variable
/external/llvm-project/lld/test/COFF/Inputs/
Dpdb-global-constants-b.s146 # ParentScope: 0x0
Dpdb-global-constants-a.s156 # ParentScope: 0x0
/external/llvm-project/lldb/test/Shell/ObjectFile/PDB/
Dobject.test258 ParentScope: 0

123