Home
last modified time | relevance | path

Searched defs:LO (Results 1 – 25 of 84) sorted by relevance

1234

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp34 const LangOptions &LO; member in __anon6891e9330111::SarifDiagnostics
38 SarifDiagnostics(const std::string &Output, const LangOptions &LO, in SarifDiagnostics()
114 const LangOptions &LO) { in convertTokenRangeToCharRange()
130 const LangOptions &LO) { in createThreadFlows()
169 const LangOptions &LO) { in createResult()
H A DTextDiagnostics.cpp40 const LangOptions &LO; member in __anon67e900830111::TextDiagnostics
45 DiagnosticsEngine &DiagEng, const LangOptions &LO, in TextDiagnostics()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DOpenCLOptions.h59 static inline bool isOpenCLVersionContainedInMask(const LangOptions &LO, in isOpenCLVersionContainedInMask()
190 static bool isOpenCLOptionCoreIn(const LangOptions &LO, Args &&... args) { in isOpenCLOptionCoreIn()
195 static bool isOpenCLOptionAvailableIn(const LangOptions &LO, in isOpenCLOptionAvailableIn()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp228 const LangOptions &LO = mgr.getLangOpts(); in shouldRegisterVirtualCallModeling() local
233 const LangOptions &LO = mgr.getLangOpts(); in shouldRegisterPureVirtualCallChecker() local
238 const LangOptions &LO = mgr.getLangOpts(); in shouldRegisterVirtualCallChecker() local
H A DNSAutoreleasePoolChecker.cpp84 const LangOptions &LO = mgr.getLangOpts(); in shouldRegisterNSAutoreleasePoolChecker() local
H A DObjCAtSyncChecker.cpp95 const LangOptions &LO = mgr.getLangOpts(); in shouldRegisterObjCAtSyncChecker() local
H A DPointerIterationChecker.cpp99 const LangOptions &LO = mgr.getLangOpts(); in shouldRegisterPointerIterationChecker() local
H A DSmartPtrChecker.cpp106 const LangOptions &LO = mgr.getLangOpts(); in shouldRegisterSmartPtrChecker() local
H A DPointerSortingChecker.cpp113 const LangOptions &LO = mgr.getLangOpts(); in shouldRegisterPointerSortingChecker() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DPrintfFormatString.cpp75 const LangOptions &LO, in ParsePrintfSpecifier()
413 const LangOptions &LO, in ParsePrintfString()
443 const LangOptions &LO, in ParseFormatStringHasSArg()
471 const char *Begin, const char *End, const LangOptions &LO, in parseFormatStringHasFormattingSpecifiers()
H A DScanfFormatString.cpp79 const LangOptions &LO, in ParseScanfSpecifier()
544 const LangOptions &LO, in ParseScanfString()
H A DDeclarationName.cpp209 LangOptions LO; in operator <<() local
461 LangOptions LO; in operator <<() local
487 LangOptions LO; in printName() local
H A DTemplateName.cpp352 LangOptions LO; in operator <<() local
363 LangOptions LO; // FIXME! in dump() local
H A DFormatString.cpp185 const LangOptions &LO) { in ParseVectorModifier()
214 const LangOptions &LO, in ParseLengthModifier()
/openbsd-src/gnu/llvm/clang/include/clang/Rewrite/Core/
H A DRewriter.h69 explicit Rewriter(SourceManager &SM, const LangOptions &LO) in Rewriter()
72 void setSourceMgr(SourceManager &SM, const LangOptions &LO) { in setSourceMgr()
/openbsd-src/lib/libc/time/
H A Ddifftime.c7 #define LO(t) ((double)(t & 0x00000000ffffffffLL)) macro
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h72 for (const auto &LO : R.liveouts()) in prettyPrintStackMap() local
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DSARIFDiagnosticPrinter.cpp32 void SARIFDiagnosticPrinter::BeginSourceFile(const LangOptions &LO, in BeginSourceFile()
H A DTextDiagnosticPrinter.cpp36 void TextDiagnosticPrinter::BeginSourceFile(const LangOptions &LO, in BeginSourceFile()
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.h58 LO, enumerator
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h39 void BeginSourceFile(const LangOptions &LO, in BeginSourceFile()
H A DLogDiagnosticPrinter.h72 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) override { in BeginSourceFile()
/openbsd-src/lib/libcrypto/aes/asm/
H A Daes-x86_64.pl68 sub LO() { my $r=shift; $r =~ s/%r([a-z]+)/%e\1/; subroutine
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackMaps.cpp341 for (const auto &LO : LiveOuts) { in print() local
398 llvm::erase_if(LiveOuts, [](const LiveOutReg &LO) { return LO.Reg == 0; }); in parseRegisterLiveOutMask()
714 for (const auto &LO : LiveOuts) { in emitCallsiteEntries() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h30 LO = 0x5, enumerator

1234