Home
last modified time | relevance | path

Searched refs:isPODType (Results 1 – 11 of 11) sorted by relevance

/external/clang/lib/Sema/
DSemaExprCXX.cpp3311 return T.isPODType(Self.Context); in EvaluateUnaryTypeTrait()
3364 if (T.isPODType(Self.Context)) in EvaluateUnaryTypeTrait()
3374 if (T.isPODType(Self.Context)) in EvaluateUnaryTypeTrait()
3385 if (T.isPODType(Self.Context) || T->isReferenceType()) in EvaluateUnaryTypeTrait()
3395 if (T.isPODType(Self.Context)) in EvaluateUnaryTypeTrait()
3415 if (T.isPODType(Self.Context)) in EvaluateUnaryTypeTrait()
3432 if (T.isPODType(Self.Context) || T->isReferenceType()) in EvaluateUnaryTypeTrait()
3456 if (T.isPODType(Self.Context) || T->isObjCLifetimeType()) in EvaluateUnaryTypeTrait()
3469 if (T.isPODType(Self.Context)) in EvaluateUnaryTypeTrait()
3484 if (T.isPODType(C) || T->isReferenceType() || T->isObjCLifetimeType()) in EvaluateUnaryTypeTrait()
[all …]
DSemaDecl.cpp7909 else if (!R.isPODType(Context) && !R->isVoidType() && in CheckFunctionDeclaration()
8103 bool isPODType; member in __anonc84139860611::SelfReferenceChecker
8111 isPODType = false; in SelfReferenceChecker()
8115 isPODType = VD->getType().isPODType(S.Context); in SelfReferenceChecker()
8206 if (!isPODType) in VisitUnaryOperator()
9593 if (!ReturnTy->isDependentType() && ReturnTy.isPODType(Context)) { in DiagnoseSizeOfParametersAndReturnValue()
9604 if (T->isDependentType() || !T.isPODType(Context)) in DiagnoseSizeOfParametersAndReturnValue()
DSemaType.cpp1669 !BaseT.isPODType(Context) && in BuildArrayType()
DSemaExpr.cpp10756 if (!TInfo->getType().isPODType(Context)) { in BuildVAArgExpr()
/external/clang/tools/libclang/
DCXType.cpp598 return T.isPODType(cxtu::getASTUnit(TU)->getASTContext()) ? 1 : 0; in clang_isPODType()
/external/clang/lib/CodeGen/
DCGExprAgg.cpp537 E->getType().isPODType(CGF.getContext())) { in VisitCompoundLiteralExpr()
DCGDecl.cpp861 ((Ty.isPODType(getContext()) || in EmitAutoVarAlloca()
DCGExprCXX.cpp1257 (!allocType.isPODType(getContext()) || E->hasInitializer()); in EmitCXXNewExpr()
DCGClass.cpp570 if (BaseElementTy.isPODType(CGF.getContext()) || in EmitMemberInitializer()
/external/clang/lib/AST/
DType.cpp955 bool QualType::isPODType(ASTContext &Context) const { in isPODType() function in QualType
/external/clang/include/clang/AST/
DType.h674 bool isPODType(ASTContext &Context) const;