Searched defs:Formal (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/
H A DLint.cpp237 Argument *Formal = &*PI++; local
238 Assert(Formal->getType() == Actual->getType(),
246 if (Formal->hasNoAliasAttr() && Actual->getType()->isPointerTy())
255 if (Formal->hasStructRetAttr() && Actual->getType()->isPointerTy()) {
257 cast<PointerType>(Formal->getType())->getElementType();
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DLint.cpp224 Argument *Formal = PI++; local
225 Assert1(Formal->getType() == Actual->getType(),
232 if (Formal->hasNoAliasAttr() && Actual->getType()->isPointerTy())
242 if (Formal->hasStructRetAttr() && Actual->getType()->isPointerTy()) {
244 cast<PointerType>(Formal->getType())->getElementType();
/external/mockito/lib/
H A Dbyte-buddy-1.6.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...

Completed in 259 milliseconds