| /src/external/apache2/llvm/dist/clang/include/clang/Index/ |
| CommentToXML.h | 28 void convertCommentToHTML(const comments::FullComment *FC, 36 void convertCommentToXML(const comments::FullComment *FC,
|
| /src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
| Reproducer.cpp | 30 : Root(createReproducerDir(EC)), FC() { 32 FC = std::make_shared<FileCollector>(Root, Root); 33 VFS = FileCollector::createCollectorVFS(vfs::getRealFileSystem(), FC); 37 if (!FC) 39 FC->copyFiles(false); 42 FC->writeMapping(Mapping.str());
|
| Reproducer.h | 58 std::shared_ptr<FileCollector> FC;
|
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| ASTDumper.cpp | 252 const auto *FC = dyn_cast<FullComment>(this); 253 if (!FC) 256 Dumper.Visit(FC, FC); 261 const auto *FC = dyn_cast<FullComment>(this); 262 if (!FC) 265 Dumper.Visit(FC, FC); 269 const auto *FC = dyn_cast<FullComment>(this); 270 if (!FC) [all...] |
| Comment.cpp | 371 StringRef ParamCommandComment::getParamName(const FullComment *FC) const { 375 return FC->getDeclInfo()->ParamVars[getParamIndex()]->getName(); 378 StringRef TParamCommandComment::getParamName(const FullComment *FC) const { 380 const TemplateParameterList *TPL = FC->getDeclInfo()->TemplateParameters;
|
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| DebugChecksumsSubsection.cpp | 95 for (const auto &FC : Checksums) { 97 Header.ChecksumKind = uint8_t(FC.Kind); 98 Header.ChecksumSize = FC.Checksum.size(); 99 Header.FileNameOffset = FC.FileNameOffset; 102 if (auto EC = Writer.writeArray(makeArrayRef(FC.Checksum)))
|
| /src/external/apache2/llvm/dist/llvm/lib/Object/ |
| IRSymtab.cpp | 360 FileContents FC; 378 if (Error E = build(Mods, FC.Symtab, StrtabBuilder, Alloc)) 382 FC.Strtab.resize(StrtabBuilder.getSize()); 383 StrtabBuilder.write((uint8_t *)FC.Strtab.data()); 385 FC.TheReader = {{FC.Symtab.data(), FC.Symtab.size()}, 386 {FC.Strtab.data(), FC.Strtab.size()}}; 387 return std::move(FC); [all...] |
| /src/external/apache2/llvm/dist/clang/tools/clang-offload-bundler/ |
| ClangOffloadBundler.cpp | 299 StringRef FC = Input.getBuffer(); 306 if (ReadChars > FC.size()) 310 StringRef Magic(FC.data(), sizeof(OFFLOAD_BUNDLER_MAGIC_STR) - 1); 315 if (ReadChars + 8 > FC.size()) 318 uint64_t NumberOfBundles = Read8byteIntegerFromBuffer(FC, ReadChars); 325 if (ReadChars + 8 > FC.size()) 328 uint64_t Offset = Read8byteIntegerFromBuffer(FC, ReadChars); 332 if (ReadChars + 8 > FC.size()) 335 uint64_t Size = Read8byteIntegerFromBuffer(FC, ReadChars); 339 if (ReadChars + 8 > FC.size() [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| amo.h | 60 #define _AMO_LD_SIMPLE(NAME, TYPE, OPCODE, FC) \ 70 : "r" (_VALUE), "n" (FC)); \ 120 #define _AMO_ST_SIMPLE(NAME, TYPE, OPCODE, FC) \ 126 : "r" (_VALUE), "n" (FC)); \
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| amo.h | 60 #define _AMO_LD_SIMPLE(NAME, TYPE, OPCODE, FC) \ 70 : "r" (_VALUE), "n" (FC)); \ 120 #define _AMO_ST_SIMPLE(NAME, TYPE, OPCODE, FC) \ 126 : "r" (_VALUE), "n" (FC)); \
|
| /src/share/mk/ |
| sys.mk | 89 FC?= f77 92 COMPILE.f?= ${FC} ${FFLAGS} -c 93 LINK.f?= ${FC} ${FFLAGS} ${LDSTATIC} ${LDFLAGS} 95 COMPILE.F?= ${FC} ${FFLAGS} ${CPPFLAGS} -c 96 LINK.F?= ${FC} ${FFLAGS} ${LDSTATIC} ${LDFLAGS} 98 COMPILE.r?= ${FC} ${FFLAGS} ${RFLAGS} -c 99 LINK.r?= ${FC} ${FFLAGS} ${RFLAGS} ${LDSTATIC} ${LDFLAGS}
|
| /src/external/apache2/llvm/dist/clang/tools/libclang/ |
| CXComment.cpp | 36 const FullComment *FC = Context.getCommentForDecl(D, /*PP=*/nullptr); 38 return createCXComment(FC, getCursorTU(C)); 380 const FullComment *FC = getASTNodeAs<FullComment>(CXC); 381 if (!FC) 390 ->convertCommentToHTML(FC, HTML, cxtu::getASTUnit(TU)->getASTContext()); 395 const FullComment *FC = getASTNodeAs<FullComment>(CXC); 396 if (!FC) 405 ->convertCommentToXML(FC, XML, cxtu::getASTUnit(TU)->getASTContext());
|
| /src/usr.sbin/lpr/common_source/ |
| lp.h | 44 extern long FC; /* flags to clear if lp is a tty */
|
| /src/external/apache2/llvm/dist/clang/lib/Index/ |
| CommentToXML.cpp | 221 CommentASTToHTMLConverter(const FullComment *FC, 224 FC(FC), Result(Str), Traits(Traits) 253 const FullComment *FC; 362 appendToResultWithHTMLEscaping(C->getParamName(FC)); 393 appendToResultWithHTMLEscaping(C->getParamName(FC)); 532 CommentASTToXMLConverter(const FullComment *FC, 536 FC(FC), Result(Str), Traits(Traits), SM(SM) { } 567 const FullComment *FC; [all...] |
| /src/external/gpl2/xcvs/dist/diff/ |
| diff3.c | 65 * FC is the common file, FO the other file. 68 #define FC 1 725 (D_LOWLINE (current[0], FC) > D_LOWLINE (current[1], FC)); 733 base_water_mark = D_LOWLINE (high_water_diff, FC); 736 high_water_mark = D_HIGHLINE (high_water_diff, FC); 752 && D_LOWLINE (other_diff, FC) <= high_water_mark + 1) 775 if (high_water_mark < D_HIGHLINE (other_diff, FC)) 779 high_water_mark = D_HIGHLINE (other_diff, FC); 843 int lowc = D_LOWLINE (using[low_thread], FC); [all...] |
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| InnerPointerChecker.cpp | 163 if (const auto *FC = dyn_cast<AnyFunctionCall>(&Call)) { 164 const FunctionDecl *FD = FC->getDecl(); 176 bool isaMemberOpCall = isa<CXXMemberOperatorCall>(FC); 179 SVal Arg = FC->getArgSVal(ArgI);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| R600Defines.h | 32 FC = (1 << 3),
|
| /src/external/gpl2/diffutils/dist/src/ |
| diff3.c | 62 * FC is the common file, FO the other file. 65 #define FC 1 613 (D_LOWLINE (current[0], FC) > D_LOWLINE (current[1], FC)); 619 high_water_mark = D_HIGHLINE (high_water_diff, FC); 635 && D_LOWLINE (other_diff, FC) <= high_water_mark + 1) 658 if (high_water_mark < D_HIGHLINE (other_diff, FC)) 662 high_water_mark = D_HIGHLINE (other_diff, FC); 723 lin lowc = D_LOWLINE (using[low_thread], FC); 724 lin highc = D_HIGHLINE (last_using[high_thread], FC); [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| RDFCopy.cpp | 197 auto FC = CopyMap.find(IA.Id); 198 if (FC != CopyMap.end()) { 200 auto &M = FC->second;
|
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| DWARFFormValue.cpp | 212 bool DWARFFormValue::isFormClass(DWARFFormValue::FormClass FC) const { 215 DWARF5FormClasses[Form] == FC) 220 return (FC == FC_Reference); 222 return (FC == FC_Address); 225 return (FC == FC_String); 227 return (FC == FC_Address); 232 if (FC == FC_SectionOffset) {
|
| /src/external/apache2/llvm/dist/llvm/utils/FileCheck/ |
| FileCheck.cpp | 806 FileCheck FC(Req); 807 if (!FC.ValidateCheckPrefixes()) 810 Regex PrefixRE = FC.buildCheckPrefixRegex(); 834 StringRef CheckFileText = FC.CanonicalizeFile(CheckFile, CheckFileBuffer); 842 if (FC.readCheckFile(SM, CheckFileText, PrefixRE, &ImpPatBufferIDRange)) 864 StringRef InputFileText = FC.CanonicalizeFile(InputFile, InputFileBuffer); 871 int ExitCode = FC.checkInput(SM, InputFileText,
|
| /src/external/gpl3/gcc/lib/libgfortran/ |
| Makefile | 104 "${FC} ${FFLAGS}" \ 117 "${FC} ${FFLAGS}" > \ 123 "${FC} ${FFLAGS}" > \
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| InputFile.cpp | 214 auto FC = ChecksumsByFile.find(File); 215 if (FC == ChecksumsByFile.end()) { 221 formatChecksumKind(FC->getValue().Kind), 222 toHex(FC->getValue().Checksum), File);
|
| /src/sys/arch/m68k/m68k/ |
| busaddrerr.s | 177 bset #15,%d0 | yes, must set FC 189 jeq Lbe3 | no, try FC 193 btst #15,%d0 | FC set? 199 btst #15,%d0 | FC set? 218 movql #1,%d0 | user program access FC
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| JSONNodeDumper.h | 200 void Visit(const comments::Comment *C, const comments::FullComment *FC); 338 const comments::FullComment *FC); 340 const comments::FullComment *FC);
|