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

1 2 3

  /external/clang/lib/StaticAnalyzer/Checkers/
ReturnUndefChecker.cpp 58 if (!RT.isNull() && RT->isVoidType())
65 RetE->getType()->isVoidType())
CastToStructChecker.cpp 54 if (OrigPointeeTy->isVoidType())
TraversalChecker.cpp 99 if (Call.getResultType()->isVoidType())
NSErrorChecker.cpp 57 if (!D->getResultType()->isVoidType())
105 if (!D->getResultType()->isVoidType())
MallocSizeofChecker.cpp 186 if (PointeeType->isVoidType())
  /external/clang/lib/Analysis/
CocoaConventions.cpp 43 if (!(PT->getPointeeType().getUnqualifiedType()->isVoidType()))
BodyFarm.cpp 38 if (!FT || !FT->getResultType()->isVoidType() ||
FormatString.cpp 374 if (pointee->getAsStructureType() || pointee->isVoidType())
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 318 if (!TargetClass && !TargetType->isVoidType())
331 if (!TargetType->isVoidType() && MRClass->hasDefinition()) {
347 if (TargetType->isVoidType())
SValBuilder.cpp 387 if (ToTy->isVoidType())
  /external/clang/lib/AST/
ExprClassification.cpp 50 else if (TR->isVoidType() && !TR.hasQualifiers())
547 if (True->getType()->isVoidType() || False->getType()->isVoidType())
Type.cpp 384 return PT->getPointeeType()->isVoidType();
900 return isVoidType();
    [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 158 if (InputExpr->getType()->isVoidType()) {
177 if (!Ty->isVoidType() || !Info.allowsMemory())
SemaCast.cpp 562 if (DestPointee->isVoidType()) {
620 assert((DestRecord || DestPointee->isVoidType()) &&
    [all...]
SemaExprCXX.cpp 622 if (!isPointer || !Ty->isVoidType()) {
    [all...]
SemaStmt.cpp 211 if (E->getType()->isVoidType())
    [all...]
SemaExpr.cpp 572 if (T->isVoidType())
753 if (Ty->isVoidType())
    [all...]
SemaLambda.cpp 200 !LSI->ReturnType->isVoidType()) {
570 cast<ParmVarDecl>(FTI.ArgInfo[0].Param)->getType()->isVoidType()) {
    [all...]
AnalysisBasedWarnings.cpp 332 ReturnsVoid = FD->getResultType()->isVoidType();
336 ReturnsVoid = MD->getResultType()->isVoidType();
343 if (FT->getResultType()->isVoidType())
    [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 439 if (!E->getType()->isVoidType() && !Dest)
585 if (!RetTy->isVoidType())
587 if (E->getType()->isVoidType())
642 if (E->getType()->isVoidType())
704 if (E->getType()->isVoidType())
    [all...]
TargetInfo.cpp 409 if (RetTy->isVoidType())
480 if (RetTy->isVoidType())
668 if (RetTy->isVoidType())
    [all...]
CGExprScalar.cpp 321 if (E->getType()->isVoidType())
696 if (DstType->isVoidType()) return 0;
    [all...]
CGVTables.cpp 370 if (!ResultType->isVoidType() &&
381 if (!ResultType->isVoidType() && Slot.isNull())
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 276 if (GRT->isVoidType())
291 if (!SRT->isVoidType())
  /external/clang/include/clang/AST/
CanonicalType.h 269 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isVoidType)

Completed in 222 milliseconds

1 2 3