Searched refs:condition (Results 51 - 75 of 112) sorted by relevance

12345

/freebsd-11-stable/usr.sbin/ntp/libntp/
H A DMakefile37 ISC_PTHREADS_SRCS= condition.c \
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpoint.h69 void SetCondition(const char *condition);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h134 /// Set the watchpoint's condition.
136 /// \param[in] condition
137 /// The condition expression to evaluate when the watchpoint is hit.
138 /// Pass in nullptr to clear the condition.
139 void SetCondition(const char *condition);
141 /// Return a pointer to the text of the condition expression.
144 /// A pointer to the condition expression text, or nullptr if no
145 // condition has been set.
199 std::unique_ptr<UserExpression> m_condition_up; // The condition to test.
H A DBreakpoint.h72 /// Similarly, if the breakpoint condition says "stop", we won't check the
73 /// location's condition. But if the breakpoint condition says "continue",
384 /// Set the breakpoint's condition.
386 /// \param[in] condition
387 /// The condition expression to evaluate when the breakpoint is hit.
388 /// Pass in nullptr to clear the condition.
389 void SetCondition(const char *condition);
391 /// Return a pointer to the text of the condition expression.
394 /// A pointer to the condition expressio
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h257 #define WARN(condition, ...) ({ \
258 bool __ret_warn_on = (condition); \
266 #define WARN_ONCE(condition, ...) ({ \
267 bool __ret_warn_on = (condition); \
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dutil-internal.h63 /* A no-op that tricks the compiler into thinking a condition is used while
66 * do the sizeof() on an int, in case "condition" is a bitfield value.
68 #define EVUTIL_NIL_CONDITION_(condition) do { \
69 (void)sizeof(!(condition)); \
/freebsd-11-stable/share/mk/
H A Dauto.obj.mk20 # A race condition in some versions of mkdir, means that it can bail
/freebsd-11-stable/sys/dev/xen/timer/
H A Dtimer.c131 #define XTREQUIRES(condition, reason...) \
132 if (!(condition)) { \
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpoint.i69 print('breakpoint location condition: %s' % hex(bl.GetCondition()))
140 The breakpoint stops only if the condition expression evaluates to true.") SetCondition;
142 SetCondition (const char *condition);
145 Get the condition expression for the breakpoint.") GetCondition;
/freebsd-11-stable/contrib/gcc/
H A Dloop-iv.c1989 iv_number_of_iterations (struct loop *loop, rtx insn, rtx condition, argument
2019 cond = GET_CODE (condition);
2020 gcc_assert (COMPARISON_P (condition));
2022 mode = GET_MODE (XEXP (condition, 0));
2024 mode = GET_MODE (XEXP (condition, 1));
2033 op0 = XEXP (condition, 0);
2039 op1 = XEXP (condition, 1);
2049 /* Check condition and normalize it. */
2126 /* Some more condition normalization. We must record some assumptions
2220 /* A special case. We have transformed condition o
2544 rtx condition, at; local
[all...]
H A Dmodulo-sched.c280 rtx pattern, reg, condition;
286 condition = doloop_condition_get (pattern);
287 if (! condition)
290 if (REG_P (XEXP (condition, 0)))
291 reg = XEXP (condition, 0);
292 else if (GET_CODE (XEXP (condition, 0)) == PLUS
293 && REG_P (XEXP (XEXP (condition, 0), 0)))
294 reg = XEXP (XEXP (condition, 0), 0);
277 rtx pattern, reg, condition; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp266 // Does the loop have a condition?
267 const Expr *condition = FS->getCond(); local
269 if (!condition)
279 condition = condition->IgnoreParenCasts();
282 // Is the loop condition a comparison?
283 const BinaryOperator *B = dyn_cast<BinaryOperator>(condition);
319 // Emit the error. First figure out which DeclRefExpr in the condition
/freebsd-11-stable/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-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp304 void SBBreakpointName::SetCondition(const char *condition) { argument
306 condition);
315 bp_name->GetOptions().SetCondition(condition);
/freebsd-11-stable/contrib/bmake/mk/
H A Dauto.obj.mk19 # A race condition in some versions of mkdir, means that it can bail
H A Dsys.mk119 # A race condition in mkdir, means that it can bail if another
/freebsd-11-stable/contrib/ntp/libntp/
H A DMakefile.am12 $(srcdir)/../lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/condition.c \
H A DMakefile.in168 $(srcdir)/../lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/condition.c \
194 condition.$(OBJEXT) dir.$(OBJEXT) error.$(OBJEXT) \
254 $(srcdir)/../lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/condition.c \
622 $(srcdir)/../lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/condition.c \
805 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/condition.Po@am__quote@
969 condition.o: $(srcdir)/../lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/condition.c
970 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT condition.o -MD -MP -MF $(DEPDIR)/condition.Tpo -c -o condition
[all...]
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq-subs.c1186 const char *condition = ""; local
1199 "ind assid status conf reach auth condition last_event cnt\n");
1236 condition = "reject";
1240 condition = "falsetick";
1244 condition = "excess";
1248 condition = "outlier";
1252 condition = "candidate";
1256 condition = "backup";
1260 condition = "sys.peer";
1264 condition
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h293 std::string message(int condition) const override;
/freebsd-11-stable/sys/dev/evdev/
H A Dinput.h265 struct ff_condition_effect condition[2]; /* One for each axis */ member in union:ff_effect::__anon7
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dlibisc.mak127 -@erase "$(INTDIR)\condition.obj"
215 "$(INTDIR)\condition.obj" \
330 -@erase "$(INTDIR)\condition.obj"
331 -@erase "$(INTDIR)\condition.sbr"
484 "$(INTDIR)\condition.sbr" \
572 "$(INTDIR)\condition.obj" \
714 SOURCE=.\condition.c
719 "$(INTDIR)\condition.obj" : $(SOURCE) "$(INTDIR)"
725 "$(INTDIR)\condition.obj" "$(INTDIR)\condition
[all...]
/freebsd-11-stable/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-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h533 const Expr *condition, CoreEngine* eng)
534 : Eng(*eng), Src(src), Condition(condition), Pred(pred) {}
532 SwitchNodeBuilder(ExplodedNode *pred, const CFGBlock *src, const Expr *condition, CoreEngine* eng) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp219 void BreakpointLocation::SetCondition(const char *condition) { argument
220 GetLocationOptions()->SetCondition(condition);
260 LLDB_LOGF(log, "Error getting condition expression: %s.",
279 // We need to make sure the user sees any parse errors in their condition, so
289 true); // Don't generate a user variable for condition expressions.

Completed in 170 milliseconds

12345