Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h47 assert(NonLoc::isCompoundType(t)); in CompoundValData()
68 assert(NonLoc::isCompoundType(r->getValueType())); in LazyCompoundValData()
H A DSVals.h301 static bool isCompoundType(QualType T) { in isCompoundType() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h2007 bool isCompoundType() const;
6649 inline bool Type::isCompoundType() const {
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp7224 bool isCompoundType(QualType Ty) const;
7326 bool SystemZABIInfo::isCompoundType(QualType Ty) const { in isCompoundType() function in SystemZABIInfo
7564 if (isCompoundType(RetTy) || getContext().getTypeSize(RetTy) > 64) in classifyReturnType()
7614 if (isCompoundType(Ty)) in classifyArgumentType()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp4826 return T->isCompoundType(); in EvaluateUnaryTypeTrait()