Searched defs:Bd (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | mdoc.h | 148 struct mdoc_bd Bd; member
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTIL.h | 675 Function(Variable *Vd, SExpr *Bd) in Function() 680 Function(const Function &F, Variable *Vd, SExpr *Bd) // rewrite constructor in Function() 1866 Let(Variable *Vd, SExpr *Bd) : SExpr(COP_Let), VarDecl(Vd), Body(Bd) { in Let() 1870 Let(const Let &L, Variable *Vd, SExpr *Bd) : SExpr(L), VarDecl(Vd), Body(Bd) { in Let()
|