/third_party/python/Modules/ |
D | sre_lib.h | 16 SRE(at)(SRE_STATE* state, const SRE_CHAR* ptr, SRE_CODE at) in SRE() function 104 SRE(charset)(SRE_STATE* state, const SRE_CODE* set, SRE_CODE ch) in SRE() function 191 SRE(charset_loc_ignore)(SRE_STATE* state, const SRE_CODE* set, SRE_CODE ch) in SRE() function 205 SRE(count)(SRE_STATE* state, const SRE_CODE* pattern, Py_ssize_t maxcount) in SRE() function 543 } SRE(match_context); typedef 548 SRE(match)(SRE_STATE* state, const SRE_CODE* pattern, int toplevel) in SRE() function 1369 SRE(search)(SRE_STATE* state, SRE_CODE* pattern) in SRE() function
|
D | _sre.c | 232 #define SRE(F) sre_ucs1_##F macro 239 #define SRE(F) sre_ucs2_##F macro 246 #define SRE(F) sre_ucs4_##F macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCExpr.cpp | 56 const MCSymbolRefExpr &SRE = cast<MCSymbolRefExpr>(*this); in print() local 713 const MCSymbolRefExpr *SRE = cast<MCSymbolRefExpr>(this); in evaluateAsRelocatableImpl() local 899 const MCSymbolRefExpr *SRE = cast<MCSymbolRefExpr>(this); in findAssociatedFragment() local
|
D | MCCodeView.cpp | 259 const MCSymbolRefExpr *SRE = in emitFileChecksumOffset() local 651 const MCSymbolRefExpr *SRE = MCSymbolRefExpr::create(RangeBegin, Ctx); in encodeDefRange() local
|
D | MCWinCOFFStreamer.cpp | 222 const MCSymbolRefExpr *SRE = MCSymbolRefExpr::create(Symbol, getContext()); in EmitCOFFSectionIndex() local
|
D | MCELFStreamer.cpp | 463 void MCELFStreamer::finalizeCGProfileEntry(const MCSymbolRefExpr *&SRE) { in finalizeCGProfileEntry()
|
D | MCObjectStreamer.cpp | 690 const MCSymbolRefExpr &SRE = cast<MCSymbolRefExpr>(Offset); in EmitRelocDirective() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/MCTargetDesc/ |
D | XCoreInstPrinter.cpp | 53 const MCSymbolRefExpr *SRE; in printExpr() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/MCTargetDesc/ |
D | BPFInstPrinter.cpp | 36 const MCSymbolRefExpr *SRE; in printExpr() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/MCTargetDesc/ |
D | ARCInstPrinter.cpp | 110 const MCSymbolRefExpr *SRE; in printExpr() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyInstPrinter.cpp | 243 auto SRE = static_cast<const MCSymbolRefExpr *>(Op.getExpr()); in printOperand() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMTargetStreamer.cpp | 116 ARMTargetStreamer::AnnotateTLSDescriptorSequence(const MCSymbolRefExpr *SRE) {} in AnnotateTLSDescriptorSequence()
|
D | ARMAsmBackend.cpp | 542 if (const MCSymbolRefExpr *SRE = in adjustFixupValue() local 644 if (const MCSymbolRefExpr *SRE = in adjustFixupValue() local
|
D | ARMELFStreamer.cpp | 559 if (const MCSymbolRefExpr *SRE = dyn_cast_or_null<MCSymbolRefExpr>(Value)) { in EmitValueImpl() local 1155 if (const MCSymbolRefExpr *SRE = dyn_cast<MCSymbolRefExpr>(Value)) { in emitThumbSet() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 50 const MCSymbolRefExpr *SRE = cast<MCSymbolRefExpr>(E); in EvaluateCRExpr() local 655 if (const MCSymbolRefExpr *SRE = dyn_cast<MCSymbolRefExpr>(Val)) in CreateFromMCExpr() local 1241 const MCSymbolRefExpr *SRE = cast<MCSymbolRefExpr>(E); in ExtractModifierFromExpr() local 1328 const MCSymbolRefExpr *SRE = cast<MCSymbolRefExpr>(E); in FixupVariantKind() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
D | X86Operand.h | 107 if (auto *SRE = dyn_cast<MCSymbolRefExpr>(Val)) { in print() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86MCInstLower.cpp | 373 if (const MCSymbolRefExpr *SRE = dyn_cast<MCSymbolRefExpr>(MCE)) in SimplifyShortMoveForm() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/ |
D | SystemZAsmParser.cpp | 646 else if (auto *SRE = dyn_cast<MCSymbolRefExpr>(E)) in printMCExpr() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 2111 const MCSymbolRefExpr &SRE = cast<MCSymbolRefExpr>(Expr); in printMCExpr() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 1318 const MCSymbolRefExpr *SRE = cast<MCSymbolRefExpr>(E); in applyModifierToExpr() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 11430 const MCSymbolRefExpr *SRE = in parseDirectiveTLSDescSeq() local
|