Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5310 return T.isPODType(C); in EvaluateUnaryTypeTrait()
5370 if (T.isPODType(C)) in EvaluateUnaryTypeTrait()
5380 if (T.isPODType(C)) in EvaluateUnaryTypeTrait()
5391 if (T.isPODType(C) || T->isReferenceType()) in EvaluateUnaryTypeTrait()
5401 if (T.isPODType(C)) in EvaluateUnaryTypeTrait()
5421 if (T.isPODType(C)) in EvaluateUnaryTypeTrait()
5482 if (T.isPODType(C) || T->isReferenceType()) in EvaluateUnaryTypeTrait()
5506 if (T.isPODType(C) || T->isObjCLifetimeType()) in EvaluateUnaryTypeTrait()
5519 if (T.isPODType(C)) in EvaluateUnaryTypeTrait()
5534 if (T.isPODType(C) || T->isReferenceType() || T->isObjCLifetimeType()) in EvaluateUnaryTypeTrait()
[all …]
H A DSemaDecl.cpp9435 !PT->isOpenCLSpecificType() && !PT.isPODType(S.Context)) in getOpenCLKernelParameterType()
12112 else if (!R.isPODType(Context) && !R->isVoidType() && in CheckFunctionDeclaration()
12457 bool isPODType; member in __anondd060bcd1e11::SelfReferenceChecker
12468 isPODType = false; in SelfReferenceChecker()
12473 isPODType = VD->getType().isPODType(S.Context); in SelfReferenceChecker()
12672 if (!isPODType) in VisitUnaryOperator()
15046 if (!ReturnTy->isDependentType() && ReturnTy.isPODType(Context)) { in DiagnoseSizeOfParametersAndReturnValue()
15056 if (T->isDependentType() || !T.isPODType(Context)) in DiagnoseSizeOfParametersAndReturnValue()
H A DSemaDeclCXX.cpp3702 bool AllPODFields = FieldME->getType().isPODType(S.Context); in HandleMemberExpr()
3715 if (!FieldME->getType().isPODType(S.Context)) in HandleMemberExpr()
H A DSemaExpr.cpp16370 if (!TInfo->getType().isPODType(Context)) { in BuildVAArgExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp699 E->getType().isPODType(CGF.getContext())) { in VisitCompoundLiteralExpr()
H A DCGExprCXX.cpp1699 (!allocType.isPODType(getContext()) || E->hasInitializer() || in EmitCXXNewExpr()
H A DCGDecl.cpp1491 ((Ty.isPODType(getContext()) || in EmitAutoVarAlloca()
H A DCGClass.cpp668 if (BaseElementTy.isPODType(CGF.getContext()) || in EmitMemberInitializer()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2593 bool QualType::isPODType(const ASTContext &Context) const { in isPODType() function in QualType
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h1106 bool isPODType(const ASTContext &Context) const;