Home
last modified time | relevance | path

Searched refs:isCountAttributedType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp1157 !ArrayBaseFD->getType()->isCountAttributedType()) in emitCountedByPointerSize()
1300 !FlexibleArrayMemberFD->getType()->isCountAttributedType()) in emitCountedByMemberSize()
H A DCGExpr.cpp4417 if (!ME || !ME->getMemberDecl()->getType()->isCountAttributedType()) in EmitCountedByBoundsChecking()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp743 bool Type::isCountAttributedType() const { in isCountAttributedType() function in Type
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2572 bool isCountAttributedType() const;