Searched refs:SLE (Results 1 – 6 of 6) sorted by relevance
/freebsd/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/share/misc/ |
H A D | iso3166 | 219 SL SLE 694 Sierra Leone
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 666 Value *VisitSourceLocExpr(SourceLocExpr *SLE) { in VisitSourceLocExpr() argument 669 SLE->EvaluateInContext(Ctx, CGF.CurSourceLocExprScope.getDefaultExpr()); in VisitSourceLocExpr() 670 return ConstantEmitter(CGF).emitAbstract(SLE->getLocation(), Evaluated, in VisitSourceLocExpr() 671 SLE->getType()); in VisitSourceLocExpr()
|
/freebsd/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/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 5683 if (const clang::Expr *SLE = maybeConstEvalStringLiteral(S.Context, E)) { in checkFormatStringExpr() local 5684 return checkFormatStringExpr(S, SLE, Args, APK, format_idx, firstDataArg, in checkFormatStringExpr() 5900 if (const Expr *SLE = maybeConstEvalStringLiteral(S.Context, E)) in checkFormatStringExpr() local 5901 return checkFormatStringExpr(S, SLE, Args, APK, format_idx, firstDataArg, in checkFormatStringExpr()
|
/freebsd/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()
|