Home
last modified time | relevance | path

Searched refs:RE2 (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/googletest/
H A DCMakeLists.txt21 option(GTEST_HAS_ABSL "Use Abseil and RE2. Requires Abseil and RE2 to be separately added to the bu…
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h375 MachO::any_relocation_info RE2 = in processHALFSECTDIFFRelocation() local
391 uint32_t AddrB = MachO.getScatteredRelocationValue(RE2); in processHALFSECTDIFFRelocation()
404 uint32_t OtherHalf = MachO.getAnyRelocationAddress(RE2) & 0xffff; in processHALFSECTDIFFRelocation()
H A DRuntimeDyldMachOI386.h163 MachO::any_relocation_info RE2 = in processSECTDIFFRelocation() local
180 uint32_t AddrB = Obj.getScatteredRelocationValue(RE2); in processSECTDIFFRelocation()
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h990 return RE2::FullMatch(str, re.regex_); in FullMatch()
993 return RE2::PartialMatch(str, re.regex_); in PartialMatch()
997 RE2 regex_;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp2507 RelocationEntry RE2(GOTSectionID, GOT2, ELF::R_X86_64_64, IFuncOffset, {}); in createIFuncStub() local
2508 addRelocationForSection(RE2, IFuncSectionID); in createIFuncStub()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DP9InstrResources.td1413 (instregex "TLB(IA|IVAX|SX|SX2|SX2D|LD|LI|RE|RE2|WE|WE2)$"),
/freebsd/contrib/googletest/docs/
H A Dadvanced.md509 [RE2](https://github.com/google/re2/wiki/Syntax) syntax. Otherwise, for POSIX