HomeSort by: relevance | last modified time | path
    Searched refs:FE (Results 1 - 25 of 127) sorted by relevancy

1 2 3 4 5 6

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
nsrecurs.cc 43 namespace FE = E;
56 return ax + dx + xx + G::GF::FE::ex;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
nsrecurs.cc 43 namespace FE = E;
56 return ax + dx + xx + G::GF::FE::ex;
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
LogDiagnosticPrinter.cpp 121 const FileEntry *FE = SM.getFileEntryForID(FID);
122 if (FE && FE->isValid())
123 MainFilename = std::string(FE->getName());
151 const FileEntry *FE = SM.getFileEntryForID(FID);
152 if (FE && FE->isValid())
153 DE.Filename = std::string(FE->getName());
VerifyDiagnosticConsumer.cpp 743 const FileEntry *FE = SrcManager->getFileEntryForID(FID);
744 if (FE && CurrentPreprocessor && SrcManager->isLoadedFileID(FID)) {
748 if (HS.findModuleForHeader(FE))
1032 const FileEntry *FE = SM.getFileEntryForID(FID);
1037 ParsedFiles.insert(std::make_pair(FID, FE));
1050 UnparsedFileStatus(FE, FoundDirectives)));
1072 if (const FileEntry *FE = I.second)
1073 ParsedFileCache.insert(FE);
1078 const FileEntry *FE = Status.getFile();
1081 if (FE && ParsedFileCache.count(FE)
    [all...]
  /src/external/gpl3/gdb/dist/sim/bfin/
dv-bfin_uart.h 41 #define FE (1 << 3)
  /src/external/gpl3/gdb.old/dist/sim/bfin/
dv-bfin_uart.h 41 #define FE (1 << 3)
  /src/external/apache2/llvm/dist/clang/lib/IndexSerialization/
SerializablePathCollection.cpp 48 size_t SerializablePathCollection::tryStoreFilePath(const FileEntry &FE) {
49 auto FileIt = UniqueFiles.find(&FE);
53 const auto Dir = tryStoreDirPath(sys::path::parent_path(FE.getName()));
55 Paths.addFilePath(Dir.Root, Dir.Path, sys::path::filename(FE.getName()));
57 UniqueFiles.try_emplace(&FE, FileIdx);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SarifDiagnostics.cpp 64 static StringRef getFileName(const FileEntry &FE) {
65 StringRef Filename = FE.tryGetRealPathName();
67 Filename = FE.getName();
120 static json::Object createArtifactLocation(const FileEntry &FE) {
121 return json::Object{{"uri", fileNameToURI(getFileName(FE))}};
124 static json::Object createArtifact(const FileEntry &FE) {
125 return json::Object{{"location", createArtifactLocation(FE)},
127 {"length", FE.getSize()},
131 static json::Object createArtifactLocation(const FileEntry &FE,
133 std::string FileURI = fileNameToURI(getFileName(FE));
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
IgnoreExpr.h 51 if (auto *FE = dyn_cast<FullExpr>(E))
52 return FE->getSubExpr();
78 if (auto *FE = dyn_cast<FullExpr>(E))
79 return FE->getSubExpr();
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCSubtargetInfo.cpp 41 for (const SubtargetFeatureKV &FE : FeatureTable)
42 if (Implies.test(FE.Value))
43 SetImpliedBits(Bits, FE.Implies.getAsBitset(), FeatureTable);
50 for (const SubtargetFeatureKV &FE : FeatureTable) {
51 if (FE.Implies.getAsBitset().test(Value)) {
52 Bits.reset(FE.Value);
53 ClearImpliedBits(Bits, FE.Value, FeatureTable);
  /src/external/gpl3/binutils/dist/gas/config/
rl78-parse.y 33 F() and FE() are used to fill in fields within the base opcode bytes. You MUST
34 call B*() before any F() or FE().
60 #define FE(exp,pos,sz) rl78_field (exp_val (exp), pos, sz);
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);
    [all...]
rl78-parse.c 91 F() and FE() are used to fill in fields within the base opcode bytes. You MUST
92 call B*() before any F() or FE().
118 #define FE(exp,pos,sz) rl78_field (exp_val (exp), pos, sz);
2321 { B3 (0x71, 0x08|(yyvsp[-6].regno), (yyvsp[-3].regno)); FE ((yyvsp[-1].exp), 9, 3); }
2334 { B2 (0x71, 0x08|(yyvsp[-6].regno)); FE ((yyvsp[-1].exp), 9, 3); O1 ((yyvsp[-3].exp)); }
2336 { B2 (0x71, 0x00|(yyvsp[-6].regno)); FE ((yyvsp[-1].exp), 9, 3); SET_SA ((yyvsp[-3].exp)); O1 ((yyvsp[-3].exp)); }
2351 { B2 (0x71, 0x88|(yyvsp[-6].regno)); FE ((yyvsp[-1].exp), 9, 3); }
2363 { B2 (0x71, 0x80|(yyvsp[-9].regno)); FE ((yyvsp[-1].exp), 9, 3); }
2405 { B3 (0x31, 0x80|(yyvsp[-6].regno), (yyvsp[-5].regno)); FE ((yyvsp[-3].exp), 9, 3); PC1 ((yyvsp[0].exp)); }
2412 { B2 (0x31, 0x80|(yyvsp[-6].regno)); FE ((yyvsp[-3].exp), 9, 3); O1 ((yyvsp[-5].exp)); PC1 ((yyvsp[0].exp));
    [all...]
rx-parse.y 46 F() and FE() are used to fill in fields within the base opcode bytes. You MUST
47 call B*() before any F() or FE().
73 #define FE(exp,pos,sz) rx_field (exp_val (exp), pos, sz);
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);
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
rl78-parse.y 33 F() and FE() are used to fill in fields within the base opcode bytes. You MUST
34 call B*() before any F() or FE().
60 #define FE(exp,pos,sz) rl78_field (exp_val (exp), pos, sz);
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);
    [all...]
rl78-parse.c 91 F() and FE() are used to fill in fields within the base opcode bytes. You MUST
92 call B*() before any F() or FE().
118 #define FE(exp,pos,sz) rl78_field (exp_val (exp), pos, sz);
2321 { B3 (0x71, 0x08|(yyvsp[-6].regno), (yyvsp[-3].regno)); FE ((yyvsp[-1].exp), 9, 3); }
2334 { B2 (0x71, 0x08|(yyvsp[-6].regno)); FE ((yyvsp[-1].exp), 9, 3); O1 ((yyvsp[-3].exp)); }
2336 { B2 (0x71, 0x00|(yyvsp[-6].regno)); FE ((yyvsp[-1].exp), 9, 3); SET_SA ((yyvsp[-3].exp)); O1 ((yyvsp[-3].exp)); }
2351 { B2 (0x71, 0x88|(yyvsp[-6].regno)); FE ((yyvsp[-1].exp), 9, 3); }
2363 { B2 (0x71, 0x80|(yyvsp[-9].regno)); FE ((yyvsp[-1].exp), 9, 3); }
2405 { B3 (0x31, 0x80|(yyvsp[-6].regno), (yyvsp[-5].regno)); FE ((yyvsp[-3].exp), 9, 3); PC1 ((yyvsp[0].exp)); }
2412 { B2 (0x31, 0x80|(yyvsp[-6].regno)); FE ((yyvsp[-3].exp), 9, 3); O1 ((yyvsp[-5].exp)); PC1 ((yyvsp[0].exp));
    [all...]
rx-parse.y 46 F() and FE() are used to fill in fields within the base opcode bytes. You MUST
47 call B*() before any F() or FE().
73 #define FE(exp,pos,sz) rx_field (exp_val (exp), pos, sz);
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);
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
FileRemapper.cpp 137 if (const FileEntry *FE = I->second.dyn_cast<const FileEntry *>()) {
138 SmallString<200> newPath = StringRef(FE->getName());
199 if (const FileEntry *FE = Mapping.second.dyn_cast<const FileEntry *>()) {
200 CaptureFile(Mapping.first->getName(), FE->getName());
212 if (const FileEntry *FE = I->second.dyn_cast<const FileEntry *>()) {
213 PPOpts.addRemappedFile(I->first->getName(), FE->getName());
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/
LVLGen.cpp 128 for (MachineFunction::iterator FI = F.begin(), FE = F.end(); FI != FE; ++FI)
  /src/external/apache2/llvm/dist/clang/tools/libclang/
Indexing.cpp 175 const FileEntry *FE) {
176 assert(FE);
177 PPRegion region = getRegion(Loc, FID, FE);
202 PPRegion getRegion(SourceLocation Loc, FileID FID, const FileEntry *FE) {
203 assert(FE);
204 auto Bail = [this, FE]() {
205 if (isParsedOnceInclude(FE)) {
206 const llvm::sys::fs::UniqueID &ID = FE->getUniqueID();
207 return PPRegion(ID, 0, FE->getModificationTime());
225 const llvm::sys::fs::UniqueID &ID = FE->getUniqueID()
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
HeaderMap.h 72 static std::unique_ptr<HeaderMap> Create(const FileEntry *FE,
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,
  /src/external/apache2/llvm/dist/clang/lib/Lex/
HeaderSearch.cpp 113 const HeaderMap *HeaderSearch::CreateHeaderMap(const FileEntry *FE) {
120 if (HeaderMaps[i].first == FE)
124 if (std::unique_ptr<HeaderMap> HM = HeaderMap::Create(FE, FileMgr)) {
125 HeaderMaps.emplace_back(FE, std::move(HM));
664 const FileEntry *MSFE, const FileEntry *FE,
666 if (MSFE && FE != MSFE) {
822 if (Optional<FileEntryRef> FE = getFileAndSuggestModule(
827 return FE;
841 HeaderFileInfo &ToHFI = getFileInfo(&FE->getFileEntry());
858 &FE->getFileEntry())
    [all...]
HeaderMap.cpp 50 std::unique_ptr<HeaderMap> HeaderMap::Create(const FileEntry *FE,
53 unsigned FileSize = FE->getSize();
56 auto FileBuffer = FM.getBufferForFile(FE);
  /src/external/apache2/llvm/dist/clang/lib/Basic/
FileManager.cpp 354 FileEntry &FE = const_cast<FileEntry &>(STDIN->getFileEntry());
355 FE.Content = std::move(Content);
356 FE.IsNamedPipe = true;
591 FE = SeenFileEntries.begin(),
593 FE != FEEnd; ++FE)
594 if (llvm::ErrorOr<FileEntryRef::MapValue> Entry = FE->getValue()) {
595 if (const auto *FE = Entry->V.dyn_cast<FileEntry *>())
596 UIDToFiles[FE->getUID()] = FE;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
GsymReader.cpp 385 void GsymReader::dump(raw_ostream &OS, Optional<FileEntry> FE) {
386 if (FE) {
388 if (FE->Dir == 0 && FE->Base == 0)
390 StringRef Dir = getString(FE->Dir);
391 StringRef Base = getString(FE->Base);

Completed in 48 milliseconds

1 2 3 4 5 6