Searched defs:CountFD (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGExpr.cpp | 4292 if (const FieldDecl *CountFD = FindCountedByField(FAMDecl)) { EmitArraySubscriptExpr() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaDeclAttr.cpp | 5972 FieldDecl *CountFD = dyn_cast<FieldDecl>(CountDecl); CheckCountedByAttrOnField() local |
/llvm-project/llvm/lib/Frontend/OpenMP/ | ||
H A D | OMPIRBuilder.cpp | 6918 enum { OffsetFD = 0, CountFD, StrideFD }; emitNonContiguousDescriptor() enumerator |