Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDBasicValueFactory.h47 assert(NonLoc::isCompoundType(t)); in CompoundValData()
68 assert(NonLoc::isCompoundType(r->getValueType())); in LazyCompoundValData()
HDSVals.h307 static bool isCompoundType(QualType T) { in isCompoundType() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDTargetInfo.cpp6638 bool isCompoundType(QualType Ty) const;
6694 bool SystemZABIInfo::isCompoundType(QualType Ty) const { in isCompoundType() function in SystemZABIInfo
6923 if (isCompoundType(RetTy) || getContext().getTypeSize(RetTy) > 64) in classifyReturnType()
6973 if (isCompoundType(Ty)) in classifyArgumentType()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDType.h2007 bool isCompoundType() const;
6478 inline bool Type::isCompoundType() const {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprCXX.cpp4582 return T->isCompoundType(); in EvaluateUnaryTypeTrait()