Home
last modified time | relevance | path

Searched refs:implicit (Results 1 – 25 of 193) sorted by relevance

12345678

/freebsd-14.2/lib/libc/stdlib/
H A Drandom.c364 implicit.rst_state[-1] = implicit.rst_type; in initstate()
367 (implicit.rst_rptr - implicit.rst_state) + in initstate()
368 implicit.rst_type; in initstate()
381 (implicit.rst_rptr - implicit.rst_state) + in initstate()
382 implicit.rst_type; in initstate()
417 implicit.rst_state[-1] = implicit.rst_type; in setstate()
420 (implicit.rst_rptr - implicit.rst_state) + in setstate()
427 implicit.rst_rptr = &implicit.rst_state[rear]; in setstate()
428 implicit.rst_fptr = &implicit.rst_state[ in setstate()
429 (rear + implicit.rst_sep) % implicit.rst_deg]; in setstate()
[all …]
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_checks.inc42 "implicit-unsigned-integer-truncation",
43 "implicit-unsigned-integer-truncation")
45 "implicit-signed-integer-truncation",
46 "implicit-signed-integer-truncation")
48 "implicit-integer-sign-change",
49 "implicit-integer-sign-change")
51 "implicit-signed-integer-truncation-or-sign-change",
52 "implicit-signed-integer-truncation,implicit-integer-sign-change")
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.td455 (implicit SR)]>;
459 (implicit SR)]>;
464 (implicit SR)]>;
484 (implicit SR)]>;
488 (implicit SR)]>;
492 (implicit SR)]>;
496 (implicit SR)]>;
501 (implicit SR)]>;
509 (implicit SR)]>;
517 (implicit SR)]>;
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.def153 SANITIZER("implicit-unsigned-integer-truncation",
155 SANITIZER("implicit-signed-integer-truncation", ImplicitSignedIntegerTruncation)
156 SANITIZER_GROUP("implicit-integer-truncation", ImplicitIntegerTruncation,
160 SANITIZER("implicit-integer-sign-change", ImplicitIntegerSignChange)
162 SANITIZER_GROUP("implicit-integer-arithmetic-value-change",
169 //SANITIZER_GROUP("implicit-integer-conversion", ImplicitIntegerConversion,
172 //SANITIZER_GROUP("implicit-conversion", ImplicitConversion,
175 SANITIZER_GROUP("implicit-conversion", ImplicitConversion,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td398 (implicit SREG)]>;
417 (implicit SREG)]>;
433 (implicit SREG)]>;
469 (implicit SREG)]>,
491 (implicit SREG)]>;
510 (implicit SREG)]>;
524 (implicit SREG)]>;
542 (implicit SREG)]>;
556 (implicit SREG)]>,
829 (implicit SREG)]>;
[all …]
/freebsd-14.2/sys/arm/nvidia/tegra124/
H A Dfiles.tegra12448 no-ctfconvert no-implicit-rule before-depend local \
53 no-implicit-rule \
58 no-obj no-implicit-rule \
/freebsd-14.2/sys/arm/freescale/imx/
H A Dfiles.imx652 no-ctfconvert no-implicit-rule before-depend local \
57 no-ctfconvert no-implicit-rule \
62 no-obj no-implicit-rule \
/freebsd-14.2/sys/conf/
H A Dfiles1438 no-implicit-rule \
1448 no-implicit-rule \
1458 no-implicit-rule \
1472 no-implicit-rule \
1482 no-implicit-rule \
1492 no-implicit-rule \
1506 no-implicit-rule \
1516 no-implicit-rule \
1526 no-implicit-rule \
1868 no-implicit-rule \
[all …]
H A Dfiles.i38644 no-obj no-implicit-rule before-depend \
49 no-obj no-implicit-rule before-depend \
54 no-obj no-implicit-rule before-depend \
59 no-obj no-implicit-rule before-depend \
142 no-implicit-rule \
H A Dfiles.amd6418 no-implicit-rule before-depend \
25 no-implicit-rule before-depend \
31 no-obj no-implicit-rule \
37 no-obj no-implicit-rule before-depend \
45 no-obj no-implicit-rule before-depend \
50 no-obj no-implicit-rule before-depend \
202 no-implicit-rule \
207 no-obj no-implicit-rule \
425 no-implicit-rule \
431 no-implicit-rule \
[all …]
/freebsd-14.2/contrib/wpa/wpa_supplicant/
H A Dtwt.c31 bool requestor, bool trigger, bool implicit, in wpas_twt_send_setup() argument
73 if (implicit) in wpas_twt_send_setup()
/freebsd-14.2/tools/build/mk/
H A DMakefile.boot34 CFLAGS+= -Werror=implicit-function-declaration -Werror=implicit-int \
/freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.profilenhz.d.out1 This test is a simple profile implicit hz test
/freebsd-14.2/sys/contrib/device-tree/Bindings/timer/
H A Darm,arch_timer.yaml75 affects writes to the tval register, due to the implicit counter read.
82 to the implicit counter read.
89 the tval registers, due to the implicit counter read.
/freebsd-14.2/bin/sh/tests/execution/
H A Dbg5.01 # A background command has an implicit </dev/null redirection.
H A Dbg10.01 # The redirection overrides the </dev/null implicit in a background command.
H A Dbg6.01 # The redirection overrides the </dev/null implicit in a background command.
H A Dbg7.02 # does not override the implicit </dev/null.
H A Dbg8.02 # does not override the implicit </dev/null.
H A Dbg9.02 # does not override the implicit </dev/null.
/freebsd-14.2/contrib/libucl/tests/basic/
H A D16.in11 value2 = "implicit-array";
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def269 // foo # possibly qualified, not if an implicit access
270 // foo # possibly qualified, not if an implicit access
271 // &foo # possibly qualified, not if an implicit access
284 // foo # if an implicit access
301 // In VS.NET, a __property declaration creates an implicit
H A DCXXRecordDeclDefinitionBits.def155 /// These flags are \c true if an implicit defaulted corresponding
182 /// which have been declared but not yet defined, and any implicit special
199 /// True if this class has a (possibly implicit) defaulted default
231 /// Whether an implicit copy constructor could have a const-qualified
236 /// Whether an implicit copy assignment operator would have a
/freebsd-14.2/crypto/openssl/doc/man3/
H A DEVP_set_default_properties.pod20 future EVP algorithm fetches, implicit as well as explicit. See
21 L<crypto(7)/ALGORITHM FETCHING> for information about implicit and explicit
/freebsd-14.2/contrib/bsddialog/lib/
H A DGNUMakefile14 -Wno-implicit-fallthrough -Werror -fpic

12345678