Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h273 static bool isCompoundType(QualType T) { in isCompoundType() function
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DType.h2143 bool isCompoundType() const;
6868 inline bool Type::isCompoundType() const {
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp7405 bool isCompoundType(QualType Ty) const;
7547 bool SystemZABIInfo::isCompoundType(QualType Ty) const { in isCompoundType() function in SystemZABIInfo
7789 if (isCompoundType(RetTy) || getContext().getTypeSize(RetTy) > 64) in classifyReturnType()
7839 if (isCompoundType(Ty)) in classifyArgumentType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp5040 return T->isCompoundType(); in EvaluateUnaryTypeTrait()