OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPointerType
(Results
1 - 25
of
93
) sorted by relevancy
1
2
3
4
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
FixedAddressChecker.cpp
43
if (!T->
isPointerType
())
CheckSizeofPointer.cpp
55
if (T->
isPointerType
()) {
CastValueChecker.cpp
215
if (CastToTy->
isPointerType
()) {
216
if (!CastFromTy->
isPointerType
())
289
if (CastFromTy->
isPointerType
())
481
if (!(ParamT->
isPointerType
() && ResultT->
isPointerType
()) &&
PointerArithChecker.cpp
298
if (!UOp->isIncrementDecrementOp() || !UOp->getType()->
isPointerType
())
327
if (Rhs->getType()->isIntegerType() && Lhs->getType()->
isPointerType
()) {
334
if (Lhs->getType()->isIntegerType() && Rhs->getType()->
isPointerType
()) {
NonnullGlobalConstantsChecker.cpp
133
if (Ty->
isPointerType
() && Ty->getPointeeType()->isCharType())
MallocSizeofChecker.cpp
184
if (!CastedType->
isPointerType
())
NonNullParamChecker.cpp
260
if (!Parameter->getType()->
isPointerType
())
SmartPtrModeling.cpp
241
assert(TrackingExpr->getType()->
isPointerType
() &&
344
assert(Call.getArgExpr(0)->getType()->
isPointerType
() &&
Iterator.cpp
20
if (Type->
isPointerType
())
NumberObjectConversionChecker.cpp
136
assert(ObjT.getCanonicalType()->
isPointerType
());
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
UncountedLambdaCapturesChecker.cpp
83
if (T->
isPointerType
()) {
PtrTypesSemantics.cpp
130
if (T->
isPointerType
() || T->isReferenceType()) {
UncountedLocalVarsChecker.cpp
64
if (T->
isPointerType
() || T->isReferenceType()) {
/src/external/mit/isl/dist/interface/
generator.cc
571
if (!type->
isPointerType
())
673
if (type->
isPointerType
()) {
700
if (type->
isPointerType
())
732
if (!type->
isPointerType
())
752
if (type->
isPointerType
()) {
781
if (type->
isPointerType
())
/src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Context.cpp
63
if (T->isReferenceType() || T->
isPointerType
()) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaFixItUtils.cpp
182
if (T.
isPointerType
() || T.isMemberPointerType()) {
SemaExceptionSpec.cpp
688
if (HandlerType->
isPointerType
() || HandlerType->isMemberPointerType()) {
713
if (!ExceptionType->
isPointerType
() || !HandlerType->
isPointerType
())
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
UninitializedPointee.cpp
51
if (getDecl()->getType()->
isPointerType
())
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
DynamicType.cpp
70
while (Ty->isReferenceType() || Ty->
isPointerType
())
SValBuilder.cpp
678
if (CastTy->
isPointerType
() || CastTy->isReferenceType())
752
if (CastTy->
isPointerType
() && !CastTy->isVoidPointerType()) {
779
if (CastTy->
isPointerType
() || CastTy->isReferenceType()) {
BugReporterVisitors.cpp
74
if (B->isAdditiveOp() && B->getType()->
isPointerType
()) {
75
if (B->getLHS()->getType()->
isPointerType
()) {
77
} else if (B->getRHS()->getType()->
isPointerType
()) {
119
(U->isIncrementDecrementOp() && U->getType()->
isPointerType
())) {
2500
if (OriginalTy->
isPointerType
()) {
2757
if (Ty->
isPointerType
()) {
/src/external/apache2/llvm/dist/clang/lib/Analysis/
Consumed.cpp
144
if (QT->
isPointerType
() || QT->isReferenceType())
154
if (QT->
isPointerType
() || QT->isReferenceType())
190
return ParamType->
isPointerType
() || ParamType->isReferenceType();
RetainSummaryManager.cpp
239
if (RetTy->
isPointerType
()) {
403
if (RetTy->
isPointerType
()) {
729
} else if (ResultTy->
isPointerType
()) {
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp
126
if (E->getSubExpr()->getType()->
isPointerType
()) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTBAA.cpp
189
if (Ty->
isPointerType
() || Ty->isReferenceType())
Completed in 43 milliseconds
1
2
3
4
Indexes created Mon Jun 08 00:24:58 UTC 2026