| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | LogDiagnosticPrinter.cpp | 121 const FileEntry *FE = SM.getFileEntryForID(FID); in HandleDiagnostic() local 122 if (FE && FE->isValid()) in HandleDiagnostic() 123 MainFilename = std::string(FE->getName()); in HandleDiagnostic() 151 const FileEntry *FE = SM.getFileEntryForID(FID); in HandleDiagnostic() local 152 if (FE && FE->isValid()) in HandleDiagnostic() 153 DE.Filename = std::string(FE->getName()); in HandleDiagnostic()
|
| H A D | VerifyDiagnosticConsumer.cpp | 743 const FileEntry *FE = SrcManager->getFileEntryForID(FID); in HandleDiagnostic() local 744 if (FE && CurrentPreprocessor && SrcManager->isLoadedFileID(FID)) { in HandleDiagnostic() 748 if (HS.findModuleForHeader(FE)) in HandleDiagnostic() 1032 const FileEntry *FE = SM.getFileEntryForID(FID); in UpdateParsedFileStatus() local 1037 ParsedFiles.insert(std::make_pair(FID, FE)); in UpdateParsedFileStatus() 1050 UnparsedFileStatus(FE, FoundDirectives))); in UpdateParsedFileStatus() 1072 if (const FileEntry *FE = I.second) in CheckDiagnostics() local 1073 ParsedFileCache.insert(FE); in CheckDiagnostics() 1078 const FileEntry *FE = Status.getFile(); in CheckDiagnostics() local 1081 if (FE && ParsedFileCache.count(FE)) in CheckDiagnostics() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | rl78-parse.y | 60 #define FE(exp,pos,sz) rl78_field (exp_val (exp), pos, sz); macro 277 { B3 (0x71, 0x08|$1, $4); FE ($6, 9, 3); } 281 { B2 (0x71, 0x08|$1); FE ($6, 9, 3); O1 ($4); } 283 { B2 (0x71, 0x00|$1); FE ($6, 9, 3); SET_SA ($4); O1 ($4); } 289 { B2 (0x71, 0x88|$1); FE ($6, 9, 3); } 292 { B2 (0x71, 0x80|$1); FE ($9, 9, 3); } 317 { B3 (0x31, 0x80|$1, $2); FE ($4, 9, 3); PC1 ($7); } 321 { B2 (0x31, 0x80|$1); FE ($4, 9, 3); O1 ($2); PC1 ($7); } 323 { B2 (0x31, 0x00|$1); FE ($4, 9, 3); SET_SA ($2); O1 ($2); PC1 ($7); } 329 { B2 (0x31, 0x01|$1); FE ($4, 9, 3); PC1 ($7); } [all …]
|
| H A D | rl78-parse.c | 118 #define FE(exp,pos,sz) rl78_field (exp_val (exp), pos, sz); macro 2321 { B3 (0x71, 0x08|(yyvsp[-6].regno), (yyvsp[-3].regno)); FE ((yyvsp[-1].exp), 9, 3); } in yyparse() 2334 { B2 (0x71, 0x08|(yyvsp[-6].regno)); FE ((yyvsp[-1].exp), 9, 3); O1 ((yyvsp[-3].exp)); } in yyparse() 2336 …{ B2 (0x71, 0x00|(yyvsp[-6].regno)); FE ((yyvsp[-1].exp), 9, 3); SET_SA ((yyvsp[-3].exp)); O1 ((yy… in yyparse() 2351 { B2 (0x71, 0x88|(yyvsp[-6].regno)); FE ((yyvsp[-1].exp), 9, 3); } in yyparse() 2363 { B2 (0x71, 0x80|(yyvsp[-9].regno)); FE ((yyvsp[-1].exp), 9, 3); } in yyparse() 2405 …{ B3 (0x31, 0x80|(yyvsp[-6].regno), (yyvsp[-5].regno)); FE ((yyvsp[-3].exp), 9, 3); PC1 ((yyvsp[0]… in yyparse() 2412 …{ B2 (0x31, 0x80|(yyvsp[-6].regno)); FE ((yyvsp[-3].exp), 9, 3); O1 ((yyvsp[-5].exp)); PC1 ((yyvsp… in yyparse() 2414 …{ B2 (0x31, 0x00|(yyvsp[-6].regno)); FE ((yyvsp[-3].exp), 9, 3); SET_SA ((yyvsp[-5].exp)); O1 ((yy… in yyparse() 2423 { B2 (0x31, 0x01|(yyvsp[-6].regno)); FE ((yyvsp[-3].exp), 9, 3); PC1 ((yyvsp[0].exp)); } in yyparse() [all …]
|
| H A D | rx-parse.y | 73 #define FE(exp,pos,sz) rx_field (exp_val (exp), pos, sz); macro 354 { B2 (0x60, 0); FE ($3, 8, 4); F ($5, 12, 4); } 361 { B2 (0x61, 0); FE ($3, 8, 4); F ($5, 12, 4); } 369 { B2 (0x62, 0); FE ($3, 8, 4); F ($5, 12, 4); } 375 { B2 (0x63, 0); FE ($3, 8, 4); F ($5, 12, 4); } 381 { B2 (0x64, 0); FE ($3, 8, 4); F ($5, 12, 4); } 387 { B2 (0x65, 0); FE ($3, 8, 4); F ($5, 12, 4); } 393 { B2 (0x66, 0); FE ($4, 8, 4); F ($6, 12, 4); } 401 { B2 (0x66, 0); FE ($3, 8, 4); F ($5, 12, 4); } 457 { B2 (0x78, 0); FE ($3, 7, 5); F ($5, 12, 4); } [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | rl78-parse.y | 60 #define FE(exp,pos,sz) rl78_field (exp_val (exp), pos, sz); macro 277 { B3 (0x71, 0x08|$1, $4); FE ($6, 9, 3); } 281 { B2 (0x71, 0x08|$1); FE ($6, 9, 3); O1 ($4); } 283 { B2 (0x71, 0x00|$1); FE ($6, 9, 3); SET_SA ($4); O1 ($4); } 289 { B2 (0x71, 0x88|$1); FE ($6, 9, 3); } 292 { B2 (0x71, 0x80|$1); FE ($9, 9, 3); } 317 { B3 (0x31, 0x80|$1, $2); FE ($4, 9, 3); PC1 ($7); } 321 { B2 (0x31, 0x80|$1); FE ($4, 9, 3); O1 ($2); PC1 ($7); } 323 { B2 (0x31, 0x00|$1); FE ($4, 9, 3); SET_SA ($2); O1 ($2); PC1 ($7); } 329 { B2 (0x31, 0x01|$1); FE ($4, 9, 3); PC1 ($7); } [all …]
|
| H A D | rl78-parse.c | 118 #define FE(exp,pos,sz) rl78_field (exp_val (exp), pos, sz); macro 2321 { B3 (0x71, 0x08|(yyvsp[-6].regno), (yyvsp[-3].regno)); FE ((yyvsp[-1].exp), 9, 3); } in yyparse() 2334 { B2 (0x71, 0x08|(yyvsp[-6].regno)); FE ((yyvsp[-1].exp), 9, 3); O1 ((yyvsp[-3].exp)); } in yyparse() 2336 …{ B2 (0x71, 0x00|(yyvsp[-6].regno)); FE ((yyvsp[-1].exp), 9, 3); SET_SA ((yyvsp[-3].exp)); O1 ((yy… in yyparse() 2351 { B2 (0x71, 0x88|(yyvsp[-6].regno)); FE ((yyvsp[-1].exp), 9, 3); } in yyparse() 2363 { B2 (0x71, 0x80|(yyvsp[-9].regno)); FE ((yyvsp[-1].exp), 9, 3); } in yyparse() 2405 …{ B3 (0x31, 0x80|(yyvsp[-6].regno), (yyvsp[-5].regno)); FE ((yyvsp[-3].exp), 9, 3); PC1 ((yyvsp[0]… in yyparse() 2412 …{ B2 (0x31, 0x80|(yyvsp[-6].regno)); FE ((yyvsp[-3].exp), 9, 3); O1 ((yyvsp[-5].exp)); PC1 ((yyvsp… in yyparse() 2414 …{ B2 (0x31, 0x00|(yyvsp[-6].regno)); FE ((yyvsp[-3].exp), 9, 3); SET_SA ((yyvsp[-5].exp)); O1 ((yy… in yyparse() 2423 { B2 (0x31, 0x01|(yyvsp[-6].regno)); FE ((yyvsp[-3].exp), 9, 3); PC1 ((yyvsp[0].exp)); } in yyparse() [all …]
|
| H A D | rx-parse.y | 73 #define FE(exp,pos,sz) rx_field (exp_val (exp), pos, sz); macro 354 { B2 (0x60, 0); FE ($3, 8, 4); F ($5, 12, 4); } 361 { B2 (0x61, 0); FE ($3, 8, 4); F ($5, 12, 4); } 369 { B2 (0x62, 0); FE ($3, 8, 4); F ($5, 12, 4); } 375 { B2 (0x63, 0); FE ($3, 8, 4); F ($5, 12, 4); } 381 { B2 (0x64, 0); FE ($3, 8, 4); F ($5, 12, 4); } 387 { B2 (0x65, 0); FE ($3, 8, 4); F ($5, 12, 4); } 393 { B2 (0x66, 0); FE ($4, 8, 4); F ($6, 12, 4); } 401 { B2 (0x66, 0); FE ($3, 8, 4); F ($5, 12, 4); } 457 { B2 (0x78, 0); FE ($3, 7, 5); F ($5, 12, 4); } [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | SarifDiagnostics.cpp | 64 static StringRef getFileName(const FileEntry &FE) { in getFileName() argument 65 StringRef Filename = FE.tryGetRealPathName(); in getFileName() 67 Filename = FE.getName(); in getFileName() 120 static json::Object createArtifactLocation(const FileEntry &FE) { in createArtifactLocation() argument 121 return json::Object{{"uri", fileNameToURI(getFileName(FE))}}; in createArtifactLocation() 124 static json::Object createArtifact(const FileEntry &FE) { in createArtifact() argument 125 return json::Object{{"location", createArtifactLocation(FE)}, in createArtifact() 127 {"length", FE.getSize()}, in createArtifact() 131 static json::Object createArtifactLocation(const FileEntry &FE, in createArtifactLocation() argument 133 std::string FileURI = fileNameToURI(getFileName(FE)); in createArtifactLocation() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/IndexSerialization/ |
| H A D | SerializablePathCollection.cpp | 48 size_t SerializablePathCollection::tryStoreFilePath(const FileEntry &FE) { in tryStoreFilePath() argument 49 auto FileIt = UniqueFiles.find(&FE); in tryStoreFilePath() 53 const auto Dir = tryStoreDirPath(sys::path::parent_path(FE.getName())); in tryStoreFilePath() 55 Paths.addFilePath(Dir.Root, Dir.Path, sys::path::filename(FE.getName())); in tryStoreFilePath() 57 UniqueFiles.try_emplace(&FE, FileIdx); in tryStoreFilePath()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | Indexing.cpp | 175 const FileEntry *FE) { in hasAlredyBeenParsed() argument 176 assert(FE); in hasAlredyBeenParsed() 177 PPRegion region = getRegion(Loc, FID, FE); in hasAlredyBeenParsed() 202 PPRegion getRegion(SourceLocation Loc, FileID FID, const FileEntry *FE) { in getRegion() argument 203 assert(FE); in getRegion() 204 auto Bail = [this, FE]() { in getRegion() 205 if (isParsedOnceInclude(FE)) { in getRegion() 206 const llvm::sys::fs::UniqueID &ID = FE->getUniqueID(); in getRegion() 207 return PPRegion(ID, 0, FE->getModificationTime()); in getRegion() 225 const llvm::sys::fs::UniqueID &ID = FE->getUniqueID(); in getRegion() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 113 const HeaderMap *HeaderSearch::CreateHeaderMap(const FileEntry *FE) { in CreateHeaderMap() argument 120 if (HeaderMaps[i].first == FE) in CreateHeaderMap() 124 if (std::unique_ptr<HeaderMap> HM = HeaderMap::Create(FE, FileMgr)) { in CreateHeaderMap() 125 HeaderMaps.emplace_back(FE, std::move(HM)); in CreateHeaderMap() 664 const FileEntry *MSFE, const FileEntry *FE, in checkMSVCHeaderSearch() argument 666 if (MSFE && FE != MSFE) { in checkMSVCHeaderSearch() 822 if (Optional<FileEntryRef> FE = getFileAndSuggestModule( in LookupFile() local 827 return FE; in LookupFile() 841 HeaderFileInfo &ToHFI = getFileInfo(&FE->getFileEntry()); in LookupFile() 858 &FE->getFileEntry()); in LookupFile() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCSubtargetInfo.cpp | 41 for (const SubtargetFeatureKV &FE : FeatureTable) in SetImpliedBits() local 42 if (Implies.test(FE.Value)) in SetImpliedBits() 43 SetImpliedBits(Bits, FE.Implies.getAsBitset(), FeatureTable); in SetImpliedBits() 50 for (const SubtargetFeatureKV &FE : FeatureTable) { in ClearImpliedBits() local 51 if (FE.Implies.getAsBitset().test(Value)) { in ClearImpliedBits() 52 Bits.reset(FE.Value); in ClearImpliedBits() 53 ClearImpliedBits(Bits, FE.Value, FeatureTable); in ClearImpliedBits()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/ |
| H A D | sh4a.md | 175 ;; Group: FE 188 ;; Group: FE 197 ;; Group: FE 205 ;; Group: FE 213 ;; Group: FE 221 ;; Group: FE 229 ;; Group: FE
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
| H A D | sh4a.md | 175 ;; Group: FE 188 ;; Group: FE 197 ;; Group: FE 205 ;; Group: FE 213 ;; Group: FE 221 ;; Group: FE 229 ;; Group: FE
|
| /netbsd-src/external/bsd/tcpdump/dist/tests/ |
| H A D | forces2vv.out | 42 SrcID 0x2(FE) DstID 0x40000003(CE) Correlator 0x1 57 SrcID 0x40000003(CE) DstID 0x2(FE) Correlator 0x1 72 SrcID 0x40000003(CE) DstID 0x2(FE) Correlator 0x1 87 SrcID 0x2(FE) DstID 0x40000003(CE) Correlator 0x1 102 SrcID 0x40000003(CE) DstID 0x2(FE) Correlator 0x2 117 SrcID 0x2(FE) DstID 0x40000003(CE) Correlator 0x2 156 SrcID 0x40000003(CE) DstID 0x2(FE) Correlator 0x3 171 SrcID 0x2(FE) DstID 0x40000003(CE) Correlator 0x3 186 SrcID 0x40000003(CE) DstID 0x2(FE) Correlator 0x4 201 SrcID 0x2(FE) DstID 0x40000003(CE) Correlator 0x4 [all …]
|
| H A D | forces2vvv.out | 42 SrcID 0x2(FE) DstID 0x40000003(CE) Correlator 0x1 57 SrcID 0x40000003(CE) DstID 0x2(FE) Correlator 0x1 72 SrcID 0x40000003(CE) DstID 0x2(FE) Correlator 0x1 87 SrcID 0x2(FE) DstID 0x40000003(CE) Correlator 0x1 126 SrcID 0x40000003(CE) DstID 0x2(FE) Correlator 0x2 141 SrcID 0x2(FE) DstID 0x40000003(CE) Correlator 0x2 156 SrcID 0x40000003(CE) DstID 0x2(FE) Correlator 0x3 177 SrcID 0x2(FE) DstID 0x40000003(CE) Correlator 0x3 210 SrcID 0x40000003(CE) DstID 0x2(FE) Correlator 0x4 223 SrcID 0x2(FE) DstID 0x40000003(CE) Correlator 0x4 [all …]
|
| H A D | forces3vvv.out | 42 SrcID 0x3(FE) DstID 0x40000001(CE) Correlator 0x1 57 SrcID 0x40000001(CE) DstID 0x3(FE) Correlator 0x1 74 SrcID 0x40000001(CE) DstID 0x3(FE) Correlator 0x1 92 SrcID 0x3(FE) DstID 0x40000001(CE) Correlator 0x1 122 SrcID 0x40000001(CE) DstID 0x3(FE) Correlator 0x2 140 SrcID 0x3(FE) DstID 0x40000001(CE) Correlator 0x2 173 SrcID 0x40000001(CE) DstID 0x3(FE) Correlator 0x3 207 SrcID 0x3(FE) DstID 0x40000001(CE) Correlator 0x3 233 SrcID 0x40000001(CE) DstID 0x3(FE) Correlator 0x4 267 SrcID 0x3(FE) DstID 0x40000001(CE) Correlator 0x4 [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | IgnoreExpr.h | 51 if (auto *FE = dyn_cast<FullExpr>(E)) in IgnoreImplicitCastsSingleStep() local 52 return FE->getSubExpr(); in IgnoreImplicitCastsSingleStep() 78 if (auto *FE = dyn_cast<FullExpr>(E)) in IgnoreCastsSingleStep() local 79 return FE->getSubExpr(); in IgnoreCastsSingleStep()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
| H A D | FileManager.cpp | 354 FileEntry &FE = const_cast<FileEntry &>(STDIN->getFileEntry()); in getSTDIN() local 355 FE.Content = std::move(Content); in getSTDIN() 356 FE.IsNamedPipe = true; in getSTDIN() 591 FE = SeenFileEntries.begin(), in GetUniqueIDMapping() local 593 FE != FEEnd; ++FE) in GetUniqueIDMapping() 594 if (llvm::ErrorOr<FileEntryRef::MapValue> Entry = FE->getValue()) { in GetUniqueIDMapping() 595 if (const auto *FE = Entry->V.dyn_cast<FileEntry *>()) in GetUniqueIDMapping() local 596 UIDToFiles[FE->getUID()] = FE; in GetUniqueIDMapping()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | FileRemapper.cpp | 137 if (const FileEntry *FE = I->second.dyn_cast<const FileEntry *>()) { in flushToFile() local 138 SmallString<200> newPath = StringRef(FE->getName()); in flushToFile() 199 if (const FileEntry *FE = Mapping.second.dyn_cast<const FileEntry *>()) { in forEachMapping() local 200 CaptureFile(Mapping.first->getName(), FE->getName()); in forEachMapping() 212 if (const FileEntry *FE = I->second.dyn_cast<const FileEntry *>()) { in applyMappings() local 213 PPOpts.addRemappedFile(I->first->getName(), FE->getName()); in applyMappings()
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| H A D | nsrecurs.cc | 43 namespace FE = E; 56 return ax + dx + xx + G::GF::FE::ex; in main()
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| H A D | nsrecurs.cc | 43 namespace FE = E; 56 return ax + dx + xx + G::GF::FE::ex; in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/ |
| H A D | GsymReader.cpp | 385 void GsymReader::dump(raw_ostream &OS, Optional<FileEntry> FE) { in dump() argument 386 if (FE) { in dump() 388 if (FE->Dir == 0 && FE->Base == 0) in dump() 390 StringRef Dir = getString(FE->Dir); in dump() 391 StringRef Base = getString(FE->Base); in dump()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
| H A D | HeaderSearch.h | 142 virtual HeaderFileInfo GetHeaderFileInfo(const FileEntry *FE) = 0; 457 void MarkFileModuleHeader(const FileEntry *FE, 497 const HeaderMap *CreateHeaderMap(const FileEntry *FE); 708 HeaderFileInfo &getFileInfo(const FileEntry *FE); 714 const HeaderFileInfo *getExistingFileInfo(const FileEntry *FE,
|