Home
last modified time | relevance | path

Searched refs:FAMDecl (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1173 const Expr *Base, const FieldDecl *FAMDecl, const FieldDecl *CountDecl) { in GetCountedByFieldExprGEP() argument
1215 const Expr *Base, const FieldDecl *FAMDecl, const FieldDecl *CountDecl) { in EmitLoadOfCountedByField() argument
1216 if (llvm::Value *GEP = GetCountedByFieldExprGEP(Base, FAMDecl, CountDecl)) in EmitLoadOfCountedByField()
H A DCGBuiltin.cpp3696 const auto *FAMDecl = cast<FieldDecl>(ME->getMemberDecl()); in EmitBuiltinExpr() local
3697 if (const FieldDecl *CountFD = FAMDecl->findCountedByField()) in EmitBuiltinExpr()
3698 Result = GetCountedByFieldExprGEP(Arg, FAMDecl, CountFD); in EmitBuiltinExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5990 const auto *FAMDecl = cast<FieldDecl>(ME->getMemberDecl()); in BuiltinCountedByRef() local
5991 if (const FieldDecl *CountFD = FAMDecl->findCountedByField()) { in BuiltinCountedByRef()