Home
last modified time | relevance | path

Searched refs:SLE (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/
H A D209.chain13 tsN4fxyXEKnS+SLE+pL32bmeARH8NuJkkrIRTCjTzqLCGljZPMhVxkE71ESPO8QK
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp604 SourceLineEntry SLE; in fromCodeViewSubsection() local
606 SLE.Offset = LN.Offset; in fromCodeViewSubsection()
607 SLE.LineStart = LI.getStartLine(); in fromCodeViewSubsection()
608 SLE.EndDelta = LI.getLineDelta(); in fromCodeViewSubsection()
609 SLE.IsStatement = LI.isStatement(); in fromCodeViewSubsection()
610 Block.Lines.push_back(SLE); in fromCodeViewSubsection()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp649 Value *VisitSourceLocExpr(SourceLocExpr *SLE) { in VisitSourceLocExpr() argument
652 SLE->EvaluateInContext(Ctx, CGF.CurSourceLocExprScope.getDefaultExpr()); in VisitSourceLocExpr()
653 return ConstantEmitter(CGF).emitAbstract(SLE->getLocation(), Evaluated, in VisitSourceLocExpr()
654 SLE->getType()); in VisitSourceLocExpr()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsInstrInfo.td2784 def SLE : MipsAsmPseudoInst<(outs GPR32Opnd:$rd),
2788 (SLE GPR32Opnd:$rs, GPR32Opnd:$rs, GPR32Opnd:$rt), 0>,
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp8753 if (const clang::Expr *SLE = maybeConstEvalStringLiteral(S.Context, E)) { in checkFormatStringExpr() local
8754 return checkFormatStringExpr(S, SLE, Args, APK, format_idx, firstDataArg, in checkFormatStringExpr()
8970 if (const Expr *SLE = maybeConstEvalStringLiteral(S.Context, E)) in checkFormatStringExpr() local
8971 return checkFormatStringExpr(S, SLE, Args, APK, format_idx, firstDataArg, in checkFormatStringExpr()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2540 case Mips::SLE: in tryExpandInstruction()
4726 case Mips::SLE: in expandSle()