Searched refs:LO (Results 1 - 25 of 119) sorted by relevance

12345

/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DPrettyPrinter.h59 PrintingPolicy(const LangOptions &LO) argument
61 SuppressTagKeyword(LO.CPlusPlus), IncludeTagDefinition(false),
68 SuppressDefaultTemplateArgs(true), Bool(LO.Bool),
69 Nullptr(LO.CPlusPlus11 || LO.C23), NullptrTypeInNamespace(LO.CPlusPlus),
70 Restrict(LO.C99), Alignof(LO.CPlusPlus11), UnderscoreAlignof(LO.C11),
71 UseVoidForZeroParams(!LO
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenCLOptions.h59 static inline bool isOpenCLVersionContainedInMask(const LangOptions &LO, argument
61 auto CLVer = LO.getOpenCLCompatibleVersion();
115 // Is option available in OpenCL version \p LO.
116 bool isAvailableIn(const LangOptions &LO) const {
118 return LO.getOpenCLCompatibleVersion() >= Avail;
121 // Is core option in OpenCL version \p LO.
122 bool isCoreIn(const LangOptions &LO) const {
123 return isAvailableIn(LO) && isOpenCLVersionContainedInMask(LO, Core);
126 // Is optional core option in OpenCL version \p LO
190 isOpenCLOptionCoreIn(const LangOptions &LO, Args &&... args) argument
195 isOpenCLOptionAvailableIn(const LangOptions &LO, Args &&... args) argument
[all...]
H A DLangOptions.h762 explicit FPOptions(const LangOptions &LO) { argument
767 auto LangOptContractMode = LO.getDefaultFPContractMode();
771 setRoundingMath(LO.RoundingMath);
773 setSpecifiedExceptionMode(LO.getFPExceptionMode());
774 setAllowFPReassociate(LO.AllowFPReassoc);
775 setNoHonorNaNs(LO.NoHonorNaNs);
776 setNoHonorInfs(LO.NoHonorInfs);
777 setNoSignedZero(LO.NoSignedZero);
778 setAllowReciprocal(LO.AllowRecip);
779 setAllowApproxFunc(LO
894 FPOptionsOverride(const LangOptions &LO) argument
950 applyOverrides(const LangOptions &LO) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h232 #define PPC_REGS_LO_HI(LO, HI) \
234 LO##0, LO##1, LO##2, LO##3, LO##4, LO##5, LO##6, LO##7, LO##
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DOpenCLOptions.cpp33 const LangOptions &LO) const {
38 if (OptInfo.isCoreIn(LO) || OptInfo.isOptionalCoreIn(LO))
39 return isSupported(Ext, LO);
55 const LangOptions &LO) const {
58 I->getValue().isAvailableIn(LO);
62 const LangOptions &LO) const {
65 I->getValue().isCoreIn(LO);
69 const LangOptions &LO) const {
72 I->getValue().isOptionalCoreIn(LO);
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h34 LO, // Carry clear Less than enumerator in enum:llvm::ARMCC::CondCodes
53 case HS: return LO;
54 case LO: return HS;
77 case ARMCC::LO: return ARMCC::HI;
78 case ARMCC::HI: return ARMCC::LO;
151 case ARMCC::LO: return "lo";
173 .Case("lo", ARMCC::LO)
174 .Case("cc", ARMCC::LO)
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNSAutoreleasePoolChecker.cpp81 const LangOptions &LO = mgr.getLangOpts(); local
82 return LO.getGC() != LangOptions::NonGC;
H A DObjCAtSyncChecker.cpp90 const LangOptions &LO = mgr.getLangOpts(); local
91 return LO.ObjC;
H A DSmartPtrChecker.cpp106 const LangOptions &LO = mgr.getLangOpts(); local
107 return LO.CPlusPlus;
H A DPointerSortingChecker.cpp113 const LangOptions &LO = mgr.getLangOpts(); local
114 return LO.CPlusPlus;
H A DPointerIterationChecker.cpp99 const LangOptions &LO = mgr.getLangOpts(); local
100 return LO.CPlusPlus;
H A DVirtualCallChecker.cpp228 const LangOptions &LO = mgr.getLangOpts(); local
229 return LO.CPlusPlus;
233 const LangOptions &LO = mgr.getLangOpts(); local
234 return LO.CPlusPlus;
238 const LangOptions &LO = mgr.getLangOpts(); local
239 return LO.CPlusPlus;
/freebsd-current/contrib/llvm-project/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h39 void BeginSourceFile(const LangOptions &LO,
41 Primary->BeginSourceFile(LO, PP);
42 Secondary->BeginSourceFile(LO, PP);
H A DLogDiagnosticPrinter.h72 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) override {
73 LangOpts = &LO;
H A DTextDiagnosticPrinter.h50 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) override;
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp34 const LangOptions &LO; member in class:__anon1086::SarifDiagnostics
38 SarifDiagnostics(const std::string &Output, const LangOptions &LO, argument
40 : OutputFile(Output), LO(LO), SarifWriter(SM) {}
114 const LangOptions &LO) {
125 Lexer::getLocForEndOfToken(R.getEnd(), /* Offset = */ 0, SM, LO);
130 const LangOptions &LO) {
135 Piece->getLocation().asRange(), Piece->getLocation().getManager(), LO);
169 const LangOptions &LO) {
174 Diag->getLocation().asRange(), Diag->getLocation().getManager(), LO);
112 convertTokenRangeToCharRange(const SourceRange &R, const SourceManager &SM, const LangOptions &LO) argument
129 createThreadFlows(const PathDiagnostic *Diag, const LangOptions &LO) argument
167 createResult(const PathDiagnostic *Diag, const StringMap<uint32_t> &RuleMapping, const LangOptions &LO) argument
[all...]
H A DTextDiagnostics.cpp40 const LangOptions &LO; member in class:__anon935::TextDiagnostics
45 DiagnosticsEngine &DiagEng, const LangOptions &LO,
47 : DiagOpts(std::move(DiagOpts)), DiagEng(DiagEng), LO(LO),
127 Rewriter Rewrite(SM, LO);
44 TextDiagnostics(PathDiagnosticConsumerOptions DiagOpts, DiagnosticsEngine &DiagEng, const LangOptions &LO, bool ShouldDisplayPathNotes) argument
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h72 for (const auto &LO : R.liveouts())
73 OS << "R#" << LO.getDwarfRegNum() << " ("
74 << LO.getSizeInBytes() << "-bytes) ";
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h30 LO = 0x5, enumerator in enum:llvm::ARCCC::CondCode
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DFormatStringParsing.h59 const LangOptions &LO);
64 const LangOptions &LO, bool IsScanf = false);
H A DTemplateName.cpp361 LangOptions LO; local
362 LO.CPlusPlus = true;
363 LO.Bool = true;
365 N.print(OS, PrintingPolicy(LO));
372 LangOptions LO; // FIXME! local
373 LO.CPlusPlus = true;
374 LO.Bool = true;
375 print(OS, PrintingPolicy(LO));
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DSARIFDiagnosticPrinter.cpp32 void SARIFDiagnosticPrinter::BeginSourceFile(const LangOptions &LO, argument
37 SARIFDiag = std::make_unique<SARIFDiagnostic>(OS, LO, &*DiagOpts, &*Writer);
/freebsd-current/contrib/arm-optimized-routines/pl/math/test/
H A Drunulp.sh30 IFS=',' read -ra LO <<< "$2"
32 ITV="${LO[0]} ${HI[0]}"
33 for i in "${!LO[@]}"; do
34 [[ "$i" -eq "0" ]] || ITV="$ITV x ${LO[$i]} ${HI[$i]}"
68 while read F LO HI N C
70 t $F $LO $HI $N $C
/freebsd-current/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriter.h69 explicit Rewriter(SourceManager &SM, const LangOptions &LO) argument
70 : SourceMgr(&SM), LangOpts(&LO) {}
72 void setSourceMgr(SourceManager &SM, const LangOptions &LO) { argument
74 LangOpts = &LO;
/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dlog10_2u.c22 #define LO asuint64 (1.0 - 0x1p-4) macro
52 if (unlikely (ix - LO < HI - LO))

Completed in 209 milliseconds

12345