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

1 2 3 4 5 6

  /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 105 if (Call.getResultType()->isVoidType())
NSErrorChecker.cpp 57 if (!D->getReturnType()->isVoidType())
104 if (!D->getReturnType()->isVoidType())
MallocSizeofChecker.cpp 188 if (PointeeType->isVoidType())
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 48 return !T.isNull() && !T->isVoidType();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 48 return !T.isNull() && !T->isVoidType();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 48 return !T.isNull() && !T->isVoidType();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 48 return !T.isNull() && !T->isVoidType();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 48 return !T.isNull() && !T->isVoidType();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 48 return !T.isNull() && !T->isVoidType();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 48 return !T.isNull() && !T->isVoidType();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 48 return !T.isNull() && !T->isVoidType();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 48 return !T.isNull() && !T->isVoidType();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 48 return !T.isNull() && !T->isVoidType();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 48 return !T.isNull() && !T->isVoidType();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 48 return !T.isNull() && !T->isVoidType();
  /external/clang/lib/Analysis/
CocoaConventions.cpp 43 if (!(PT->getPointeeType().getUnqualifiedType()->isVoidType()))
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/
VoidType.java 117 public boolean isVoidType() {
Type.java 241 public boolean isVoidType() {
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 307 if (!TargetClass && !TargetType->isVoidType())
320 if (!TargetType->isVoidType() && MRClass->hasDefinition()) {
336 if (TargetType->isVoidType())
  /external/clang/lib/AST/
ExprClassification.cpp 50 else if (TR->isVoidType() && !TR.hasQualifiers())
558 if (True->getType()->isVoidType() || False->getType()->isVoidType()) {
  /external/clang/lib/Sema/
SemaCast.cpp 603 if (DestPointee->isVoidType()) {
666 assert((DestRecord || DestPointee->isVoidType()) &&
712 if (!Self.getLangOpts().RTTI && !DestPointee->isVoidType()) {
    [all...]
  /external/clang/include/clang/Sema/
SemaInternal.h 33 cast<ParmVarDecl>(FTI.Params[0].Param)->getType()->isVoidType();
  /frameworks/compile/slang/
slang_rs_foreach_lowering.cpp 234 const unsigned numOutputsExpected = resultType->isVoidType() ? 0 : 1;

Completed in 661 milliseconds

1 2 3 4 5 6