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

12 3

  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 560 if (RetTy->isVoidType()) {
722 !FD->getResultType()->isVoidType() && Builder.GetInsertBlock()) {
    [all...]
CGClass.cpp     [all...]
CGExprCXX.cpp     [all...]
CGExpr.cpp 702 if (Ty->isVoidType())
    [all...]
CGObjCGNU.cpp     [all...]
CGBuiltin.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaExceptionSpec.cpp 64 if (PointeeT->isVoidType())
    [all...]
SemaExprObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaChecking.cpp     [all...]
SemaOverload.cpp 271 return ToPtrType->getPointeeType()->isVoidType();
    [all...]
SemaDeclAttr.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/AST/
CommentSema.cpp 581 if (ThisDeclInfo->ResultType->isVoidType()) {
    [all...]
Expr.cpp     [all...]
ExprConstant.cpp     [all...]
ExprCXX.cpp 594 if (DestType->isVoidType())
    [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 419 if (CSE->getType()->isVoidType()) {
  /external/clang/tools/libclang/
CXType.cpp 700 // if (QT->isVoidType()) return 1;
727 if (QT->isVoidType() || QT->isFunctionType())
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]

Completed in 675 milliseconds

12 3