OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ObjTy
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
InnerPointerChecker.cpp
322
QualType
ObjTy
= TypedRegion->getValueType();
326
OS << "Pointer to inner buffer of '" <<
ObjTy
.getAsString()
DynamicTypePropagation.cpp
160
if (const auto *
ObjTy
=
162
return {
ObjTy
->getObjectType(), /*Precise=*/true};
207
if (const ObjCObjectType *
ObjTy
= dyn_cast<ObjCObjectType>(
209
return {
ObjTy
};
330
RuntimeType
ObjTy
= inferReceiverType(*Msg, C);
332
if (!
ObjTy
)
336
C.getASTContext().getObjCObjectPointerType(QualType(
ObjTy
.Type, 0));
341
// use
ObjTy
.Precise flag here.
344
// and replace hardcoded 'false' with '!
ObjTy
.Precise'.
MallocChecker.cpp
3225
QualType
ObjTy
= TypedRegion->getValueType();
3226
OS << "Inner buffer of '" <<
ObjTy
.getAsString() << "' ";
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
Store.cpp
106
QualType
ObjTy
= Ctx.getCanonicalType(TR->getValueType());
107
if (CanonPointeeTy ==
ObjTy
)
180
QualType
ObjTy
= Ctx.getCanonicalType(TR->getValueType());
182
if (CanonPointeeTy ==
ObjTy
)
ExprEngineCXX.cpp
903
QualType
ObjTy
= CNE->getType()->getPointeeType();
905
getStoreManager().GetElementZeroRegion(NewReg,
ObjTy
);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.h
70
llvm::DICompositeType *
ObjTy
= nullptr;
CGObjC.cpp
557
const ObjCObjectType *
ObjTy
= ReceiverType->castAs<ObjCObjectType>();
558
const ObjCInterfaceDecl *ID =
ObjTy
->getInterface();
CGObjCMac.cpp
4833
const ObjCObjectType *
ObjTy
= OPT->getObjectType();
4836
ObjCInterfaceDecl *IDecl =
ObjTy
->getInterface();
/src/external/apache2/llvm/dist/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp
141
const ObjCObjectType *
ObjTy
= ClassRec->getAs<ObjCObjectType>();
142
if (!
ObjTy
)
144
const ObjCInterfaceDecl *OID =
ObjTy
->getInterface();
Completed in 106 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026