Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h47 assert(NonLoc::isCompoundType(t)); in CompoundValData()
70 assert(NonLoc::isCompoundType(r->getValueType())); in LazyCompoundValData()
H A DSVals.h314 static bool isCompoundType(QualType T) { in isCompoundType() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2007 bool isCompoundType() const;
6649 inline bool Type::isCompoundType() const {
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp7241 bool isCompoundType(QualType Ty) const;
7343 bool SystemZABIInfo::isCompoundType(QualType Ty) const { in isCompoundType() function in SystemZABIInfo
7583 if (isCompoundType(RetTy) || getContext().getTypeSize(RetTy) > 64) in classifyReturnType()
7633 if (isCompoundType(Ty)) in classifyArgumentType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp4874 return T->isCompoundType(); in EvaluateUnaryTypeTrait()