Home
last modified time | relevance | path

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

1234

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp32 const LangOptions &LO; member in __anon8d4d2ae70111::SarifDiagnostics
35 SarifDiagnostics(const std::string &Output, const LangOptions &LO) in SarifDiagnostics()
181 static json::Object createTextRegion(const LangOptions &LO, SourceRange R, in createTextRegion()
198 static json::Object createPhysicalLocation(const LangOptions &LO, in createPhysicalLocation()
256 static json::Object createThreadFlow(const LangOptions &LO, in createThreadFlow()
274 static json::Object createCodeFlow(const LangOptions &LO, in createCodeFlow()
281 static json::Object createResult(const LangOptions &LO, in createResult()
366 static json::Object createRun(const LangOptions &LO, in createRun()
H A DTextDiagnostics.cpp40 const LangOptions &LO; member in __anonf4a8dbb70111::TextDiagnostics
45 DiagnosticsEngine &DiagEng, const LangOptions &LO, in TextDiagnostics()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOpenCLOptions.h56 static inline bool isOpenCLVersionContainedInMask(const LangOptions &LO, in isOpenCLVersionContainedInMask()
172 static bool isOpenCLOptionCoreIn(const LangOptions &LO, Args &&... args) { in isOpenCLOptionCoreIn()
177 static bool isOpenCLOptionAvailableIn(const LangOptions &LO, in isOpenCLOptionAvailableIn()
/netbsd-src/common/lib/libc/arch/arm/atomic/
H A Datomic_op_asm.h59 #define LO r1 macro
65 #define LO r0 macro
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/
H A Dsha512-armv4.S68 # define LO 0 macro
73 # define LO 4 macro
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/
H A Dsha512-armv4.S68 # define LO 0 macro
73 # define LO 4 macro
/netbsd-src/external/apache2/llvm/dist/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 DPointerSortingChecker.cpp113 const LangOptions &LO = mgr.getLangOpts(); in shouldRegisterPointerSortingChecker() local
H A DSmartPtrChecker.cpp106 const LangOptions &LO = mgr.getLangOpts(); in shouldRegisterSmartPtrChecker() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DScanfFormatString.cpp79 const LangOptions &LO, in ParseScanfSpecifier()
542 const LangOptions &LO, in ParseScanfString()
H A DPrintfFormatString.cpp75 const LangOptions &LO, in ParsePrintfSpecifier()
410 const LangOptions &LO, in ParsePrintfString()
440 const LangOptions &LO, in ParseFormatStringHasSArg()
468 const char *Begin, const char *End, const LangOptions &LO, in parseFormatStringHasFormattingSpecifiers()
H A DDeclarationName.cpp215 LangOptions LO; in operator <<() local
467 LangOptions LO; in operator <<() local
493 LangOptions LO; in printName() local
H A DTemplateName.cpp261 LangOptions LO; in operator <<() local
272 LangOptions LO; // FIXME! in dump() local
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h72 for (const auto &LO : R.liveouts()) in prettyPrintStackMap() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.h58 LO, enumerator
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp36 void TextDiagnosticPrinter::BeginSourceFile(const LangOptions &LO, in BeginSourceFile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h30 LO = 0x5, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h146 #define PPC_REGS_LO_HI(LO, HI) \ argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackMaps.cpp324 for (const auto &LO : LiveOuts) { in print() local
381 llvm::erase_if(LiveOuts, [](const LiveOutReg &LO) { return LO.Reg == 0; }); in parseRegisterLiveOutMask()
697 for (const auto &LO : LiveOuts) { in emitCallsiteEntries() local

1234