Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp4954 return T.isPODType(C); in EvaluateUnaryTypeTrait()
5014 if (T.isPODType(C)) in EvaluateUnaryTypeTrait()
5024 if (T.isPODType(C)) in EvaluateUnaryTypeTrait()
5035 if (T.isPODType(C) || T->isReferenceType()) in EvaluateUnaryTypeTrait()
5045 if (T.isPODType(C)) in EvaluateUnaryTypeTrait()
5065 if (T.isPODType(C)) in EvaluateUnaryTypeTrait()
5126 if (T.isPODType(C) || T->isReferenceType()) in EvaluateUnaryTypeTrait()
5150 if (T.isPODType(C) || T->isObjCLifetimeType()) in EvaluateUnaryTypeTrait()
5163 if (T.isPODType(C)) in EvaluateUnaryTypeTrait()
5178 if (T.isPODType(C) || T->isReferenceType() || T->isObjCLifetimeType()) in EvaluateUnaryTypeTrait()
[all …]
H A DSemaDecl.cpp9191 !PT->isOpenCLSpecificType() && !PT.isPODType(S.Context)) in getOpenCLKernelParameterType()
11572 else if (!R.isPODType(Context) && !R->isVoidType() && in CheckFunctionDeclaration()
11864 bool isPODType; member in __anon4477f6fd1611::SelfReferenceChecker
11875 isPODType = false; in SelfReferenceChecker()
11880 isPODType = VD->getType().isPODType(S.Context); in SelfReferenceChecker()
12078 if (!isPODType) in VisitUnaryOperator()
14350 if (!ReturnTy->isDependentType() && ReturnTy.isPODType(Context)) { in DiagnoseSizeOfParametersAndReturnValue()
14360 if (T->isDependentType() || !T.isPODType(Context)) in DiagnoseSizeOfParametersAndReturnValue()
H A DSemaDeclCXX.cpp3659 bool AllPODFields = FieldME->getType().isPODType(S.Context); in HandleMemberExpr()
3672 if (!FieldME->getType().isPODType(S.Context)) in HandleMemberExpr()
H A DSemaExpr.cpp16596 if (!TInfo->getType().isPODType(Context)) { in BuildVAArgExpr()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXType.cpp800 return T.isPODType(cxtu::getASTUnit(TU)->getASTContext()) ? 1 : 0; in clang_isPODType()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprAgg.cpp665 E->getType().isPODType(CGF.getContext())) { in VisitCompoundLiteralExpr()
H A DCGExprCXX.cpp1671 (!allocType.isPODType(getContext()) || E->hasInitializer() || in EmitCXXNewExpr()
H A DCGDecl.cpp1471 ((Ty.isPODType(getContext()) || in EmitAutoVarAlloca()
H A DCGClass.cpp666 if (BaseElementTy.isPODType(CGF.getContext()) || in EmitMemberInitializer()
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp2360 bool QualType::isPODType(const ASTContext &Context) const { in isPODType() function in QualType
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h871 bool isPODType(const ASTContext &Context) const;