Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DBasicValueFactory.h47 assert(NonLoc::isCompoundType(t)); in CompoundValData()
68 assert(NonLoc::isCompoundType(r->getValueType())); in LazyCompoundValData()
DSVals.h301 static bool isCompoundType(QualType T) { in isCompoundType() function
/external/clang/lib/CodeGen/
DTargetInfo.cpp5796 bool isCompoundType(QualType Ty) const;
5850 bool SystemZABIInfo::isCompoundType(QualType Ty) const { in isCompoundType() function in SystemZABIInfo
6082 if (isCompoundType(RetTy) || getContext().getTypeSize(RetTy) > 64) in classifyReturnType()
6132 if (isCompoundType(Ty)) in classifyArgumentType()
/external/clang/include/clang/AST/
DType.h1656 bool isCompoundType() const;
5460 inline bool Type::isCompoundType() const {
/external/llvm-project/clang/include/clang/AST/
DType.h2000 bool isCompoundType() const;
6617 inline bool Type::isCompoundType() const {
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp7179 bool isCompoundType(QualType Ty) const;
7240 bool SystemZABIInfo::isCompoundType(QualType Ty) const { in isCompoundType() function in SystemZABIInfo
7478 if (isCompoundType(RetTy) || getContext().getTypeSize(RetTy) > 64) in classifyReturnType()
7528 if (isCompoundType(Ty)) in classifyArgumentType()
/external/clang/lib/Sema/
DSemaExprCXX.cpp3991 return T->isCompoundType(); in EvaluateUnaryTypeTrait()
/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp4756 return T->isCompoundType(); in EvaluateUnaryTypeTrait()