Home
last modified time | relevance | path

Searched defs:CountFD (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaBoundsSafety.cpp182 FieldDecl *CountFD = dyn_cast<FieldDecl>(CountDecl); in CheckCountedByAttrOnField() local
H A DSemaChecking.cpp5991 if (const FieldDecl *CountFD = FAMDecl->findCountedByField()) { in BuiltinCountedByRef() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp1128 const FieldDecl *ArrayFD, const FieldDecl *CountFD, in GetCountFieldAndIndex()
1164 const FieldDecl *CountFD = ArrayBaseFD->findCountedByField(); in emitCountedByPointerSize() local
1307 const FieldDecl *CountFD = FlexibleArrayMemberFD->findCountedByField(); in emitCountedByMemberSize() local
3701 if (const FieldDecl *CountFD = FAMDecl->findCountedByField()) in EmitBuiltinExpr() local
H A DCGExpr.cpp4427 const FieldDecl *CountFD = FD->findCountedByField(); in EmitCountedByBoundsChecking() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp8201 enum { OffsetFD = 0, CountFD, StrideFD }; in emitNonContiguousDescriptor() enumerator