HomeSort by relevance Sort by last modified time
    Searched refs:isVoidType (Results 1 - 25 of 58) 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->getReturnType()->isVoidType())
104 if (!D->getReturnType()->isVoidType())
MallocSizeofChecker.cpp 185 if (PointeeType->isVoidType())
  /external/clang/include/clang/Sema/
SemaInternal.h 32 cast<ParmVarDecl>(FTI.Params[0].Param)->getType()->isVoidType();
  /external/clang/lib/Analysis/
CocoaConventions.cpp 43 if (!(PT->getPointeeType().getUnqualifiedType()->isVoidType()))
BodyFarm.cpp 38 if (!FT || !FT->getReturnType()->isVoidType() || FT->getNumParams() != 0)
FormatString.cpp 395 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 389 if (ToTy->isVoidType())
  /external/clang/lib/AST/
ExprClassification.cpp 50 else if (TR->isVoidType() && !TR.hasQualifiers())
546 if (True->getType()->isVoidType() || False->getType()->isVoidType()) {
Type.cpp 388 return PT->getPointeeType()->isVoidType();
911 return isVoidType();
    [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 158 if (InputExpr->getType()->isVoidType()) {
177 if (!Ty->isVoidType() || !Info.allowsMemory())
SemaCast.cpp 565 if (DestPointee->isVoidType()) {
628 assert((DestRecord || DestPointee->isVoidType()) &&
681 if (!Self.getLangOpts().RTTI && !DestPointee->isVoidType()) {
    [all...]
SemaExprCXX.cpp 662 if (!isPointer || !Ty->isVoidType()) {
    [all...]
SemaExpr.cpp 576 if (T->isVoidType())
774 if (Ty->isVoidType())
    [all...]
SemaStmt.cpp 224 if (E->getType()->isVoidType())
    [all...]
AnalysisBasedWarnings.cpp 509 ReturnsVoid = FD->getReturnType()->isVoidType();
513 ReturnsVoid = MD->getReturnType()->isVoidType();
520 if (FT->getReturnType()->isVoidType())
    [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 579 if (!E->getType()->isVoidType() && !Dest)
732 if (!RetTy->isVoidType())
734 if (E->getType()->isVoidType())
789 if (E->getType()->isVoidType())
    [all...]
CGExprScalar.cpp 324 if (E->getType()->isVoidType())
699 if (DstType->isVoidType()) return nullptr;
    [all...]
CGVTables.cpp 276 if (!ResultType->isVoidType() &&
289 if (!ResultType->isVoidType() && Slot.isNull())
TargetInfo.cpp 391 if (RetTy->isVoidType())
462 if (RetTy->isVoidType())
670 if (RetTy->isVoidType())
    [all...]
  /external/lldb/source/Expression/
ASTResultSynthesizer.cpp 323 if (expr_type->isVoidType())
  /external/clang/include/clang/AST/
CanonicalType.h 268 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isVoidType)

Completed in 220 milliseconds

1 2 3