Searched refs:FnR (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | FunctionComparator.cpp | 492 assert(LBA->getFunction() == FnL && RBA->getFunction() == FnR); in cmpConstants() 858 if (R == FnR) in cmpValues() 862 if (R == FnR) { in cmpValues() 947 if (int Res = cmpAttrs(FnL->getAttributes(), FnR->getAttributes())) in compareSignature() 950 if (int Res = cmpNumbers(FnL->hasGC(), FnR->hasGC())) in compareSignature() 954 if (int Res = cmpMem(FnL->getGC(), FnR->getGC())) in compareSignature() 958 if (int Res = cmpNumbers(FnL->hasSection(), FnR->hasSection())) in compareSignature() 962 if (int Res = cmpMem(FnL->getSection(), FnR->getSection())) in compareSignature() 966 if (int Res = cmpNumbers(FnL->isVarArg(), FnR->isVarArg())) in compareSignature() 971 if (int Res = cmpNumbers(FnL->getCallingConv(), FnR->getCallingConv())) in compareSignature() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | FunctionComparator.h | 97 : FnL(F1), FnR(F2), GlobalNumbers(GN) {} in FunctionComparator() 324 const Function *FnL, *FnR; 329 const Function *FnL, *FnR; global() variable
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 16042 ExprResult FnR = CreateUnresolvedLookupExpr(/*NamingClass=*/nullptr, in BuildForRangeBeginEndCall() local 16045 if (FnR.isInvalid()) in BuildForRangeBeginEndCall() 16047 UnresolvedLookupExpr *Fn = cast<UnresolvedLookupExpr>(FnR.get()); in BuildForRangeBeginEndCall()
|