Searched refs:Formal (Results 1 – 5 of 5) sorted by relevance
235 Argument *Formal = PI++; in visitCallSite() local236 Assert(Formal->getType() == Actual->getType(), in visitCallSite()244 if (Formal->hasNoAliasAttr() && Actual->getType()->isPointerTy()) in visitCallSite()254 if (Formal->hasStructRetAttr() && Actual->getType()->isPointerTy()) { in visitCallSite()256 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.