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

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
AdjustedReturnValueChecker.cpp 49 if (expectedResultTy->isVoidType()) {
CastToStructChecker.cpp 54 if (OrigPointeeTy->isVoidType())
NSErrorChecker.cpp 56 if (!D->getResultType()->isVoidType())
104 if (!D->getResultType()->isVoidType())
OSAtomicChecker.cpp 193 if (!T->isVoidType())
205 if (!T->isVoidType())
MallocSizeofChecker.cpp 155 if (PointeeType->isVoidType())
  /external/clang/lib/Analysis/
CocoaConventions.cpp 41 if (!(PT->getPointeeType().getUnqualifiedType()->isVoidType()))
FormatString.cpp 354 if (pointee->getAsStructureType() || pointee->isVoidType())
UninitializedValues.cpp 557 if (cse->getType()->isVoidType()) {
  /external/clang/lib/AST/
ExprClassification.cpp 65 else if (TR->isVoidType() && !TR.hasQualifiers())
525 if (True->getType()->isVoidType() || False->getType()->isVoidType())
Type.cpp 345 return PT->getPointeeType()->isVoidType();
853 return isVoidType();
    [all...]
Expr.cpp     [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 560 if (DestPointee->isVoidType()) {
611 assert((DestRecord || DestPointee->isVoidType()) &&
732 if (DestType->isVoidType()) {
    [all...]
SemaStmt.cpp 173 if (E->getType()->isVoidType())
    [all...]
SemaExpr.cpp 390 if (T->isVoidType())
    [all...]
AnalysisBasedWarnings.cpp 325 ReturnsVoid = FD->getResultType()->isVoidType();
330 ReturnsVoid = MD->getResultType()->isVoidType();
337 if (FT->getResultType()->isVoidType())
    [all...]
SemaExprCXX.cpp 585 if (!isPointer || !Ty->isVoidType()) {
840 if (!Ty->isVoidType() &&
    [all...]
SemaType.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 310 if (E->getType()->isVoidType())
548 if (DstType->isVoidType()) return 0;
695 if (E->getType()->isVoidType())
    [all...]
CGVTables.cpp 375 if (!ResultType->isVoidType() &&
386 if (!ResultType->isVoidType() && Slot.isNull())
TargetInfo.cpp 378 if (RetTy->isVoidType())
553 if (RetTy->isVoidType())
    [all...]
CGExpr.cpp 584 if (Ty->isVoidType())
    [all...]
CGClass.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 269 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isVoidType)
Type.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 903 if (!DerivedDecl && !derivedType->isVoidType())
    [all...]

Completed in 153 milliseconds

1 2