Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5139 return T.isPODType(C); in EvaluateUnaryTypeTrait()
5199 if (T.isPODType(C)) in EvaluateUnaryTypeTrait()
5209 if (T.isPODType(C)) in EvaluateUnaryTypeTrait()
5220 if (T.isPODType(C) || T->isReferenceType()) in EvaluateUnaryTypeTrait()
5230 if (T.isPODType(C)) in EvaluateUnaryTypeTrait()
5250 if (T.isPODType(C)) in EvaluateUnaryTypeTrait()
5311 if (T.isPODType(C) || T->isReferenceType()) in EvaluateUnaryTypeTrait()
5335 if (T.isPODType(C) || T->isObjCLifetimeType()) in EvaluateUnaryTypeTrait()
5348 if (T.isPODType(C)) in EvaluateUnaryTypeTrait()
5363 if (T.isPODType(C) || T->isReferenceType() || T->isObjCLifetimeType()) in EvaluateUnaryTypeTrait()
[all …]
H A DSemaDecl.cpp9579 !PT->isOpenCLSpecificType() && !PT.isPODType(S.Context)) in getOpenCLKernelParameterType()
12207 else if (!R.isPODType(Context) && !R->isVoidType() && in CheckFunctionDeclaration()
12658 bool isPODType; member in __anon7daf71031d11::SelfReferenceChecker
12669 isPODType = false; in SelfReferenceChecker()
12674 isPODType = VD->getType().isPODType(S.Context); in SelfReferenceChecker()
12873 if (!isPODType) in VisitUnaryOperator()
15249 if (!ReturnTy->isDependentType() && ReturnTy.isPODType(Context)) { in DiagnoseSizeOfParametersAndReturnValue()
15259 if (T->isDependentType() || !T.isPODType(Context)) in DiagnoseSizeOfParametersAndReturnValue()
H A DSemaDeclCXX.cpp3843 bool AllPODFields = FieldME->getType().isPODType(S.Context); in HandleMemberExpr()
3856 if (!FieldME->getType().isPODType(S.Context)) in HandleMemberExpr()
H A DSemaExpr.cpp17380 if (!TInfo->getType().isPODType(Context)) { in BuildVAArgExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp688 E->getType().isPODType(CGF.getContext())) { in VisitCompoundLiteralExpr()
H A DCGExprCXX.cpp1700 (!allocType.isPODType(getContext()) || E->hasInitializer() || in EmitCXXNewExpr()
H A DCGDecl.cpp1489 ((Ty.isPODType(getContext()) || in EmitAutoVarAlloca()
H A DCGClass.cpp659 if (BaseElementTy.isPODType(CGF.getContext()) || in EmitMemberInitializer()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2510 bool QualType::isPODType(const ASTContext &Context) const { in isPODType() function in QualType
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h902 bool isPODType(const ASTContext &Context) const;