Home
last modified time | relevance | path

Searched refs:isCompoundType (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSystemZ.cpp32 bool isCompoundType(QualType Ty) const;
170 bool SystemZABIInfo::isCompoundType(QualType Ty) const { in isCompoundType() function in SystemZABIInfo
409 if (isCompoundType(RetTy) || getContext().getTypeSize(RetTy) > 64) in classifyReturnType()
459 if (isCompoundType(Ty)) in classifyArgumentType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h46 assert(NonLoc::isCompoundType(t)); in CompoundValData()
70 assert(NonLoc::isCompoundType(r->getValueType())); in LazyCompoundValData()
H A DSVals.h250 static bool isCompoundType(QualType T) { in isCompoundType() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2256 bool isCompoundType() const;
7058 inline bool Type::isCompoundType() const {
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5122 return T->isCompoundType(); in EvaluateUnaryTypeTrait()