/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | SarifDiagnostics.cpp | 34 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 D | TextDiagnostics.cpp | 40 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 D | OpenCLOptions.h | 59 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 D | VirtualCallChecker.cpp | 228 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 D | NSAutoreleasePoolChecker.cpp | 84 const LangOptions &LO = mgr.getLangOpts(); in shouldRegisterNSAutoreleasePoolChecker() local
|
H A D | ObjCAtSyncChecker.cpp | 95 const LangOptions &LO = mgr.getLangOpts(); in shouldRegisterObjCAtSyncChecker() local
|
H A D | PointerIterationChecker.cpp | 99 const LangOptions &LO = mgr.getLangOpts(); in shouldRegisterPointerIterationChecker() local
|
H A D | SmartPtrChecker.cpp | 106 const LangOptions &LO = mgr.getLangOpts(); in shouldRegisterSmartPtrChecker() local
|
H A D | PointerSortingChecker.cpp | 113 const LangOptions &LO = mgr.getLangOpts(); in shouldRegisterPointerSortingChecker() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | PrintfFormatString.cpp | 75 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 D | ScanfFormatString.cpp | 79 const LangOptions &LO, in ParseScanfSpecifier() 544 const LangOptions &LO, in ParseScanfString()
|
H A D | DeclarationName.cpp | 209 LangOptions LO; in operator <<() local 461 LangOptions LO; in operator <<() local 487 LangOptions LO; in printName() local
|
H A D | TemplateName.cpp | 352 LangOptions LO; in operator <<() local 363 LangOptions LO; // FIXME! in dump() local
|
H A D | FormatString.cpp | 185 const LangOptions &LO) { in ParseVectorModifier() 214 const LangOptions &LO, in ParseLengthModifier()
|
/openbsd-src/gnu/llvm/clang/include/clang/Rewrite/Core/ |
H A D | Rewriter.h | 69 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 D | difftime.c | 7 #define LO(t) ((double)(t & 0x00000000ffffffffLL)) macro
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | StackMapPrinter.h | 72 for (const auto &LO : R.liveouts()) in prettyPrintStackMap() local
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | SARIFDiagnosticPrinter.cpp | 32 void SARIFDiagnosticPrinter::BeginSourceFile(const LangOptions &LO, in BeginSourceFile()
|
H A D | TextDiagnosticPrinter.cpp | 36 void TextDiagnosticPrinter::BeginSourceFile(const LangOptions &LO, in BeginSourceFile()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
H A D | LanaiISelLowering.h | 58 LO, enumerator
|
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
H A D | ChainedDiagnosticConsumer.h | 39 void BeginSourceFile(const LangOptions &LO, in BeginSourceFile()
|
H A D | LogDiagnosticPrinter.h | 72 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) override { in BeginSourceFile()
|
/openbsd-src/lib/libcrypto/aes/asm/ |
H A D | aes-x86_64.pl | 68 sub LO() { my $r=shift; $r =~ s/%r([a-z]+)/%e\1/; subroutine
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | StackMaps.cpp | 341 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 D | ARCInfo.h | 30 LO = 0x5, enumerator
|