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

1 2 3

  /external/clang/lib/StaticAnalyzer/Checkers/
FixedAddressChecker.cpp 44 if (!T->isPointerType())
CheckSizeofPointer.cpp 54 if (T->isPointerType()) {
MallocSizeofChecker.cpp 183 if (!CastedType->isPointerType())
DeadStoresChecker.cpp 278 if (T->isPointerType() || T->isObjCObjectPointerType()) {
GenericTaintChecker.cpp 163 (E->getType().getTypePtr()->isPointerType() &&
RetainCountChecker.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 108 if (QT->isPointerType() && QT->getPointeeType().isConstQualified()) {
117 if (QT->isPointerType() && !QT->getPointeeType().isConstQualified()) {
137 if (QT->isPointerType() && QT->getPointeeType().isConstQualified()) {
258 if (mResultType->isPointerType()) {
280 if (QT->isPointerType()) {
413 slangAssert(QT->isPointerType() &&
553 if (QT->isPointerType()) {
  /external/chromium_org/ppapi/tests/clang/
find_affected_interfaces.cc 53 if (type_to_check.isPointerType()) {
print_names_and_sizes.cc 62 if (type.isPointerType()) {
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 294 if (InTy->isIntegerType() || InTy->isPointerType())
301 if (OutTy->isIntegerType() || OutTy->isPointerType())
SemaFixItUtils.cpp 180 if (T.isPointerType() || T.isMemberPointerType()) {
SemaExpr.cpp     [all...]
SemaChecking.cpp     [all...]
SemaTemplate.cpp 648 T->isPointerType() ||
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 146 if (Ty->isPointerType())
CGExprAgg.cpp 331 if (!Field->getType()->isPointerType() ||
356 if (Field->getType()->isPointerType() &&
    [all...]
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 119 if (E->getSubExpr()->getType()->isPointerType()) {
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 417 if (QT->isPointerType() && (QT->getPointeeType()->isAnyCharacterType())) {
ScanfFormatString.cpp 374 if (!QT->isPointerType())
FormatString.cpp 359 return argTy->isPointerType() || argTy->isObjCObjectPointerType() ||
  /external/clang/lib/AST/
Expr.cpp     [all...]
ExprCXX.cpp 59 if (QT->isPointerType() || QT->isReferenceType())
165 if (ArgType->isDependentType() && !ArgType->isPointerType())
677 if (ParamTy->isPointerType())
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp     [all...]
SValBuilder.cpp 457 if (castTy->isPointerType() || castTy->isReferenceType())
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 713 milliseconds

1 2 3