Home
last modified time | relevance | path

Searched refs:FC (Results 1 – 25 of 170) sorted by relevance

1234567

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDumper.cpp310 const auto *FC = dyn_cast<FullComment>(this); in dump() local
311 if (!FC) in dump()
314 Dumper.Visit(FC, FC); in dump()
319 const auto *FC = dyn_cast<FullComment>(this); in dump() local
320 if (!FC) in dump()
323 Dumper.Visit(FC, FC); in dump()
327 const auto *FC = dyn_cast<FullComment>(this); in dumpColor() local
328 if (!FC) in dumpColor()
331 Dumper.Visit(FC, FC); in dumpColor()
/freebsd/contrib/bmake/mk/
H A Dposix.mk29 .undef FC FFLAGS
42 FC ?= fort77
56 ${FC} ${FFLAGS} ${LDFLAGS} -o $@ $<
69 ${FC} ${FFLAGS} -c $<
103 ${FC} -c ${FFLAGS} $<
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp387 FileContents FC; in upgrade() local
405 if (Error E = build(Mods, FC.Symtab, StrtabBuilder, Alloc)) in upgrade()
409 FC.Strtab.resize(StrtabBuilder.getSize()); in upgrade()
410 StrtabBuilder.write((uint8_t *)FC.Strtab.data()); in upgrade()
412 FC.TheReader = {{FC.Symtab.data(), FC.Symtab.size()}, in upgrade()
413 {FC.Strtab.data(), FC.Strtab.size()}}; in upgrade()
414 return std::move(FC); in upgrade()
439 FileContents FC; in readBitcode() local
440 FC.TheReader = {{BFC.Symtab.data(), BFC.Symtab.size()}, in readBitcode()
447 if (FC.TheReader.getNumModules() != BFC.Mods.size()) in readBitcode()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.cpp95 for (const auto &FC : Checksums) { in commit() local
97 Header.ChecksumKind = uint8_t(FC.Kind); in commit()
98 Header.ChecksumSize = FC.Checksum.size(); in commit()
99 Header.FileNameOffset = FC.FileNameOffset; in commit()
102 if (auto EC = Writer.writeArray(ArrayRef(FC.Checksum))) in commit()
/freebsd/contrib/bmake/mk/sys/
H A DUnixWare.mk70 FC ?= g77
72 FC ?= f77 # XXX: don't know about UDK compilers
76 COMPILE.f ?= ${FC} ${FFLAGS} -c
77 LINK.f ?= ${FC} ${FFLAGS} ${LDFLAGS}
78 COMPILE.F ?= ${FC} ${FFLAGS} ${CPPFLAGS} -c
79 LINK.F ?= ${FC} ${FFLAGS} ${CPPFLAGS} ${LDFLAGS}
80 COMPILE.r ?= ${FC} ${FFLAGS} ${RFLAGS} -c
81 LINK.r ?= ${FC} ${FFLAGS} ${RFLAGS} ${LDFLAGS}
H A DGeneric.mk
H A DAIX.mk50 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}
H A DIRIX.mk47 FC ?= f77
50 COMPILE.f ?= ${FC} ${FFLAGS} -c
51 LINK.f ?= ${FC} ${FFLAGS} ${LDFLAGS}
52 COMPILE.F ?= ${FC} ${FFLAGS} ${CPPFLAGS} -c
53 LINK.F ?= ${FC} ${FFLAGS} ${CPPFLAGS} ${LDFLAGS}
54 COMPILE.r ?= ${FC} ${FFLAGS} ${RFLAGS} -c
55 LINK.r ?= ${FC} ${FFLAGS} ${RFLAGS} ${LDFLAGS}
H A DLinux.mk53 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}
H A DOSF1.mk60 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}
H A DOpenBSD.mk59 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}
H A DHP-UX.mk84 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}
H A DSunOS.mk81 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}
H A DDarwin.mk62 FC ?= f77
65 COMPILE.f ?= ${FC} ${FFLAGS} -c
66 LINK.f ?= ${FC} ${FFLAGS} ${LDFLAGS}
67 COMPILE.F ?= ${FC} ${FFLAGS} ${CPPFLAGS} -c
68 LINK.F ?= ${FC} ${FFLAGS} ${CPPFLAGS} ${LDFLAGS}
69 COMPILE.r ?= ${FC} ${FFLAGS} ${RFLAGS} -c
70 LINK.r ?= ${FC} ${FFLAGS} ${RFLAGS} ${LDFLAGS}
H A DNetBSD.mk84 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}
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp222 CommentASTToHTMLConverter(const FullComment *FC, in CommentASTToHTMLConverter() argument
225 FC(FC), Result(Str), Traits(Traits) in CommentASTToHTMLConverter()
254 const FullComment *FC; member in __anon841f57080111::CommentASTToHTMLConverter
363 appendToResultWithHTMLEscaping(C->getParamName(FC)); in visitParamCommandComment()
394 appendToResultWithHTMLEscaping(C->getParamName(FC)); in visitTParamCommandComment()
533 CommentASTToXMLConverter(const FullComment *FC, in CommentASTToXMLConverter() argument
537 FC(FC), Result(Str), Traits(Traits), SM(SM) { } in CommentASTToXMLConverter()
569 const FullComment *FC; member in __anon841f57080211::CommentASTToXMLConverter
754 ? C->getParamName(FC) in visitParamCommandComment()
785 appendToResultWithXMLEscaping(C->isPositionValid() ? C->getParamName(FC) in visitTParamCommandComment()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp336 StringRef FC = Input.getBuffer(); in ReadHeader() local
343 if (ReadChars > FC.size()) in ReadHeader()
347 if (llvm::identify_magic(FC) != llvm::file_magic::offload_bundle) in ReadHeader()
351 if (ReadChars + 8 > FC.size()) in ReadHeader()
354 uint64_t NumberOfBundles = Read8byteIntegerFromBuffer(FC, ReadChars); in ReadHeader()
361 if (ReadChars + 8 > FC.size()) in ReadHeader()
364 uint64_t Offset = Read8byteIntegerFromBuffer(FC, ReadChars); in ReadHeader()
368 if (ReadChars + 8 > FC.size()) in ReadHeader()
371 uint64_t Size = Read8byteIntegerFromBuffer(FC, ReadChars); in ReadHeader()
375 if (ReadChars + 8 > FC.size()) in ReadHeader()
[all …]
/freebsd/share/mk/
H A Dbsd.suffixes-posix.mk13 ${FC} ${FFLAGS} ${LDFLAGS} -o ${.TARGET} ${.IMPSRC}
25 ${FC} ${FFLAGS} -c ${.IMPSRC}
53 ${FC} ${FFLAGS} -c ${.IMPSRC}
H A Dbsd.suffixes.mk41 ${FC} ${RFLAGS} ${EFLAGS} ${FFLAGS} ${LDFLAGS} ${.IMPSRC} ${LDLIBS} \
45 ${FC} ${RFLAGS} ${EFLAGS} ${FFLAGS} -c ${.IMPSRC} -o ${.TARGET}
86 ${FC} ${EFLAGS} ${RFLAGS} ${FFLAGS} ${LDFLAGS} ${.IMPSRC} \
/freebsd/contrib/diff/src/
H A Ddiff3.c53 #define FC 1 macro
589 (D_LOWLINE (current[0], FC) > D_LOWLINE (current[1], FC)); in make_3way_diff()
595 high_water_mark = D_HIGHLINE (high_water_diff, FC); in make_3way_diff()
611 && D_LOWLINE (other_diff, FC) <= high_water_mark + 1) in make_3way_diff()
634 if (high_water_mark < D_HIGHLINE (other_diff, FC)) in make_3way_diff()
638 high_water_mark = D_HIGHLINE (other_diff, FC); in make_3way_diff()
695 lin lowc = D_LOWLINE (using[low_thread], FC); in using_to_diff3_block()
696 lin highc = D_HIGHLINE (last_using[high_thread], FC); in using_to_diff3_block()
705 low[d] = D_LOW_MAPLINE (using[d], FC, FO, lowc); in using_to_diff3_block()
706 high[d] = D_HIGH_MAPLINE (last_using[d], FC, FO, highc); in using_to_diff3_block()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DCommentToXML.h28 void convertCommentToHTML(const comments::FullComment *FC,
36 void convertCommentToXML(const comments::FullComment *FC,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp216 bool DWARFFormValue::isFormClass(DWARFFormValue::FormClass FC) const { in isFormClass()
217 return doesFormBelongToClass(Form, FC, U ? U->getVersion() : 3); in isFormClass()
771 bool llvm::dwarf::doesFormBelongToClass(dwarf::Form Form, DWARFFormValue::FormClass FC, in doesFormBelongToClass() argument
774 if (Form < std::size(DWARF5FormClasses) && DWARF5FormClasses[Form] == FC) in doesFormBelongToClass()
779 return (FC == DWARFFormValue::FC_Reference); in doesFormBelongToClass()
781 return (FC == DWARFFormValue::FC_Address); in doesFormBelongToClass()
784 return (FC == DWARFFormValue::FC_String); in doesFormBelongToClass()
786 return (FC == DWARFFormValue::FC_Address); in doesFormBelongToClass()
789 return (FC == DWARFFormValue::FC_SectionOffset); in doesFormBelongToClass()
794 return (FC == DWARFFormValue::FC_SectionOffset) && (DwarfVersion <= 3); in doesFormBelongToClass()
/freebsd/sys/dev/isp/
H A DHardware.txt130 an incredible pain to find FC copper cabling and GBICs- the source I
166 Don't connect both SCSI and FC interfaces at the same time- a SCSI
168 interface and a LIP on the FC interface will cause it to think you
169 want to use the FC interface. Use only one connector at a time so
178 and with other FC or SCSI as the backend storage. FreeBSD
192 single drive connector that goes from DB-9 FC to the 40-pin SCA
193 connector- primarily for you to try and evaluate a single FC drive.
195 All FC-AL disk drives are dual ported (i.e., have separte 'A' and
202 Approx Cost: You'll find that FC drives are the same cost if not
248 stay with Private Loop and have more than one FC target.
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp152 if (const auto *FC = dyn_cast<AnyFunctionCall>(&Call)) { in checkFunctionArguments() local
153 const FunctionDecl *FD = FC->getDecl(); in checkFunctionArguments()
165 bool isaMemberOpCall = isa<CXXMemberOperatorCall>(FC); in checkFunctionArguments()
168 SVal Arg = FC->getArgSVal(ArgI); in checkFunctionArguments()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h124 auto *FC = dyn_cast<Constant>(False); in FoldSelect() local
125 if (CC && TC && FC) in FoldSelect()
126 return ConstantFoldSelectInstruction(CC, TC, FC); in FoldSelect()

1234567