OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StdTypeInfoPtrTy
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprCXX.cpp
2155
llvm::Type *
StdTypeInfoPtrTy
) {
2191
StdTypeInfoPtrTy
);
2195
llvm::Type *
StdTypeInfoPtrTy
=
2201
return Builder.CreateBitCast(TypeInfo,
StdTypeInfoPtrTy
);
2212
StdTypeInfoPtrTy
);
2216
StdTypeInfoPtrTy
);
CGCXXABI.h
260
llvm::Type *
StdTypeInfoPtrTy
) = 0;
CGExprConstant.cpp
1917
llvm::Type *
StdTypeInfoPtrTy
=
1921
if (TypeInfo->getType() !=
StdTypeInfoPtrTy
)
1922
TypeInfo = llvm::ConstantExpr::getBitCast(TypeInfo,
StdTypeInfoPtrTy
);
ItaniumCXXABI.cpp
183
llvm::Type *
StdTypeInfoPtrTy
) override;
1452
llvm::Type *
StdTypeInfoPtrTy
) {
1456
CGF.GetVTablePtr(ThisPtr,
StdTypeInfoPtrTy
->getPointerTo(), ClassDecl);
1466
Value = CGF.Builder.CreateBitCast(Value,
StdTypeInfoPtrTy
->getPointerTo());
1471
return CGF.Builder.CreateAlignedLoad(
StdTypeInfoPtrTy
, Value,
MicrosoftCXXABI.cpp
146
llvm::Type *
StdTypeInfoPtrTy
) override;
979
llvm::Type *
StdTypeInfoPtrTy
) {
983
return CGF.Builder.CreateBitCast(Typeid,
StdTypeInfoPtrTy
);
Completed in 66 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026