Searched refs:condition (Results 76 - 100 of 133) sorted by relevance

123456

/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-assign.mk43 # When a '::=' modifier is evaluated as part of an .if condition, it happens
52 # The condition "1" is true, therefore THEN1 gets assigned a value,
58 # The condition "0" is false, therefore ELSE2 gets assigned a value,
H A Dvarname-dot-make-save_dollars.mk26 # condition; .MAKE.SAVE_DOLLARS only applies at the moment where the
H A Dopt-debug-file.mk22 # when it is used in the condition below. Therefore, be careful when storing
H A Dvarparse-errors.mk56 # condition was added in var.c 1.185 from 2014-05-19.
H A Dvarmod-indirect.mk88 # condition "1 != 1", the then-branch "Z" and the else-branch "tl". Since
89 # the condition evaluates to false, the then-branch is ignored (it would
249 # case, the first condition below would result in a parse error because its
H A Ddeptgt-makeflags.mk46 # In the condition, that variable is expanded, and at that point, each '$$'
H A Dvar-op-expand.mk139 # when evaluating the condition.
154 # the time of assignment but only later, when ${VAR} appears in the condition.
/freebsd-current/tools/build/
H A Dcheckstyle9.pl675 my $condition = substr($blk, $soff, $coff - $soff + 1);
678 #warn "CONDITION<$condition>\n";
682 return ($statement, $condition,
731 my ($statement, $condition, $level);
736 ($statement, $condition, $linenr, $remain, $off, $level) =
738 #print "F: c<$condition> s<$statement> remain<$remain>\n";
739 push(@chunks, [ $condition, $statement ]);
740 if (!($remain > 0 && $condition =~ /^\s*(?:\n[+-])?\s*(?:if|else|do)\b/s)) {
747 ($statement, $condition, $linenr, $remain, $off, $level) =
749 #print "C: c<$condition>
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp264 // Does the loop have a condition?
265 const Expr *condition = FS->getCond(); local
267 if (!condition)
277 condition = condition->IgnoreParenCasts();
280 // Is the loop condition a comparison?
281 const BinaryOperator *B = dyn_cast<BinaryOperator>(condition);
317 // Emit the error. First figure out which DeclRefExpr in the condition
/freebsd-current/contrib/sendmail/contrib/
H A Dqtool.pl1185 ## check_move(source, dest). Each class represents some condition to
1271 my $condition;
1274 foreach $condition (@{$self->{condition_list}})
1276 if (!$condition->check_move($source, $dest))
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp296 void SBBreakpointName::SetCondition(const char *condition) { argument
297 LLDB_INSTRUMENT_VA(this, condition);
306 bp_name->GetOptions().SetCondition(condition);
/freebsd-current/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp1930 std::string condition = local
1932 if (!condition.empty())
1933 OS << "#if " << condition << "\n\n"; local
1935 if (!condition.empty())
1936 OS << "#endif /* " << condition << " */\n\n"; local
2134 std::string condition; local
2136 condition = "__ARM_FEATURE_MVE & 2";
2138 condition = "__ARM_FEATURE_MVE";
2140 if (!condition.empty())
2141 OS << "#if " << condition << "\ local
2144 OS << "#endif /* " << condition << " */\\n\\n"; local
[all...]
/freebsd-current/share/mk/
H A Dauto.obj.mk19 # A race condition in some versions of mkdir, means that it can bail
/freebsd-current/contrib/bmake/mk/
H A Dauto.obj.mk21 # A race condition in some versions of mkdir, means that it can bail
H A Dsys.mk148 # A race condition in mkdir, means that it can bail if another
/freebsd-current/sys/dev/evdev/
H A Dinput.h263 struct ff_condition_effect condition[2]; /* One for each axis */ member in union:ff_effect::__anon2331
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h74 /// Similarly, if the breakpoint condition says "stop", we won't check the
75 /// location's condition. But if the breakpoint condition says "continue",
397 /// Set the breakpoint's condition.
399 /// \param[in] condition
400 /// The condition expression to evaluate when the breakpoint is hit.
401 /// Pass in nullptr to clear the condition.
402 void SetCondition(const char *condition);
404 /// Return a pointer to the text of the condition expression.
407 /// A pointer to the condition expressio
[all...]
/freebsd-current/contrib/ntp/ntpq/
H A Dntpq-subs.c1186 const char *condition = ""; local
1200 "ind assid status conf reach auth condition last_event cnt\n");
1237 condition = "reject";
1241 condition = "falsetick";
1245 condition = "excess";
1249 condition = "outlier";
1253 condition = "candidate";
1257 condition = "backup";
1261 condition = "sys.peer";
1265 condition
[all...]
/freebsd-current/usr.sbin/ntp/libntp/
H A DMakefile38 ISC_PTHREADS_SRCS= condition.c \
/freebsd-current/contrib/atf/atf-c++/
H A Dmacros_test.cpp105 bool condition = atf::text::to_bool(get_config_var("condition")); local
108 ATF_REQUIRE(condition);
348 config["condition"] = t->cond;
361 "^failed: .*condition not met", "result"));
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h542 const Expr *condition, CoreEngine* eng)
543 : Eng(*eng), Src(src), Condition(condition), Pred(pred) {}
541 SwitchNodeBuilder(ExplodedNode *pred, const CFGBlock *src, const Expr *condition, CoreEngine* eng) argument
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp224 void BreakpointLocation::SetCondition(const char *condition) { argument
225 GetLocationOptions().SetCondition(condition);
266 LLDB_LOGF(log, "Error getting condition expression: %s.",
285 // We need to make sure the user sees any parse errors in their condition, so
295 true); // Don't generate a user variable for condition expressions.
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Ddevice.h207 #define dev_WARN_ONCE(dev, condition, fmt, ...) do { \
209 bool __ret_warn_on = (condition); \
/freebsd-current/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h705 // ASSERT_*(condition) << "Some message";
929 // A helper for suppressing warnings on constant condition. It just
930 // returns 'condition'.
931 GTEST_API_ bool IsTrue(bool condition);
1066 // GTEST_CHECK_ is an all-mode assert. It aborts the program if the condition
1073 // This checks the condition and if the condition is not satisfied
1074 // it prints message about the condition violation, including the
1075 // condition itself, plus additional message streamed into it, if any,
1078 #define GTEST_CHECK_(condition) \
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp645 llvm::LoadInst *condition = cast<llvm::LoadInst>(si->getCondition()); local
651 assert(condition->getOperand(0) == CGF.NormalCleanupDest.getPointer());
652 assert(condition->use_empty());
653 condition->eraseFromParent();

Completed in 158 milliseconds

123456