Home
last modified time | relevance | path

Searched defs:RE (Results 1 – 25 of 67) sorted by relevance

123

/external/pcre/dist/
Dpcrecpp.h491 RE(const string& pat) { Init(pat, NULL); } in RE() function
492 RE(const string& pat, const RE_Options& option) { Init(pat, &option); } in RE() function
493 RE(const char* pat) { Init(pat, NULL); } in RE() function
494 RE(const char* pat, const RE_Options& option) { Init(pat, &option); } in RE() function
495 RE(const unsigned char* pat) { in RE() function
498 RE(const unsigned char* pat, const RE_Options& option) { in RE() function
504 RE(const RE& re) { Init(re.pattern_, &re.options_); } in RE() function
/external/pcre/
Dpcrecpp.h491 RE(const string& pat) { Init(pat, NULL); } in RE() function
492 RE(const string& pat, const RE_Options& option) { Init(pat, &option); } in RE() function
493 RE(const char* pat) { Init(pat, NULL); } in RE() function
494 RE(const char* pat, const RE_Options& option) { Init(pat, &option); } in RE() function
495 RE(const unsigned char* pat) { in RE() function
498 RE(const unsigned char* pat, const RE_Options& option) { in RE() function
504 RE(const RE& re) { Init(re.pattern_, &re.options_); } in RE() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFI386.h79 RelocationEntry RE = in processRelocationRef() local
86 RelocationEntry RE = in processRelocationRef() local
92 RelocationEntry RE = RelocationEntry(SectionID, Offset, RelType, in processRelocationRef() local
106 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
DRuntimeDyldMachOARM.h36 int64_t decodeAddend(const RelocationEntry &RE) const { in decodeAddend()
94 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
174 void processBranchRelocation(const RelocationEntry &RE, in processBranchRelocation()
210 MachO::any_relocation_info RE = in processHALFSECTDIFFRelocation() local
DRuntimeDyldMachOX86_64.h73 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
118 void processGOTRelocation(const RelocationEntry &RE, in processGOTRelocation()
152 MachO::any_relocation_info RE = in processSubtractRelocation() local
DRuntimeDyldMachOAArch64.h35 int64_t decodeAddend(const RelocationEntry &RE) const { in decodeAddend()
303 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
367 void processGOTRelocation(const RelocationEntry &RE, in processGOTRelocation()
DRuntimeDyldMachOI386.h82 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
133 MachO::any_relocation_info RE = in processSECTDIFFRelocation() local
DRuntimeDyldCOFFX86_64.h63 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
/external/markdown/markdown/
Dblockprocessors.py219 RE = re.compile(r'(^|\n)[ ]{0,3}>[ ]?(.*)') variable in BlockQuoteProcessor
259 RE = re.compile(r'^[ ]{0,3}\d+\.[ ]+(.*)') variable in OListProcessor
327 RE = re.compile(r'^[ ]{0,3}[*+-][ ]+(.*)') variable in UListProcessor
334 RE = re.compile(r'(^|\n)(?P<level>#{1,6})(?P<header>.*?)#*(\n|$)') variable in HashHeaderProcessor
365 RE = re.compile(r'^.*?\n[=-]{3,}', re.MULTILINE) variable in SetextHeaderProcessor
387 RE = r'[ ]{0,3}(?P<ch>[*_-])[ ]?((?P=ch)[ ]?){2,}[ ]*' variable in HRProcessor
423 RE = re.compile(r'^\s*\n') variable in EmptyBlockProcessor
Dpreprocessors.py194 RE = re.compile(r'^(\ ?\ ?\ ?)\[([^\]]*)\]:\s*([^ ]*)(.*)$', re.DOTALL) variable in ReferencePreprocessor
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1073 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation()
1136 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend, Value.Offset); in processSimpleRelocation() local
1309 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef() local
1353 RelocationEntry RE(SectionID, Offset, RelType, i->second); in processRelocationRef() local
1379 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); in processRelocationRef() local
1385 RelocationEntry RE(SectionID, Offset, RelType, Addend); in processRelocationRef() local
1404 RelocationEntry RE(SectionID, Offset, RelType, Addend); in processRelocationRef() local
1424 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef() local
1468 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef() local
1495 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef() local
[all …]
DRuntimeDyldMachO.cpp59 MachO::any_relocation_info RE = in processScatteredVANILLA() local
91 const RelocationEntry &RE, ObjSectionToIDMap &ObjSectionToID) { in getRelocationValueRef()
135 void RuntimeDyldMachO::dumpRelocationToResolve(const RelocationEntry &RE, in dumpRelocationToResolve()
200 RelocationEntry RE(PTSectionID, PTEntryOffset, in populateIndirectSymbolPointersSection() local
/external/llvm/lib/CodeGen/
DGCMetadata.cpp118 RE = FD->roots_end(); in runOnFunction() local
130 RE = FD->live_end(PI); in runOnFunction() local
DRegisterClassInfo.cpp160 RI = TRI->regclass_begin(), RE = TRI->regclass_end(); RI != RE; ++RI) { in computePSetLimit() local
/external/llvm/utils/TableGen/
DCodeGenSchedule.cpp388 for (RecIter RI = RWDefs.begin(), RE = RWDefs.end(); RI != RE; ++RI) { in findRWs() local
549 for (IdxIter RI = SC.Reads.begin(), RE = SC.Reads.end(); RI != RE; ++RI) in collectSchedClasses() local
566 for (IdxIter RI = Reads.begin(), RE = Reads.end(); RI != RE; ++RI) in collectSchedClasses() local
743 RE = SchedClasses[OldSCIdx].InstRWs.end(); RI != RE; ++RI) { in createInstRWClass() local
1029 RI = RSI->begin(), RE = RSI->end(); RI != RE; ++RI) { in hasVariant() local
1056 for (RecIter RI = VarDefs.begin(), RE = VarDefs.end(); RI != RE; ++RI) in getIntersectingVariants() local
1076 for (RecIter RI = VarDefs.begin(), RE = VarDefs.end(); RI != RE; ++RI) in getIntersectingVariants() local
1350 for (IdxIter RI = ReadSeq.begin(), RE = ReadSeq.end(); RI != RE; ++RI) in inferFromRW() local
1385 RecIter RI = SubUnits.begin(), RE = SubUnits.end(); in hasSuperGroup() local
1479 for (RecIter RI = ProcResGroups.begin(), RE = ProcResGroups.end(); in collectProcResources() local
[all …]
/external/clang/lib/ARCMigrate/
DPlistReporter.cpp53 RI = D.range_begin(), RE = D.range_end(); RI != RE; ++RI) { in writeARCDiagsToPlist() local
/external/markdown/markdown/extensions/
Ddef_list.py29 RE = re.compile(r'(^|\n)[ ]{0,3}:[ ]{1,3}(.*?)(\n|$)') variable in DefListProcessor
Dheaderid.py81 RE = re.compile(r"""(^|\n) variable in HeaderIdProcessor
/external/llvm/lib/Object/
DMachOObjectFile.cpp113 getPlainRelocationAddress(const MachO::any_relocation_info &RE) { in getPlainRelocationAddress()
118 getScatteredRelocationAddress(const MachO::any_relocation_info &RE) { in getScatteredRelocationAddress()
123 const MachO::any_relocation_info &RE) { in getPlainRelocationPCRel()
131 const MachO::any_relocation_info &RE) { in getScatteredRelocationPCRel()
136 const MachO::any_relocation_info &RE) { in getPlainRelocationLength()
143 getScatteredRelocationLength(const MachO::any_relocation_info &RE) { in getScatteredRelocationLength()
148 const MachO::any_relocation_info &RE) { in getPlainRelocationType()
610 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationOffset() local
616 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationSymbol() local
641 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationType() local
[all …]
/external/llvm/include/llvm/Analysis/
DRegionInfoImpl.h75 for (typename RegionT::const_iterator RI = R->begin(), RE = R->end(); in replaceEntryRecursive() local
94 for (typename RegionT::const_iterator RI = R->begin(), RE = R->end(); in replaceExitRecursive() local
292 for (typename RegionT::const_iterator RI = begin(), RE = end(); RI != RE; in verifyRegionNest() local
501 for (const_iterator RI = begin(), RE = end(); RI != RE; ++RI) in print() local
525 for (typename RegionT::iterator RI = begin(), RE = end(); RI != RE; ++RI) in clearNodeCache() local
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachORelocationInfo.cpp39 any_relocation_info RE = Obj->getRelocation(Rel.getRawDataRefImpl()); in createExprForRelocation() local
/external/protobuf/gtest/include/gtest/internal/
Dgtest-port.h662 RE(const RE& other) { Init(other.pattern()); } in RE() function
665 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT in RE() function
668 RE(const ::string& regex) { Init(regex.c_str()); } // NOLINT in RE() function
671 RE(const char* regex) { Init(regex); } // NOLINT in RE() function
/external/clang/test/Layout/
Dms-x86-pack-and-align.cpp438 struct RE { struct
439 char _;
440 RC c;
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DRegionCode.java53 static final String RE = "RE"; field in RegionCode
/external/clang/test/Sema/
Dgnu-flags.c134 enum RE { enum

123