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

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
CastToStructChecker.cpp 54 if (OrigPointeeTy->isVoidType())
NSErrorChecker.cpp 56 if (!D->getResultType()->isVoidType())
104 if (!D->getResultType()->isVoidType())
OSAtomicChecker.cpp 193 if (!T->isVoidType())
204 if (!T->isVoidType())
MallocSizeofChecker.cpp 185 if (PointeeType->isVoidType())
  /external/clang/lib/Analysis/
CocoaConventions.cpp 43 if (!(PT->getPointeeType().getUnqualifiedType()->isVoidType()))
FormatString.cpp 374 if (pointee->getAsStructureType() || pointee->isVoidType())
UninitializedValues.cpp 395 if (CSE->getType()->isVoidType()) {
  /external/clang/lib/Sema/
SemaCast.cpp 560 if (DestPointee->isVoidType()) {
611 assert((DestRecord || DestPointee->isVoidType()) &&
732 if (DestType->isVoidType()) {
    [all...]
SemaStmt.cpp 184 if (E->getType()->isVoidType())
    [all...]
SemaExprCXX.cpp 596 if (!isPointer || !Ty->isVoidType()) {
    [all...]
AnalysisBasedWarnings.cpp 328 ReturnsVoid = FD->getResultType()->isVoidType();
333 ReturnsVoid = MD->getResultType()->isVoidType();
340 if (FT->getResultType()->isVoidType())
    [all...]
SemaExpr.cpp 471 if (T->isVoidType())
    [all...]
SemaType.cpp     [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 65 else if (TR->isVoidType() && !TR.hasQualifiers())
538 if (True->getType()->isVoidType() || False->getType()->isVoidType())
Type.cpp 373 return PT->getPointeeType()->isVoidType();
881 return isVoidType();
    [all...]
CommentSema.cpp 429 if (ThisDeclInfo->ResultType->isVoidType()) {
Expr.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 378 if (RetTy->isVoidType())
462 if (RetTy->isVoidType())
641 if (RetTy->isVoidType())
    [all...]
CGExprScalar.cpp 312 if (E->getType()->isVoidType())
546 if (DstType->isVoidType()) return 0;
693 if (E->getType()->isVoidType())
    [all...]
CGVTables.cpp 376 if (!ResultType->isVoidType() &&
387 if (!ResultType->isVoidType() && Slot.isNull())
CGExpr.cpp 648 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     [all...]

Completed in 361 milliseconds

1 2