/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFThumb.h | 127 RelocationEntry RE = RelocationEntry( in processRelocationRef() local 134 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() local 111 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()
|
D | RuntimeDyldMachOI386.h | 98 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() 151 MachO::any_relocation_info RE = in processSECTDIFFRelocation() local
|
D | RuntimeDyldCOFFX86_64.h | 86 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
|
D | RuntimeDyldCOFFAArch64.h | 245 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
|
/third_party/skia/third_party/externals/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() local 99 const RelocationEntry &RE, ObjSectionToIDMap &ObjSectionToID) { in getRelocationValueRef() 148 void RuntimeDyldMachO::dumpRelocationToResolve(const RelocationEntry &RE, in dumpRelocationToResolve() 214 RelocationEntry RE(PTSectionID, PTEntryOffset, in populateIndirectSymbolPointersSection() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | GCMetadata.cpp | 114 RE = FD->roots_end(); in runOnFunction() local 126 RE = FD->live_end(PI); in runOnFunction() local
|
/third_party/ejdb/src/util/ |
D | lwre.c | 28 # define RE_ERROR(RE, CODE, MESSAGE) { (RE)->error_message = (MESSAGE); \ argument 33 # define RE_MALLOC(RE, SIZE) re__malloc((RE), (SIZE)) argument 46 # define RE_CALLOC(RE, NMEMB, SIZE) re__calloc((RE), (NMEMB), (SIZE)) argument 62 # define RE_REALLOC(RE, PTR, SIZE) re__realloc((RE), (PTR), (SIZE)) argument 75 # define RE_FREE(RE, PTR) free(PTR) argument 89 #define re_array_append(RE, ARRAY, ELEMENT) \ argument 99 #define re_array_copy(RE, ARRAY) \ argument 106 #define re_array_release(RE, ARRAY) { \ argument
|
/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 897 RE(const RE& other) { Init(other.pattern()); } in RE() function 900 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT in RE() function 902 RE(const char* regex) { Init(regex); } // NOLINT in RE() function
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-port.h | 878 RE(const RE& other) { Init(other.pattern()); } in RE() function 881 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT in RE() function 883 RE(const char* regex) { Init(regex); } // NOLINT in RE() function
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
D | regioncodefortesting.js | 61 RE: 'RE', property
|
D | metadatafortesting.js | 815 ,"RE":[,[,,"[268]\\d{8}",,,,,,,[9] property
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
D | test_util.h | 160 static const char* RE() { in RE() function
|
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/ |
D | RegionCode.java | 53 static final String RE = "RE"; field in RegionCode
|
/third_party/cef/tools/distrib/gtest/ |
D | gtest.h | 1151 RE(const RE& other) { Init(other.pattern()); } in RE() function 1154 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT in RE() function 1156 RE(const char* regex) { Init(regex); } // NOLINT in RE() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | Localizer.cpp | 122 for (auto RI = MBB.rbegin(), RE = MBB.rend(); RI != RE; ++RI) { in localizeInterBlock() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 136 getPlainRelocationAddress(const MachO::any_relocation_info &RE) { in getPlainRelocationAddress() 141 getScatteredRelocationAddress(const MachO::any_relocation_info &RE) { in getScatteredRelocationAddress() 146 const MachO::any_relocation_info &RE) { in getPlainRelocationPCRel() 153 getScatteredRelocationPCRel(const MachO::any_relocation_info &RE) { in getScatteredRelocationPCRel() 158 const MachO::any_relocation_info &RE) { in getPlainRelocationLength() 165 getScatteredRelocationLength(const MachO::any_relocation_info &RE) { in getScatteredRelocationLength() 170 const MachO::any_relocation_info &RE) { in getPlainRelocationType() 2123 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationOffset() local 2129 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationSymbol() local 2154 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationType() local [all …]
|
/third_party/toybox/toys/pending/ |
D | expr.c | 132 enum { OR = 1, AND, EQ, NE, GT, GTE, LT, LTE, ADD, SUB, MUL, DIVI, MOD, RE }; enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | simple_ilist.h | 270 iterator RI = RHS.begin(), RE = RHS.end(); in merge() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | simple_ilist.h | 274 iterator RI = RHS.begin(), RE = RHS.end(); in merge() local
|