/llvm-project/libc/src/__support/FPUtil/riscv/ |
H A D | FEnvImpl.h | 38 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 D | rounding_mode_test.cpp | 27 int rm = LIBC_NAMESPACE::fegetround(); in TEST_F() local
|
H A D | getenv_and_setenv_test.cpp | 71 int rm = LIBC_NAMESPACE::fegetround(); TEST_F() local
|
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
H A D | regex.cpp | 25 regmatch_t rm[10]; in test_print_matches() local
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_report.cpp | 209 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 D | tsan_rtl_report.cpp | 269 auto *rm = New<ReportMutex>(); in AddMutex() local
|
/llvm-project/clang/test/AST/ |
H A D | const-fpfeatures.cpp | 114 #define CONSTANT_0_1_RM(v, rm) ([](){ PRAGMA(STDC FENV_ROUND rm); return v; }()) argument
|
/llvm-project/flang/test/Semantics/ |
H A D | data05.f90 | 45 …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 D | function-types-builtins.cpp | 150 auto rm = &unaryret<unsigned long, 12>; variable
|
/llvm-project/flang/unittests/Evaluate/ |
H A D | real.cpp | 50 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 D | RegionStore.cpp | 721 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 D | constexpr-builtin-bit-cast.cpp | 303 const int &rm; member
|
/llvm-project/llvm/lib/Target/X86/Disassembler/ |
H A D | X86Disassembler.cpp | 641 uint8_t mod, rm, reg; readModRM() local [all...] |
/llvm-project/compiler-rt/lib/interception/ |
H A D | interception_win.cpp | 563 const u8 rm = next_byte & 7; GetInstructionSize() local
|