Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp602 SourceLineEntry SLE; in fromCodeViewSubsection() local
604 SLE.Offset = LN.Offset; in fromCodeViewSubsection()
605 SLE.LineStart = LI.getStartLine(); in fromCodeViewSubsection()
606 SLE.EndDelta = LI.getLineDelta(); in fromCodeViewSubsection()
607 SLE.IsStatement = LI.isStatement(); in fromCodeViewSubsection()
608 Block.Lines.push_back(SLE); in fromCodeViewSubsection()
/freebsd/share/misc/
H A Diso3166219 SL SLE 694 Sierra Leone
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp698 Value *VisitSourceLocExpr(SourceLocExpr *SLE) { in VisitSourceLocExpr() argument
701 SLE->EvaluateInContext(Ctx, CGF.CurSourceLocExprScope.getDefaultExpr()); in VisitSourceLocExpr()
702 return ConstantEmitter(CGF).emitAbstract(SLE->getLocation(), Evaluated, in VisitSourceLocExpr()
703 SLE->getType()); in VisitSourceLocExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.td2772 def SLE : MipsAsmPseudoInst<(outs GPR32Opnd:$rd),
2776 (SLE GPR32Opnd:$rs, GPR32Opnd:$rs, GPR32Opnd:$rt), 0>,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6237 if (const clang::Expr *SLE = maybeConstEvalStringLiteral(S.Context, E)) { in checkFormatStringExpr() local
6239 S, ReferenceFormatString, SLE, Args, APK, format_idx, firstDataArg, in checkFormatStringExpr()
6490 if (const Expr *SLE = maybeConstEvalStringLiteral(S.Context, E)) in checkFormatStringExpr() local
6492 S, ReferenceFormatString, SLE, Args, APK, format_idx, firstDataArg, in checkFormatStringExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2550 case Mips::SLE: in tryExpandInstruction()
4697 case Mips::SLE: in expandSle()