HomeSort by relevance Sort by last modified time
    Searched refs:isPointerType (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/clang/lib/StaticAnalyzer/Checkers/
FixedAddressChecker.cpp 44 if (!T->isPointerType())
CheckSizeofPointer.cpp 56 if (T->isPointerType()) {
MallocSizeofChecker.cpp 186 if (!CastedType->isPointerType())
DeadStoresChecker.cpp 281 if (T->isPointerType() || T->isObjCObjectPointerType()) {
CallAndMessageChecker.cpp 151 if (ParamDecl->getType()->isPointerType()) {
GenericTaintChecker.cpp 162 (E->getType().getTypePtr()->isPointerType() &&
  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 159 if (!QT->isPointerType()) {
228 if (mResultType->isPointerType()) {
268 if (QT->isPointerType()) {
490 slangAssert(QT->isPointerType() &&
628 if (QT->isPointerType()) {
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 186 if (T.isPointerType() || T.isMemberPointerType()) {
SemaStmtAsm.cpp 420 if (InTy->isIntegerType() || InTy->isPointerType())
427 if (OutTy->isIntegerType() || OutTy->isPointerType())
SemaExpr.cpp     [all...]
SemaTemplate.cpp 635 T->isPointerType() ||
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaCast.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 141 if (Ty->isPointerType())
  /external/clang/lib/Analysis/
Consumed.cpp 142 if (QT->isPointerType() || QT->isReferenceType())
152 if (QT->isPointerType() || QT->isReferenceType())
189 return ParamType->isPointerType() || ParamType->isReferenceType();
    [all...]
FormatString.cpp 386 } if (argTy->isPointerType() || argTy->isObjCObjectPointerType() ||
PrintfFormatString.cpp 517 if (QT->isPointerType() && (QT->getPointeeType()->isAnyCharacterType())) {
ScanfFormatString.cpp 410 if (!QT->isPointerType())
  /external/clang/include/clang/Sema/
Overload.h 682 while (STy->isPointerType() || STy->isReferenceType())
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 127 if (E->getSubExpr()->getType()->isPointerType()) {
  /external/clang/lib/AST/
Expr.cpp     [all...]
ExprCXX.cpp 62 if (QT->isPointerType() || QT->isReferenceType())
222 if (ArgType->isDependentType() && !ArgType->isPointerType())
740 if (ParamTy->isPointerType())
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp     [all...]
SValBuilder.cpp 466 if (castTy->isPointerType() || castTy->isReferenceType())
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 739 milliseconds

1 2 3