Home
last modified time | relevance | path

Searched defs:rm (Results 1 – 14 of 14) sorted by relevance

/llvm-project/libc/src/__support/FPUtil/riscv/
H A DFEnvImpl.h38 unsigned int rm; in get_frm() local
122 uint32_t rm = FEnv::get_frm(); in get_round() local
139 uint32_t rm; in set_round() local
[all...]
/llvm-project/libc/test/src/fenv/
H A Drounding_mode_test.cpp27 int rm = LIBC_NAMESPACE::fegetround(); in TEST_F() local
H A Dgetenv_and_setenv_test.cpp71 int rm = LIBC_NAMESPACE::fegetround(); TEST_F() local
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dregex.cpp25 regmatch_t rm[10]; in test_print_matches() local
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp209 static void PrintMutexShort(const ReportMutex *rm, const char *after) { in PrintMutexShort()
214 static void PrintMutexShortWithAddress(const ReportMutex *rm, in PrintMutexShortWithAddress()
221 static void PrintMutex(const ReportMutex *rm) { in PrintMutex()
H A Dtsan_rtl_report.cpp269 auto *rm = New<ReportMutex>(); in AddMutex() local
/llvm-project/clang/test/AST/
H A Dconst-fpfeatures.cpp114 #define CONSTANT_0_1_RM(v, rm) ([](){ PRAGMA(STDC FENV_ROUND rm); return v; }()) argument
/llvm-project/flang/test/Semantics/
H A Ddata05.f9045 …real :: rm(2,2) ! CHECK: rm (InDataStmt) size=16 offset=0: ObjectEntity type: REAL(4) shape: 1_8:2… local
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dfunction-types-builtins.cpp150 auto rm = &unaryret<unsigned long, 12>; variable
/llvm-project/flang/unittests/Evaluate/
H A Dreal.cpp50 template <typename R> void basicTests(int rm, Rounding rounding) { in basicTests() argument
538 basicTests<Real3>(rm, rounding); in roundTest() argument
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp721 ClusterAnalysis(RegionStoreManager & rm,ProgramStateManager & StateMgr,RegionBindingsRef b) ClusterAnalysis() argument
986 InvalidateRegionsWorker(RegionStoreManager & rm,ProgramStateManager & stateMgr,RegionBindingsRef b,const Expr * ex,unsigned count,const LocationContext * lctx,InvalidatedSymbols & is,RegionAndSymbolInvalidationTraits & ITraitsIn,StoreManager::InvalidatedRegions * r,GlobalsFilterKind GFK) InvalidateRegionsWorker() argument
2746 RemoveDeadBindingsWorker(RegionStoreManager & rm,ProgramStateManager & stateMgr,RegionBindingsRef b,SymbolReaper & symReaper,const StackFrameContext * LCtx) RemoveDeadBindingsWorker() argument
/llvm-project/clang/test/SemaCXX/
H A Dconstexpr-builtin-bit-cast.cpp303 const int &rm; member
/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp641 uint8_t mod, rm, reg; readModRM() local
[all...]
/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp563 const u8 rm = next_byte & 7; GetInstructionSize() local