| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ | 
| D | RuntimeDyldCOFFThumb.h | 127         RelocationEntry RE = RelocationEntry(  in processRelocationRef()  local134         RelocationEntry RE =  in processRelocationRef()  local
 141         RelocationEntry RE =  in processRelocationRef()  local
 147         RelocationEntry RE = RelocationEntry(SectionID, Offset, RelType,  in processRelocationRef()  local
 153         RelocationEntry RE = RelocationEntry(  in processRelocationRef()  local
 162         RelocationEntry RE =  in processRelocationRef()  local
 174   void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {  in resolveRelocation()
 
 | 
| D | RuntimeDyldCOFFI386.h | 104         RelocationEntry RE =  in processRelocationRef()  local111         RelocationEntry RE =  in processRelocationRef()  local
 117         RelocationEntry RE = RelocationEntry(SectionID, Offset, RelType,  in processRelocationRef()  local
 131   void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {  in resolveRelocation()
 
 | 
| D | RuntimeDyldMachOAArch64.h | 34   Expected<int64_t> decodeAddend(const RelocationEntry &RE) const {  in decodeAddend()355   void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {  in resolveRelocation()
 442   void processGOTRelocation(const RelocationEntry &RE,  in processGOTRelocation()
 485     MachO::any_relocation_info RE =  in processSubtractRelocation()  local
 
 | 
| D | RuntimeDyldMachOX86_64.h | 86   void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {  in resolveRelocation()129   void processGOTRelocation(const RelocationEntry &RE,  in processGOTRelocation()
 163     MachO::any_relocation_info RE =  in processSubtractRelocation()  local
 
 | 
| D | RuntimeDyldMachOARM.h | 63   Expected<int64_t> decodeAddend(const RelocationEntry &RE) const {  in decodeAddend()203   void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {  in resolveRelocation()
 305   void processBranchRelocation(const RelocationEntry &RE,  in processBranchRelocation()
 350     MachO::any_relocation_info RE =  in processHALFSECTDIFFRelocation()  local
 
 | 
| D | RuntimeDyldELFMips.cpp | 14 void RuntimeDyldELFMips::resolveRelocation(const RelocationEntry &RE,  in resolveRelocation()29 uint64_t RuntimeDyldELFMips::evaluateRelocation(const RelocationEntry &RE,  in evaluateRelocation()
 41 void RuntimeDyldELFMips::applyRelocation(const RelocationEntry &RE,  in applyRelocation()
 
 | 
| /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ | 
| D | RuntimeDyldCOFFThumb.h | 102         RelocationEntry RE =  in processRelocationRef()  local109         RelocationEntry RE =  in processRelocationRef()  local
 115         RelocationEntry RE = RelocationEntry(SectionID, Offset, RelType,  in processRelocationRef()  local
 121         RelocationEntry RE =  in processRelocationRef()  local
 130         RelocationEntry RE =  in processRelocationRef()  local
 142   void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {  in resolveRelocation()
 
 | 
| D | RuntimeDyldCOFFI386.h | 105         RelocationEntry RE =  in processRelocationRef()  local112         RelocationEntry RE =  in processRelocationRef()  local
 118         RelocationEntry RE = RelocationEntry(SectionID, Offset, RelType,  in processRelocationRef()  local
 132   void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {  in resolveRelocation()
 
 | 
| D | RuntimeDyldMachOARM.h | 37   int64_t decodeAddend(const RelocationEntry &RE) const {  in decodeAddend()115   void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {  in resolveRelocation()
 187   void processBranchRelocation(const RelocationEntry &RE,  in processBranchRelocation()
 223     MachO::any_relocation_info RE =  in processHALFSECTDIFFRelocation()  local
 
 | 
| D | RuntimeDyldMachOAArch64.h | 35   int64_t decodeAddend(const RelocationEntry &RE) const {  in decodeAddend()311   void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {  in resolveRelocation()
 385   void processGOTRelocation(const RelocationEntry &RE,  in processGOTRelocation()
 426     MachO::any_relocation_info RE =  in processSubtractRelocation()  local
 
 | 
| D | RuntimeDyldMachOX86_64.h | 87   void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {  in resolveRelocation()130   void processGOTRelocation(const RelocationEntry &RE,  in processGOTRelocation()
 164     MachO::any_relocation_info RE =  in processSubtractRelocation()  local
 
 | 
| D | RuntimeDyldMachOI386.h | 99   void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {  in resolveRelocation()149     MachO::any_relocation_info RE =  in processSECTDIFFRelocation()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ | 
| D | RuntimeDyldELF.cpp | 927 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE,  in resolveRelocation()981   RelocationEntry RE(SectionID, Offset, RelType, Value.Addend, Value.Offset);  in processSimpleRelocation()  local
 1243         RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(),  in processRelocationRef()  local
 1287         RelocationEntry RE(SectionID, Offset, RelType, i->second);  in processRelocationRef()  local
 1315         RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset());  in processRelocationRef()  local
 1321       RelocationEntry RE(SectionID, Offset, RelType, Addend);  in processRelocationRef()  local
 1340       RelocationEntry RE(SectionID, Offset, RelType, Addend);  in processRelocationRef()  local
 1360     RelocationEntry RE(SectionID, Offset, RelType, Value.Addend);  in processRelocationRef()  local
 1382         RelocationEntry RE(SectionID, Offset, RelType, i->second);  in processRelocationRef()  local
 1436         RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset());  in processRelocationRef()  local
 [all …]
 
 | 
| D | RuntimeDyldMachO.cpp | 61   MachO::any_relocation_info RE =  in processScatteredVANILLA()  local99     const RelocationEntry &RE, ObjSectionToIDMap &ObjSectionToID) {  in getRelocationValueRef()
 148 void RuntimeDyldMachO::dumpRelocationToResolve(const RelocationEntry &RE,  in dumpRelocationToResolve()
 214     RelocationEntry RE(PTSectionID, PTEntryOffset,  in populateIndirectSymbolPointersSection()  local
 
 | 
| /external/libvpx/third_party/googletest/src/include/gtest/internal/ | 
| D | gtest-port.h | 869   RE(absl::string_view regex) : regex_(regex) {}                  // NOLINT  in RE()  function870   RE(const char* regex) : RE(absl::string_view(regex)) {}         // NOLINT  in RE()  function
 871   RE(const std::string& regex) : RE(absl::string_view(regex)) {}  // NOLINT  in RE()  function
 872   RE(const RE& other) : RE(other.pattern()) {}  in RE()  function
 895   RE(const RE& other) { Init(other.pattern()); }  in RE()  function
 898   RE(const ::std::string& regex) { Init(regex.c_str()); }  // NOLINT  in RE()  function
 900   RE(const char* regex) { Init(regex); }  // NOLINT  in RE()  function
 
 | 
| /external/libaom/third_party/googletest/src/googletest/include/gtest/internal/ | 
| D | gtest-port.h | 869   RE(absl::string_view regex) : regex_(regex) {}                  // NOLINT  in RE()  function870   RE(const char* regex) : RE(absl::string_view(regex)) {}         // NOLINT  in RE()  function
 871   RE(const std::string& regex) : RE(absl::string_view(regex)) {}  // NOLINT  in RE()  function
 872   RE(const RE& other) : RE(other.pattern()) {}  in RE()  function
 895   RE(const RE& other) { Init(other.pattern()); }  in RE()  function
 898   RE(const ::std::string& regex) { Init(regex.c_str()); }  // NOLINT  in RE()  function
 900   RE(const char* regex) { Init(regex); }  // NOLINT  in RE()  function
 
 | 
| /external/llvm/lib/ExecutionEngine/RuntimeDyld/ | 
| D | RuntimeDyldELF.cpp | 1097 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE,  in resolveRelocation()1160   RelocationEntry RE(SectionID, Offset, RelType, Value.Addend, Value.Offset);  in processSimpleRelocation()  local
 1354         RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(),  in processRelocationRef()  local
 1398         RelocationEntry RE(SectionID, Offset, RelType, i->second);  in processRelocationRef()  local
 1424         RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset());  in processRelocationRef()  local
 1430       RelocationEntry RE(SectionID, Offset, RelType, Addend);  in processRelocationRef()  local
 1449       RelocationEntry RE(SectionID, Offset, RelType, Addend);  in processRelocationRef()  local
 1469     RelocationEntry RE(SectionID, Offset, RelType, Value.Addend);  in processRelocationRef()  local
 1514           RelocationEntry RE(SectionID, Offset, RelType, Value.Addend);  in processRelocationRef()  local
 1541           RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(),  in processRelocationRef()  local
 [all …]
 
 | 
| D | RuntimeDyldMachO.cpp | 60   MachO::any_relocation_info RE =  in processScatteredVANILLA()  local97     const RelocationEntry &RE, ObjSectionToIDMap &ObjSectionToID) {  in getRelocationValueRef()
 146 void RuntimeDyldMachO::dumpRelocationToResolve(const RelocationEntry &RE,  in dumpRelocationToResolve()
 212     RelocationEntry RE(PTSectionID, PTEntryOffset,  in populateIndirectSymbolPointersSection()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ | 
| D | GCMetadata.cpp | 114                                       RE = FD->roots_end();  in runOnFunction()  local126                                        RE = FD->live_end(PI);  in runOnFunction()  local
 
 | 
| /external/markdown/markdown/ | 
| D | blockprocessors.py | 279     RE = re.compile(r'(^|\n)[ ]{0,3}>[ ]?(.*)')  variable in BlockQuoteProcessor448     RE = re.compile(r'(?:^|\n)(?P<level>#{1,6})(?P<header>(?:\\.|[^\\])*?)#*(?:\n|$)')  variable in HashHeaderProcessor
 479     RE = re.compile(r'^.*?\n[=-]+[ ]*(\n|$)', re.MULTILINE)  variable in SetextHeaderProcessor
 503 …RE = r'^[ ]{0,3}(?=(?P<atomicgroup>(-+[ ]{0,2}){3,}|(_+[ ]{0,2}){3,}|(\*+[ ]{0,2}){3,}))(?P=atomic…  variable in HRProcessor
 561     RE = re.compile(  variable in ReferenceProcessor
 
 | 
| /external/llvm/lib/CodeGen/ | 
| D | GCMetadata.cpp | 118                                       RE = FD->roots_end();  in runOnFunction()  local130                                        RE = FD->live_end(PI);  in runOnFunction()  local
 
 | 
| /external/rust/crates/once_cell/examples/ | 
| D | regex.rs | 7         static RE: once_cell::sync::OnceCell<regex::Regex> = once_cell::sync::OnceCell::new();  constant
 | 
| /external/llvm/lib/Object/ | 
| D | MachOObjectFile.cpp | 120 getPlainRelocationAddress(const MachO::any_relocation_info &RE) {  in getPlainRelocationAddress()125 getScatteredRelocationAddress(const MachO::any_relocation_info &RE) {  in getScatteredRelocationAddress()
 130                                     const MachO::any_relocation_info &RE) {  in getPlainRelocationPCRel()
 138                             const MachO::any_relocation_info &RE) {  in getScatteredRelocationPCRel()
 143                                          const MachO::any_relocation_info &RE) {  in getPlainRelocationLength()
 150 getScatteredRelocationLength(const MachO::any_relocation_info &RE) {  in getScatteredRelocationLength()
 155                                        const MachO::any_relocation_info &RE) {  in getPlainRelocationType()
 748   MachO::any_relocation_info RE = getRelocation(Rel);  in getRelocationOffset()  local
 754   MachO::any_relocation_info RE = getRelocation(Rel);  in getRelocationSymbol()  local
 779   MachO::any_relocation_info RE = getRelocation(Rel);  in getRelocationType()  local
 [all …]
 
 | 
| /external/llvm/utils/TableGen/ | 
| D | CodeGenSchedule.cpp | 394   for (RecIter RI = RWDefs.begin(), RE = RWDefs.end(); RI != RE; ++RI) {  in findRWs()  local556       for (IdxIter RI = SC.Reads.begin(), RE = SC.Reads.end(); RI != RE; ++RI)  in collectSchedClasses()  local
 573       for (IdxIter RI = Reads.begin(), RE = Reads.end(); RI != RE; ++RI)  in collectSchedClasses()  local
 750                RE = SchedClasses[OldSCIdx].InstRWs.end(); RI != RE; ++RI) {  in createInstRWClass()  local
 1045              RI = RSI->begin(), RE = RSI->end(); RI != RE; ++RI) {  in hasVariant()  local
 1072     for (RecIter RI = VarDefs.begin(), RE = VarDefs.end(); RI != RE; ++RI)  in getIntersectingVariants()  local
 1092       for (RecIter RI = VarDefs.begin(), RE = VarDefs.end(); RI != RE; ++RI)  in getIntersectingVariants()  local
 1366     for (IdxIter RI = ReadSeq.begin(), RE = ReadSeq.end(); RI != RE; ++RI)  in inferFromRW()  local
 1401     RecIter RI = SubUnits.begin(), RE = SubUnits.end();  in hasSuperGroup()  local
 1498   for (RecIter RI = ProcResGroups.begin(), RE = ProcResGroups.end();  in collectProcResources()  local
 [all …]
 
 | 
| /external/llvm/include/llvm/Analysis/ | 
| D | RegionInfoImpl.h | 74     for (typename RegionT::const_iterator RI = R->begin(), RE = R->end();  in replaceEntryRecursive()  local93     for (typename RegionT::const_iterator RI = R->begin(), RE = R->end();  in replaceExitRecursive()  local
 291   for (typename RegionT::const_iterator RI = begin(), RE = end(); RI != RE;  in verifyRegionNest()  local
 500     for (const_iterator RI = begin(), RE = end(); RI != RE; ++RI)  in print()  local
 524   for (typename RegionT::iterator RI = begin(), RE = end(); RI != RE; ++RI)  in clearNodeCache()  local
 
 |