OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CatchTypeInfo
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCleanup.h
37
struct
CatchTypeInfo
{
157
CatchTypeInfo
Type;
193
setHandler(I,
CatchTypeInfo
{nullptr, 0}, Block);
198
getHandlers()[I].Type =
CatchTypeInfo
{Type, 0};
202
void setHandler(unsigned I,
CatchTypeInfo
Type, llvm::BasicBlock *Block) {
CGCXXABI.cpp
289
CatchTypeInfo
CGCXXABI::getCatchAllTypeInfo() {
290
return
CatchTypeInfo
{nullptr, 0};
CGCXXABI.h
41
struct
CatchTypeInfo
;
251
virtual
CatchTypeInfo
253
virtual
CatchTypeInfo
getCatchAllTypeInfo();
CGObjCRuntime.h
147
virtual
CatchTypeInfo
getCatchAllTypeInfo() { return { nullptr, 0 }; }
CGException.cpp
630
CatchTypeInfo
TypeInfo{nullptr, 0};
963
CatchTypeInfo
TypeInfo = Handler.Type;
1013
CatchTypeInfo
TypeInfo = Handler.Type;
1045
CatchTypeInfo
TypeInfo = Handler.Type;
MicrosoftCXXABI.cpp
129
CatchTypeInfo
133
CatchTypeInfo
getCatchAllTypeInfo() override {
137
return
CatchTypeInfo
{nullptr, 0};
139
return
CatchTypeInfo
{nullptr, 0x40};
3855
CatchTypeInfo
3877
return
CatchTypeInfo
{getAddrOfRTTIDescriptor(Type)->stripPointerCasts(),
ItaniumCXXABI.cpp
173
CatchTypeInfo
176
return
CatchTypeInfo
{getAddrOfRTTIDescriptor(Ty), 0};
CGObjCGNU.cpp
1528
CatchTypeInfo
getCatchAllTypeInfo() override {
Completed in 37 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026