| /NextBSD/contrib/bmake/mk/sys/ |
| HD | AIX.mk | 50 FC= f77 53 COMPILE.f= ${FC} ${FFLAGS} -c 54 LINK.f= ${FC} ${FFLAGS} ${LDFLAGS} 55 COMPILE.F= ${FC} ${FFLAGS} ${CPPFLAGS} -c 56 LINK.F= ${FC} ${FFLAGS} ${CPPFLAGS} ${LDFLAGS} 57 COMPILE.r= ${FC} ${FFLAGS} ${RFLAGS} -c 58 LINK.r= ${FC} ${FFLAGS} ${RFLAGS} ${LDFLAGS}
|
| HD | Linux.mk | 53 FC= f77 56 COMPILE.f= ${FC} ${FFLAGS} -c 57 LINK.f= ${FC} ${FFLAGS} ${LDFLAGS} 58 COMPILE.F= ${FC} ${FFLAGS} ${CPPFLAGS} -c 59 LINK.F= ${FC} ${FFLAGS} ${CPPFLAGS} ${LDFLAGS} 60 COMPILE.r= ${FC} ${FFLAGS} ${RFLAGS} -c 61 LINK.r= ${FC} ${FFLAGS} ${RFLAGS} ${LDFLAGS}
|
| HD | Generic.mk | 61 FC?= f77 64 COMPILE.f?= ${FC} ${FFLAGS} -c 65 LINK.f?= ${FC} ${FFLAGS} ${LDFLAGS} 66 COMPILE.F?= ${FC} ${FFLAGS} ${CPPFLAGS} -c 67 LINK.F?= ${FC} ${FFLAGS} ${CPPFLAGS} ${LDFLAGS} 68 COMPILE.r?= ${FC} ${FFLAGS} ${RFLAGS} -c 69 LINK.r?= ${FC} ${FFLAGS} ${RFLAGS} ${LDFLAGS}
|
| HD | OpenBSD.mk | 59 FC?= f77 62 COMPILE.f?= ${FC} ${FFLAGS} -c 63 LINK.f?= ${FC} ${FFLAGS} ${LDFLAGS} 64 COMPILE.F?= ${FC} ${FFLAGS} ${CPPFLAGS} -c 65 LINK.F?= ${FC} ${FFLAGS} ${CPPFLAGS} ${LDFLAGS} 66 COMPILE.r?= ${FC} ${FFLAGS} ${RFLAGS} -c 67 LINK.r?= ${FC} ${FFLAGS} ${RFLAGS} ${LDFLAGS}
|
| HD | IRIX.mk | 49 FC?= f77 52 COMPILE.f?= ${FC} ${FFLAGS} -c 53 LINK.f?= ${FC} ${FFLAGS} ${LDFLAGS} 54 COMPILE.F?= ${FC} ${FFLAGS} ${CPPFLAGS} -c 55 LINK.F?= ${FC} ${FFLAGS} ${CPPFLAGS} ${LDFLAGS} 56 COMPILE.r?= ${FC} ${FFLAGS} ${RFLAGS} -c 57 LINK.r?= ${FC} ${FFLAGS} ${RFLAGS} ${LDFLAGS}
|
| HD | UnixWare.mk | 64 FC?= g77 66 FC?= f77 # XXX: don't know about UDK compilers 70 COMPILE.f?= ${FC} ${FFLAGS} -c 71 LINK.f?= ${FC} ${FFLAGS} ${LDFLAGS} 72 COMPILE.F?= ${FC} ${FFLAGS} ${CPPFLAGS} -c 73 LINK.F?= ${FC} ${FFLAGS} ${CPPFLAGS} ${LDFLAGS} 74 COMPILE.r?= ${FC} ${FFLAGS} ${RFLAGS} -c 75 LINK.r?= ${FC} ${FFLAGS} ${RFLAGS} ${LDFLAGS}
|
| HD | OSF1.mk | 60 FC= f77 63 COMPILE.f= ${FC} ${FFLAGS} -c 64 LINK.f= ${FC} ${FFLAGS} ${LDFLAGS} 65 COMPILE.F= ${FC} ${FFLAGS} ${CPPFLAGS} -c 66 LINK.F= ${FC} ${FFLAGS} ${CPPFLAGS} ${LDFLAGS} 67 COMPILE.r= ${FC} ${FFLAGS} ${RFLAGS} -c 68 LINK.r= ${FC} ${FFLAGS} ${RFLAGS} ${LDFLAGS}
|
| HD | Darwin.mk | 57 FC?= f77 60 COMPILE.f?= ${FC} ${FFLAGS} -c 61 LINK.f?= ${FC} ${FFLAGS} ${LDFLAGS} 62 COMPILE.F?= ${FC} ${FFLAGS} ${CPPFLAGS} -c 63 LINK.F?= ${FC} ${FFLAGS} ${CPPFLAGS} ${LDFLAGS} 64 COMPILE.r?= ${FC} ${FFLAGS} ${RFLAGS} -c 65 LINK.r?= ${FC} ${FFLAGS} ${RFLAGS} ${LDFLAGS}
|
| HD | NetBSD.mk | 84 FC?= f77 87 COMPILE.f?= ${FC} ${FFLAGS} -c 88 LINK.f?= ${FC} ${FFLAGS} ${LDFLAGS} 89 COMPILE.F?= ${FC} ${FFLAGS} ${CPPFLAGS} -c 90 LINK.F?= ${FC} ${FFLAGS} ${CPPFLAGS} ${LDFLAGS} 91 COMPILE.r?= ${FC} ${FFLAGS} ${RFLAGS} -c 92 LINK.r?= ${FC} ${FFLAGS} ${RFLAGS} ${LDFLAGS}
|
| HD | HP-UX.mk | 84 FC= f77 87 COMPILE.f= ${FC} ${FFLAGS} -c 88 LINK.f= ${FC} ${FFLAGS} ${LDFLAGS} 89 COMPILE.F= ${FC} ${FFLAGS} ${CPPFLAGS} -c 90 LINK.F= ${FC} ${FFLAGS} ${CPPFLAGS} ${LDFLAGS} 91 COMPILE.r= ${FC} ${FFLAGS} ${RFLAGS} -c 92 LINK.r= ${FC} ${FFLAGS} ${RFLAGS} ${LDFLAGS}
|
| HD | SunOS.mk | 81 FC= f77 84 COMPILE.f= ${FC} ${FFLAGS} -c 85 LINK.f= ${FC} ${FFLAGS} ${LDFLAGS} 86 COMPILE.F= ${FC} ${FFLAGS} ${CPPFLAGS} -c 87 LINK.F= ${FC} ${FFLAGS} ${CPPFLAGS} ${LDFLAGS} 88 COMPILE.r= ${FC} ${FFLAGS} ${RFLAGS} -c 89 LINK.r= ${FC} ${FFLAGS} ${RFLAGS} ${LDFLAGS}
|
| /NextBSD/contrib/llvm/tools/clang/lib/Index/ |
| HD | CommentToXML.cpp | 224 CommentASTToHTMLConverter(const FullComment *FC, in CommentASTToHTMLConverter() argument 227 FC(FC), Result(Str), Traits(Traits) in CommentASTToHTMLConverter() 256 const FullComment *FC; member in __anon0bd3b2a10111::CommentASTToHTMLConverter 361 appendToResultWithHTMLEscaping(C->getParamName(FC)); in visitParamCommandComment() 392 appendToResultWithHTMLEscaping(C->getParamName(FC)); in visitTParamCommandComment() 532 CommentASTToXMLConverter(const FullComment *FC, in CommentASTToXMLConverter() argument 538 FC(FC), Result(Str), Traits(Traits), SM(SM), in CommentASTToXMLConverter() 571 const FullComment *FC; member in __anon0bd3b2a10211::CommentASTToXMLConverter 746 ? C->getParamName(FC) in visitParamCommandComment() 777 appendToResultWithXMLEscaping(C->isPositionValid() ? C->getParamName(FC) in visitTParamCommandComment() [all …]
|
| /NextBSD/contrib/bmake/mk/ |
| HD | own.mk | 51 COMPILE.f?= ${FC} ${FFLAGS} -c 52 LINK.f?= ${FC} ${FFLAGS} ${LDFLAGS} 53 COMPILE.F?= ${FC} ${FFLAGS} ${CPPFLAGS} -c 54 LINK.F?= ${FC} ${FFLAGS} ${CPPFLAGS} ${LDFLAGS} 55 COMPILE.r?= ${FC} ${FFLAGS} ${RFLAGS} -c 56 LINK.r?= ${FC} ${FFLAGS} ${RFLAGS} ${LDFLAGS}
|
| /NextBSD/share/mk/ |
| HD | sys.mk | 161 FC ?= fort77 164 FC ?= f77 231 ${FC} ${FFLAGS} ${LDFLAGS} -o ${.TARGET} ${.IMPSRC} 243 ${FC} ${FFLAGS} -c ${.IMPSRC} 271 ${FC} ${FFLAGS} -c ${.IMPSRC} 314 ${FC} ${RFLAGS} ${EFLAGS} ${FFLAGS} ${LDFLAGS} ${.IMPSRC} ${LDLIBS} \ 318 ${FC} ${RFLAGS} ${EFLAGS} ${FFLAGS} -c ${.IMPSRC} -o ${.TARGET} 359 ${FC} ${EFLAGS} ${RFLAGS} ${FFLAGS} ${LDFLAGS} ${.IMPSRC} \
|
| /NextBSD/contrib/diff/src/ |
| HD | diff3.c | 53 #define FC 1 macro 590 (D_LOWLINE (current[0], FC) > D_LOWLINE (current[1], FC)); in make_3way_diff() 596 high_water_mark = D_HIGHLINE (high_water_diff, FC); in make_3way_diff() 612 && D_LOWLINE (other_diff, FC) <= high_water_mark + 1) in make_3way_diff() 635 if (high_water_mark < D_HIGHLINE (other_diff, FC)) in make_3way_diff() 639 high_water_mark = D_HIGHLINE (other_diff, FC); in make_3way_diff() 696 lin lowc = D_LOWLINE (using[low_thread], FC); in using_to_diff3_block() 697 lin highc = D_HIGHLINE (last_using[high_thread], FC); in using_to_diff3_block() 706 low[d] = D_LOW_MAPLINE (using[d], FC, FO, lowc); in using_to_diff3_block() 707 high[d] = D_HIGH_MAPLINE (last_using[d], FC, FO, highc); in using_to_diff3_block() [all …]
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Index/ |
| HD | CommentToXML.h | 35 void convertCommentToHTML(const comments::FullComment *FC, 43 void convertCommentToXML(const comments::FullComment *FC,
|
| /NextBSD/sys/dev/isp/ |
| HD | Hardware.txt | 131 an incredible pain to find FC copper cabling and GBICs- the source I 167 Don't connect both SCSI and FC interfaces at the same time- a SCSI 169 interface and a LIP on the FC interface will cause it to think you 170 want to use the FC interface. Use only one connector at a time so 179 and with other FC or SCSI as the backend storage. FreeBSD 193 single drive connector that goes from DB-9 FC to the 40-pin SCA 194 connector- primarily for you to try and evaluate a single FC drive. 196 All FC-AL disk drives are dual ported (i.e., have separte 'A' and 203 Approx Cost: You'll find that FC drives are the same cost if not 249 stay with Private Loop and have more than one FC target.
|
| /NextBSD/contrib/llvm/lib/DebugInfo/DWARF/ |
| HD | DWARFFormValue.cpp | 111 bool DWARFFormValue::isFormClass(DWARFFormValue::FormClass FC) const { in isFormClass() 114 DWARF4FormClasses[Form] == FC) in isFormClass() 120 return (FC == FC_Reference); in isFormClass() 122 return (FC == FC_Address); in isFormClass() 125 return (FC == FC_String); in isFormClass() 131 FC == FC_SectionOffset; in isFormClass()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Comment.cpp | 324 StringRef ParamCommandComment::getParamName(const FullComment *FC) const { in getParamName() 328 return FC->getDeclInfo()->ParamVars[getParamIndex()]->getName(); in getParamName() 331 StringRef TParamCommandComment::getParamName(const FullComment *FC) const { in getParamName() 333 const TemplateParameterList *TPL = FC->getDeclInfo()->TemplateParameters; in getParamName()
|
| HD | ASTDumper.cpp | 117 const FullComment *FC; member in __anondc40ccbf0111::ASTDumper 138 const FullComment *OrigFC = FC; in dumpChild() 163 FC = OrigFC; in dumpChild() 204 LastLocFilename(""), LastLocLine(~0U), FC(nullptr), in ASTDumper() 2156 FC = C; in dumpFullComment() 2158 FC = nullptr; in dumpFullComment() 2240 OS << " Param=\"" << C->getParamName(FC) << "\""; in visitParamCommandComment() 2252 OS << " Param=\"" << C->getParamName(FC) << "\""; in visitTParamCommandComment() 2374 const FullComment *FC = dyn_cast<FullComment>(this); in dump() local 2376 D.dumpFullComment(FC); in dump() [all …]
|
| HD | CommentSema.cpp | 548 FullComment *FC = new (Allocator) FullComment(Blocks, ThisDeclInfo); in actOnFullComment() local 549 resolveParamCommandIndexes(FC); in actOnFullComment() 562 return FC; in actOnFullComment() 713 void Sema::resolveParamCommandIndexes(const FullComment *FC) { in resolveParamCommandIndexes() argument 730 for (Comment::child_iterator I = FC->child_begin(), E = FC->child_end(); in resolveParamCommandIndexes()
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | GCOV.cpp | 777 for (const auto &FC : FuncCoverages) { in printFuncCoverage() local 778 const GCOVCoverage &Coverage = FC.second; in printFuncCoverage() 787 for (const auto &FC : FileCoverages) { in printFileCoverage() local 788 const std::string &Filename = FC.first; in printFileCoverage() 789 const GCOVCoverage &Coverage = FC.second; in printFileCoverage()
|
| HD | Constants.cpp | 1577 if (Constant *FC = ConstantFoldCastInstruction(opc, C, Ty)) in getFoldedCast() local 1578 return FC; in getFoldedCast() 1935 if (Constant *FC = ConstantFoldBinaryInstruction(Opcode, C1, C2)) in get() local 1936 return FC; // Fold a few common cases. in get() 2039 if (Constant *FC = ConstantFoldGetElementPtr(Ty, C, InBounds, Idxs)) in getGetElementPtr() local 2040 return FC; // Fold a few common cases. in getGetElementPtr() 2080 if (Constant *FC = ConstantFoldCompareInstruction(pred, LHS, RHS)) in getICmp() local 2081 return FC; // Fold a few common cases... in getICmp() 2104 if (Constant *FC = ConstantFoldCompareInstruction(pred, LHS, RHS)) in getFCmp() local 2105 return FC; // Fold a few common cases... in getFCmp() [all …]
|
| /NextBSD/contrib/llvm/include/llvm/DebugInfo/DWARF/ |
| HD | DWARFFormValue.h | 57 bool isFormClass(FormClass FC) const;
|
| /NextBSD/contrib/llvm/lib/Target/AMDGPU/ |
| HD | R600Defines.h | 35 FC = (1 << 3), enumerator
|