Searched refs:Formal (Results 1 – 5 of 5) sorted by relevance
237 Argument *Formal = &*PI++; in visitCallSite() local238 Assert(Formal->getType() == Actual->getType(), in visitCallSite()246 if (Formal->hasNoAliasAttr() && Actual->getType()->isPointerTy()) in visitCallSite()255 if (Formal->hasStructRetAttr() && Actual->getType()->isPointerTy()) { in visitCallSite()257 cast<PointerType>(Formal->getType())->getElementType(); in visitCallSite()
144 [b4_parse_param_for([Decl], [Formal], [ YYUSE (Formal);
113 * Formal regular expression handling
614 @section From Formal Rules to Bison Input12049 Formal method of specifying context-free grammars originally proposed12217 @xref{Grammar in Bison, ,From Formal Rules to Bison Input}.
1283 1.2 From Formal Rules to Bison Input11151 Formal method of specifying context-free grammars originally11326 *Note From Formal Rules to Bison Input: Grammar in Bison.