Searched refs:vat (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtIterator.cpp27 if (const VariableArrayType *vat = dyn_cast<VariableArrayType>(vt))
28 if (vat->getSizeExpr())
29 return vat;
H A DASTContext.cpp3496 const auto *vat = cast<VariableArrayType>(ty); local
3498 getVariableArrayDecayedType(vat->getElementType()),
3501 vat->getIndexTypeCVRQualifiers(),
3502 vat->getBracketsRange());
/freebsd-12-stable/sys/ufs/ffs/
H A Dffs_snapshot.c225 struct vattr vat; local
282 VATTR_NULL(&vat);
283 vat.va_type = VREG;
284 vat.va_mode = S_IRUSR;
285 vat.va_vaflags |= VA_EXCLUSIVE;
299 error = VOP_CREATE(nd.ni_dvp, &nd.ni_vp, &nd.ni_cnd, &vat);
575 if (VOP_GETATTR(xvp, &vat, td->td_ucred) == 0 &&
576 vat.va_nlink > 0) {
/freebsd-12-stable/sys/compat/linprocfs/
H A Dlinprocfs.c1178 struct vattr vat; local
1238 VOP_GETATTR(vp, &vat, td->td_ucred);
1239 ino = vat.va_fileid;
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2029 const VariableArrayType *vat = cast<VariableArrayType>(ty); local
2033 if (const Expr *size = vat->getSizeExpr()) {
2061 type = vat->getElementType();
/freebsd-12-stable/sys/compat/ndis/
H A Dsubr_ndis.c2753 struct vattr vat; local
2754 struct vattr *vap = &vat;
/freebsd-12-stable/sys/kern/
H A Dvfs_vnops.c217 struct vattr vat; local
218 struct vattr *vap = &vat;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1332 if (const VariableArrayType *vat = dyn_cast<VariableArrayType>(vt))
1333 if (vat->getSizeExpr())
1334 return vat;

Completed in 296 milliseconds