Searched refs:FPP (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | LegacyPassManager.cpp | 390 legacy::FunctionPassManagerImpl *FPP = OnTheFlyManager.second; in ~MPPassManager() local 391 delete FPP; in ~MPPassManager() 1513 legacy::FunctionPassManagerImpl *FPP = OnTheFlyManager.second; in runOnModule() local 1514 Changed |= FPP->doInitialization(M); in runOnModule() 1585 legacy::FunctionPassManagerImpl *FPP = OnTheFlyManager.second; in runOnModule() local 1588 FPP->releaseMemoryOnTheFly(); in runOnModule() 1589 Changed |= FPP->doFinalization(M); in runOnModule() 1606 legacy::FunctionPassManagerImpl *FPP = OnTheFlyManagers[P]; in addLowerLevelRequiredPass() local 1607 if (!FPP) { in addLowerLevelRequiredPass() 1608 FPP = new legacy::FunctionPassManagerImpl(); in addLowerLevelRequiredPass() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | CallGraphSCCPass.cpp | 171 FPPassManager *FPP = (FPPassManager*)P; in RunPassOnSCC() local 178 TimeRegion PassTimer(getPassTimer(FPP)); in RunPassOnSCC() 179 Changed |= FPP->runOnFunction(*F); in RunPassOnSCC()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 1765 const auto *FPP = P->castAs<FunctionProtoType>(), in DeduceTemplateArgumentsByTypeMatch() local 1770 if (FPP->getMethodQuals() != FPA->getMethodQuals() || in DeduceTemplateArgumentsByTypeMatch() 1771 FPP->getRefQualifier() != FPA->getRefQualifier() || in DeduceTemplateArgumentsByTypeMatch() 1772 FPP->isVariadic() != FPA->isVariadic()) in DeduceTemplateArgumentsByTypeMatch() 1777 S, TemplateParams, FPP->getReturnType(), FPA->getReturnType(), in DeduceTemplateArgumentsByTypeMatch() 1785 S, TemplateParams, FPP->param_type_begin(), FPP->getNumParams(), in DeduceTemplateArgumentsByTypeMatch() 1796 Expr *NoexceptExpr = FPP->getNoexceptExpr(); in DeduceTemplateArgumentsByTypeMatch()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | invoke.texi | 284 @cindex .FPP filename suffix 287 @item @var{file}.FPP
|
| H A D | ChangeLog | 3032 and `.FPP' as well as `.for' and `.fpp'.
|
| H A D | news.texi | 461 Source file names with the suffixes @samp{.FOR} and @samp{.FPP}
|
| H A D | g77.texi | 11707 to @samp{.fpp} or @samp{.FPP}), 11709 or from @samp{.FOR} to @samp{.FPP}.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | invoke.texi | 740 @itemx @var{file}.FPP 9935 Use hardware FPP floating point. This is the default. (FIS floating
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | invoke.texi | 889 @itemx @var{file}.FPP 11226 Use hardware FPP floating point. This is the default. (FIS floating
|
| H A D | gcc.info | 1082 `FILE.FPP' 10795 Use hardware FPP floating point. This is the default. (FIS
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ChangeLog.4 | 2107 .FPP.
|