Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTypeTraits.cpp811 return T.isPODType(C); in EvaluateUnaryTypeTrait()
872 if (T.isPODType(C)) in EvaluateUnaryTypeTrait()
882 if (T.isPODType(C)) in EvaluateUnaryTypeTrait()
894 if (T.isPODType(C) || T->isReferenceType()) in EvaluateUnaryTypeTrait()
904 if (T.isPODType(C)) in EvaluateUnaryTypeTrait()
925 if (T.isPODType(C)) in EvaluateUnaryTypeTrait()
986 if (T.isPODType(C) || T->isReferenceType()) in EvaluateUnaryTypeTrait()
1010 if (T.isPODType(C) || T->isObjCLifetimeType()) in EvaluateUnaryTypeTrait()
1023 if (T.isPODType(C)) in EvaluateUnaryTypeTrait()
1038 if (T.isPODType(C) || T->isReferenceType() || T->isObjCLifetimeType()) in EvaluateUnaryTypeTrait()
[all …]
H A DSemaDecl.cpp9652 !PT->isOpenCLSpecificType() && !PT.isPODType(S.Context)) in getOpenCLKernelParameterType()
12349 else if (!R.isPODType(Context) && !R->isVoidType() && in CheckFunctionDeclaration()
12667 bool isPODType; member in __anondd060bcd1e11::SelfReferenceChecker
12679 isPODType = false; in SelfReferenceChecker()
12685 isPODType = VD->getType().isPODType(S.Context); in SelfReferenceChecker()
12898 if (!isPODType) in VisitUnaryOperator()
15475 if (!ReturnTy->isDependentType() && ReturnTy.isPODType(Context)) { in DiagnoseSizeOfParametersAndReturnValue()
15485 if (T->isDependentType() || !T.isPODType(Context)) in DiagnoseSizeOfParametersAndReturnValue()
H A DSemaDeclCXX.cpp3801 bool AllPODFields = FieldME->getType().isPODType(S.Context); in HandleMemberExpr()
3814 if (!FieldME->getType().isPODType(S.Context)) in HandleMemberExpr()
H A DSemaExpr.cpp16733 if (!TInfo->getType().isPODType(Context)) { in BuildVAArgExpr()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCXXExpr.cpp351 (!allocType.isPODType(getContext()) || e->hasInitializer()); in emitCXXNewExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1738 (!allocType.isPODType(getContext()) || E->hasInitializer() || in EmitCXXNewExpr()
H A DCGExprAgg.cpp801 E->getType().isPODType(CGF.getContext())) { in VisitCompoundLiteralExpr()
H A DCGClass.cpp664 if (BaseElementTy.isPODType(CGF.getContext()) || in EmitMemberInitializer()
H A DCGDecl.cpp1527 ((Ty.isPODType(getContext()) || in EmitAutoVarAlloca()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2693 bool QualType::isPODType(const ASTContext &Context) const { in isPODType() function in QualType
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h1101 bool isPODType(const ASTContext &Context) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc10898 {"_ZNK5clang4Type9isPODTypeEv", "clang::Type::isPODType() const"},