Home
last modified time | relevance | path

Searched refs:Formal (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Analysis/
DLint.cpp235 Argument *Formal = PI++; in visitCallSite() local
236 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()
/external/bison/data/
Dc.m4144 [b4_parse_param_for([Decl], [Formal], [ YYUSE (Formal);
/external/libxml2/os400/libxmlrpg/
Dxmlregexp.rpgle113 * Formal regular expression handling
/external/bison/doc/
Dbison.texi614 @section From Formal Rules to Bison Input
12049 Formal method of specifying context-free grammars originally proposed
12217 @xref{Grammar in Bison, ,From Formal Rules to Bison Input}.
Dbison.info1283 1.2 From Formal Rules to Bison Input
11151 Formal method of specifying context-free grammars originally
11326 *Note From Formal Rules to Bison Input: Grammar in Bison.