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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp259 Argument *Formal = &*PI++; local
260 Assert(Formal->getType() == Actual->getType(),
268 if (Formal->hasNoAliasAttr() && Actual->getType()->isPointerTy()) {
278 if (Formal->onlyReadsMemory() && CS.onlyReadsMemory(ArgNo))
289 if (Formal->hasStructRetAttr() && Actual->getType()->isPointerTy()) {
291 cast<PointerType>(Formal->getType())->getElementType();

Completed in 154 milliseconds