Searched refs:Force (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
H A DUSRFindingAction.h46 ArrayRef<std::string> QualifiedNames, bool Force)
48 ErrorOccurred(false), Force(Force) {}
61 bool Force; member in struct:clang::tooling::USRFindingAction
45 USRFindingAction(ArrayRef<unsigned> SymbolOffsets, ArrayRef<std::string> QualifiedNames, bool Force) argument
/freebsd-11-stable/usr.sbin/ctm/ctm/
H A Dctm_syntax.c32 #define Force CTM_Q_MD5_Force macro
40 MD5|Before|Force, MD5|After|Chunk, Count, Bytes,0 };
H A Dctm.c27 * -F Force
79 case 'F': Force = 1; break;
291 if((!Force) || (i & ~Exit_Forcible))
H A Dctm.h120 EXTERN int Force; variable
H A Dctm_pass1.c242 if(!Force) {
243 Fatal("Trailing junk in CTM-file. Can Force with -F.");
H A Dctm_pass2.c164 if(Force)
H A Dctm_pass3.c259 if (!Force)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp194 bool Force, bool &ErrorOccurred)
196 SpellingNames(SpellingNames), USRList(USRList), Force(Force),
232 if (Force) {
268 bool Force; member in class:clang::tooling::NamedDeclFindingConsumer
274 SymbolOffsets, QualifiedNames, SpellingNames, USRList, Force,
190 NamedDeclFindingConsumer(ArrayRef<unsigned> SymbolOffsets, ArrayRef<std::string> QualifiedNames, std::vector<std::string> &SpellingNames, std::vector<std::vector<std::string>> &USRList, bool Force, bool &ErrorOccurred) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DUtility.h162 void restoreNow(bool Force) { argument
163 if (!Force && !ShouldRestore)
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-as/
H A Dllvm-as.cpp44 static cl::opt<bool> Force("f", cl::desc("Enable binary output on terminals"),
91 if (Force || !CheckBitcodeOutputToConsole(Out->os(), true)) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h68 Hint Force; member in class:llvm::LoopVectorizeHints
106 if ((ForceKind)Force.Value == FK_Undefined &&
109 return (ForceKind)Force.Value;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb_mbuild.sh34 -f Force rebuild. Even rebuild previously built directories.
87 # Force a rebuild
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h70 bool Force; member in struct:llvm::UnrollLoopOptions
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp82 Force("f", cl::desc("Enable binary output on terminals"));
400 } else if (Force || !CheckBitcodeOutputToConsole(Out.os(), true))
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp49 static cl::opt<bool> Force("f", cl::desc("Enable binary output on terminals"),
372 else if (Force || !CheckBitcodeOutputToConsole(Out.os(), true))
/freebsd-11-stable/share/mk/
H A Dbsd.test.mk42 # Force all tests in a separate distribution file.
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h184 TotalReleasedBytes += releaseToOSMaybe(Sci, I, /*Force=*/true);
363 bool Force = false) {
379 if (!Force) {
H A Dprimary64.h187 TotalReleasedBytes += releaseToOSMaybe(Region, I, /*Force=*/true);
364 bool Force = false) {
381 if (!Force) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollAndJamPass.cpp184 UP.Force = true;
197 UP.Force = true;
H A DLoopUnrollPass.cpp204 UP.Force = false;
751 UP.Force = true;
762 UP.Force = true;
934 if (MaxTripCount && !UP.Force && MaxTripCount < UnrollMaxUpperBound) {
1137 {UP.Count, TripCount, UP.Force, UP.Runtime, UP.AllowExpensiveTripCount,
/freebsd-11-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.sh75 -F Force update even if current file is OK and not close to expiring.
H A Dupdate-leap.in407 -F Force update even if current file is OK and not close to expiring.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp73 Force("vectorize.enable", FK_Undefined, HK_FORCE),
149 if (Force.Value == LoopVectorizeHints::FK_Disabled)
158 if (Force.Value == LoopVectorizeHints::FK_Enabled) {
159 R << " (Force=" << NV("Force", true);
227 Hint *Hints[] = {&Width, &Interleave, &Force, &IsVectorized, &Predicate};
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp46 Force("f", cl::desc("Enable binary output on terminals"));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp498 bool DiagnosticsEngine::EmitCurrentDiagnostic(bool Force) { argument
502 if (Force) {
524 if (!Force && DelayedDiagID)

Completed in 144 milliseconds

12