OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThrowType
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGException.cpp
444
QualType
ThrowType
= SubExpr->getType();
445
if (
ThrowType
->isObjCObjectPointerType()) {
ItaniumCXXABI.cpp
1316
QualType
ThrowType
= E->getSubExpr()->getType();
1319
uint64_t TypeSize = getContext().getTypeSizeInChars(
ThrowType
).getQuantity();
1329
llvm::Constant *TypeInfo = CGM.GetAddrOfRTTIDescriptor(
ThrowType
,
1335
if (const RecordType *RecordTy =
ThrowType
->getAs<RecordType>()) {
MicrosoftCXXABI.cpp
4351
QualType
ThrowType
= SubExpr->getType();
4354
Address AI = CGF.CreateMemTemp(
ThrowType
);
4355
CGF.EmitAnyExprToMem(SubExpr, AI,
ThrowType
.getQualifiers(),
4360
llvm::GlobalVariable *TI = getThrowInfo(
ThrowType
);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp
4229
QualType
ThrowType
= Throw->getType();
4231
if (!
ThrowType
->isDependentType() &&
4232
!
ThrowType
->isObjCObjectPointerType()) {
4233
const PointerType *PT =
ThrowType
->getAs<PointerType>();
Completed in 61 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026