Searched refs:RM (Results 401 - 425 of 451) sorted by relevance

<<111213141516171819

/freebsd-13-stable/contrib/file/
H A Dconfigure6159 : ${RM="rm -f"}
9217 $RM conftest*
9223 $RM -r conftest*
9274 $RM conftest*
9682 $RM conftest*
9738 $RM -r conftest*
9763 $RM -r conftest 2>/dev/null
9794 $RM conftest*
9797 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9798 $RM ou
[all...]
/freebsd-13-stable/contrib/openpam/
H A Dconfigure5668 : ${RM="rm -f"}
8726 $RM conftest*
8732 $RM -r conftest*
8783 $RM conftest*
9191 $RM conftest*
9247 $RM -r conftest*
9272 $RM -r conftest 2>/dev/null
9303 $RM conftest*
9306 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9307 $RM ou
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1908 Optional<APFloat::roundingMode> RM; local
1915 RM = CI->getRoundingMode();
1916 if (!RM || RM.getValue() == RoundingMode::Dynamic)
1921 RM = APFloat::rmNearestTiesToAway;
1924 RM = APFloat::rmTowardPositive;
1927 RM = APFloat::rmTowardNegative;
1930 RM = APFloat::rmTowardZero;
1933 if (RM) {
1936 APFloat::opStatus St = U.roundToIntegral(*RM);
[all...]
/freebsd-13-stable/contrib/subversion/
H A Dconfigure8276 : ${RM="rm -f"}
11388 $RM conftest*
11394 $RM -r conftest*
11445 $RM conftest*
11853 $RM conftest*
11909 $RM -r conftest*
11934 $RM -r conftest 2>/dev/null
11965 $RM conftest*
11968 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
11969 $RM ou
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp708 RegionStoreManager &RM; member in class:__anon2366::ClusterAnalysis
730 : RM(rm), Ctx(StateMgr.getContext()),
1047 const RegionStoreManager::SValListTy &Vals = RM.getInterestingValues(*LCS);
1093 RM.getRegionManager().getVarRegion(VD, LCtx);
1117 SVal V = RM.getBinding(B, loc::MemRegionVal(VR));
2552 const RegionStoreManager::SValListTy &Vals = RM.getInterestingValues(*LCS);
/freebsd-13-stable/contrib/bmake/mk/
H A Down.mk26 RM?= rm macro
/freebsd-13-stable/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp444 if (auto RM = codegen::getExplicitRelocModel())
445 builder.setRelocationModel(RM.getValue());
/freebsd-13-stable/contrib/unbound/
H A Dconfigure7705 : ${RM="rm -f"}
10809 $RM conftest*
10815 $RM -r conftest*
10862 $RM conftest*
11270 $RM conftest*
11326 $RM -r conftest*
11351 $RM -r conftest 2>/dev/null
11382 $RM conftest*
11385 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
11386 $RM ou
[all...]
/freebsd-13-stable/contrib/ldns/
H A Dconfigure4769 : ${RM="rm -f"}
7871 $RM conftest*
7877 $RM -r conftest*
7928 $RM conftest*
8336 $RM conftest*
8392 $RM -r conftest*
8417 $RM -r conftest 2>/dev/null
8448 $RM conftest*
8451 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8452 $RM ou
[all...]
/freebsd-13-stable/contrib/libevent/
H A Dconfigure5859 : ${RM="rm -f"}
8919 $RM conftest*
8925 $RM -r conftest*
8976 $RM conftest*
9384 $RM conftest*
9440 $RM -r conftest*
9465 $RM -r conftest 2>/dev/null
9496 $RM conftest*
9499 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9500 $RM ou
[all...]
H A Dconfig.guess1171 RM*:ReliantUNIX-*:*:*)
1174 RM*:SINIX-*:*:*)
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dconfigure5850 : ${RM="rm -f"}
8910 $RM conftest*
8916 $RM -r conftest*
8967 $RM conftest*
9375 $RM conftest*
9431 $RM -r conftest*
9456 $RM -r conftest 2>/dev/null
9487 $RM conftest*
9490 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9491 $RM ou
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp101 static uint8_t modRMByte(unsigned Mod, unsigned RegOpcode, unsigned RM) { argument
102 assert(Mod < 4 && RegOpcode < 8 && RM < 8 && "ModRM Fields out of range!");
103 return RM | (RegOpcode << 3) | (Mod << 6);
/freebsd-13-stable/contrib/apr/
H A Dconfigure832 RM
9757 if test -n "$RM"; then
9758 ac_cv_prog_RM="$RM" # Let the user override the test.
9777 RM=$ac_cv_prog_RM
9778 if test -n "$RM"; then
9779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RM" >&5
9780 $as_echo "$RM" >&6; }
11449 : ${RM="rm -f"}
14501 $RM conftest*
14507 $RM
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp655 LiveRangeEdit::Remat RM(ParentVNI);
656 RM.OrigMI = LIS.getInstructionFromIndex(OrigVNI->def);
657 if (Edit->canRematerializeAt(RM, OrigVNI, UseIdx, true)) {
658 Def = Edit->rematerializeAt(MBB, I, Reg, RM, TRI, Late);
/freebsd-13-stable/contrib/openbsm/config/
H A Dconfig.guess1081 RM*:ReliantUNIX-*:*:*)
1084 RM*:SINIX-*:*:*)
/freebsd-13-stable/crypto/heimdal/
H A Dconfig.guess1121 RM*:ReliantUNIX-*:*:*)
1124 RM*:SINIX-*:*:*)
H A Dconfigure5307 : ${RM="rm -f"}
8224 $RM conftest*
8230 $RM -r conftest*
8281 $RM conftest*
8641 $RM conftest*
8697 $RM -r conftest*
8722 $RM -r conftest 2>/dev/null
8753 $RM conftest*
8756 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8757 $RM ou
[all...]
/freebsd-13-stable/contrib/byacc/
H A Dconfig.guess1245 RM*:ReliantUNIX-*:*:*)
1248 RM*:SINIX-*:*:*)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h2231 APInt RoundingUDiv(const APInt &A, const APInt &B, APInt::Rounding RM);
2234 APInt RoundingSDiv(const APInt &A, const APInt &B, APInt::Rounding RM);
/freebsd-13-stable/contrib/expat/doc/
H A DMakefile.in592 $(RM) xmlwf.1
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp404 } else if (RegisterMaskSDNode *RM = dyn_cast<RegisterMaskSDNode>(Op)) {
405 MIB.addRegMask(RM->getRegMask());
/freebsd-13-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.guess1171 RM*:ReliantUNIX-*:*:*)
1174 RM*:SINIX-*:*:*)
/freebsd-13-stable/contrib/ncurses/
H A Dconfig.guess1245 RM*:ReliantUNIX-*:*:*)
1248 RM*:SINIX-*:*:*)
/freebsd-13-stable/usr.sbin/ypserv/
H A DMakefile.yp56 RM = @/bin/rm -f

Completed in 590 milliseconds

<<111213141516171819