Searched refs:SLE (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.cpp | 604 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()
|
| /freebsd-14.2/share/misc/ |
| H A D | iso3166 | 219 SL SLE 694 Sierra Leone
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 649 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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsInstrInfo.td | 2760 def SLE : MipsAsmPseudoInst<(outs GPR32Opnd:$rd), 2764 (SLE GPR32Opnd:$rs, GPR32Opnd:$rs, GPR32Opnd:$rt), 0>,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 10482 if (const clang::Expr *SLE = maybeConstEvalStringLiteral(S.Context, E)) { in checkFormatStringExpr() local 10483 return checkFormatStringExpr(S, SLE, Args, APK, format_idx, firstDataArg, in checkFormatStringExpr() 10699 if (const Expr *SLE = maybeConstEvalStringLiteral(S.Context, E)) in checkFormatStringExpr() local 10700 return checkFormatStringExpr(S, SLE, Args, APK, format_idx, firstDataArg, in checkFormatStringExpr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 2594 case Mips::SLE: in tryExpandInstruction() 4754 case Mips::SLE: in expandSle()
|