Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h274 static bool isCompoundType(QualType T) { in isCompoundType() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h2082 bool isCompoundType() const;
6781 inline bool Type::isCompoundType() const {
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp7393 bool isCompoundType(QualType Ty) const;
7495 bool SystemZABIInfo::isCompoundType(QualType Ty) const { in isCompoundType() function in SystemZABIInfo
7731 if (isCompoundType(RetTy) || getContext().getTypeSize(RetTy) > 64) in classifyReturnType()
7781 if (isCompoundType(Ty)) in classifyArgumentType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp4937 return T->isCompoundType(); in EvaluateUnaryTypeTrait()