Home
last modified time | relevance | path

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

12345678910>>...18

/openbsd-src/gnu/llvm/llvm/docs/
H A DFaultMaps.rst2 FaultMaps and implicit checks
31 Information about implicit checks generated by LLVM are put in a
73 br i1 %ptr_is_null, label %is_null, label %not_null, !make.implicit !0
85 to control flow implicit in the instruction loading or storing through
101 ``-enable-implicit-null-checks`` is passed to ``llc``.
106 ``make.implicit`` metadata
109 Making null checks implicit is an aggressive optimization, and it can
112 ensure that only a negligible number of implicit null checks actually
114 of doing this is by healing failed implicit null checks into explicit
117 be profitable to convert it to an implicit null check:
[all …]
/openbsd-src/gnu/llvm/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")
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dfcodes_l.t28 '<Document><Para><L content-implicit="yes" raw="Net::Ping" to="Net::Ping" type="pod">Net::Ping</L></Para></Document>'
32 '<Document><Para><L content-implicit="yes" raw="crontab(5)" to="crontab(5)" type="man">crontab(5)</L></Para></Document>'
36 '<Document><Para><L content-implicit="yes" raw="login.conf(5)" to="login.conf(5)" type="man">login.conf(5)</L></Para></Document>'
40 '<Document><Para><L content-implicit="yes" raw="foo_bar(5)" to="foo_bar(5)" type="man">foo_bar(5)</L></Para></Document>'
44 '<Document><Para><L content-implicit="yes" raw="Net::Ping/Ping-pong" section="Ping-pong" to="Net::Ping" type="pod">&#34;Ping-pong&#34; in Net::Ping</L></Para></Document>'
48 '<Document><Para><L content-implicit="yes" raw="Net::Ping/&#34;Ping-pong&#34;" section="Ping-pong" to="Net::Ping" type="pod">&#34;Ping-pong&#34; in Net::Ping</L></Para></Document>'
52 '<Document><Para><L content-implicit="yes" raw="/&#34;Object Methods&#34;" section="Object Methods" type="pod">&#34;Object Methods&#34;</L></Para></Document>'
55 '<Document><Para><L content-implicit="yes" raw="/Object Methods" section="Object Methods" type="pod">&#34;Object Methods&#34;</L></Para></Document>'
58 '<Document><Para><L content-implicit="yes" raw="&#34;Object Methods&#34;" section="Object Methods" type="pod">&#34;Object Methods&#34;</L></Para></Document>'
66 '<Document><Para><L content-implicit
[all...]
H A Dlinkclas.t32 is join('', $treelet), 'abc'; # implicit
55 is join('', $treelet), 'abc'; # implicit
/openbsd-src/regress/usr.bin/mandoc/mdoc/Tg/
H A Dimplicit.out_tag1 NAME implicit.mandoc_ascii 3
2 DESCRIPTION implicit.mandoc_ascii 6
3 explicit implicit.mandoc_ascii 9
H A Dimplicit.out_markdown5 **Tg-implicit** - overriding implicit tagging
11 **implicit is unused**
H A DMakefile3 REGRESS_TARGETS = column implicit list warn
4 TAG_TARGETS = column implicit list warn
6 HTML_TARGETS = column implicit list warn
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.td454 (implicit SR)]>;
458 (implicit SR)]>;
463 (implicit SR)]>;
467 (implicit SR)]>;
483 (implicit SR)]>;
487 (implicit SR)]>;
491 (implicit SR)]>;
495 (implicit SR)]>;
500 (implicit SR)]>;
504 (implicit SR)]>;
[all …]
/openbsd-src/gnu/llvm/clang/docs/
H A DUndefinedBehaviorSanitizer.rst105 - ``-fsanitize=implicit-unsigned-integer-truncation``,
106 ``-fsanitize=implicit-signed-integer-truncation``: Implicit conversion from
110 The ``-fsanitize=implicit-unsigned-integer-truncation`` handles conversions
112 ``-fsanitize=implicit-signed-integer-truncation`` handles the rest of the
116 - ``-fsanitize=implicit-integer-sign-change``: Implicit conversion between
133 - ``-fsanitize=objc-cast``: Invalid implicit cast of an ObjC object pointer
165 lossy implicit conversions performed before the computation
166 (see ``-fsanitize=implicit-conversion``). Both of these two issues are
167 handled by ``-fsanitize=implicit-conversion`` group of checks.
173 it is often unintentional. This sanitizer does not check for lossy implicit
[all …]
H A DItaniumMangleAbiTags.rst24 Tags on an inline namespace are called "implicit tags", all other tags are
72 Otherwise the function requires any implicit or explicit tag used in the name
90 A variable requires any implicit or explicit tag used in its type.
100 encoding>) are available, but not implicit tags which were not active.
/openbsd-src/gnu/llvm/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,
/openbsd-src/regress/usr.bin/mandoc/mdoc/break/
H A Dtwice.out_markdown14 Standard case, implicit broken block:
24 Two of the same kind, implicit broken block:
29 Two implicit breakers:
H A Dtwo.out_markdown15 Standard case, implicit:
24 Reverse closing, implicit:
33 Two of the same kind, implicit:
H A Dtwice.out_ascii9 Standard case, implicit broken block: [bo {bro <aq brc} bc] eol>
13 Two of the same kind, implicit broken block: [bo [bo <aq bc] bc] eol>
15 Two implicit breakers: <aq [bq (po]> pc)
H A Dtwo.out_ascii9 Standard case, implicit: <aq [bo {bro eol>} bc]
13 Reverse closing, implicit: <aq [bo {bro eol>] brc}
17 Two of the same kind, implicit: <aq [bo [bo eol>] bc]
H A Dtail.out_markdown17 Broken by a partial implicit block:
23 Broken by a full implicit block:
H A Dtail.out_ascii10 Broken by a partial implicit block: <aq [bo eol>] tail <aq [bo eol>] (po
13 Broken by a full implicit block:
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dcvt.c804 convert_to_void (expr, implicit) in convert_to_void() argument
806 const char *implicit;
822 tree new_op1 = convert_to_void (op1, implicit);
823 tree new_op2 = convert_to_void (op2, implicit);
834 tree new_op1 = convert_to_void (op1, implicit);
866 type, implicit ? implicit : "void context");
870 implicit ? implicit : "void context");
885 expr, type, implicit ? implicit : "void context");
905 implicit ? implicit : "void cast");
908 else if (implicit && probe == expr && is_overloaded_fn (probe))
[all …]
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcvt.c798 convert_to_void (tree expr, const char *implicit) in convert_to_void() argument
822 (op1, (implicit && !TREE_SIDE_EFFECTS (op2) in convert_to_void()
825 (op2, (implicit && !TREE_SIDE_EFFECTS (op1) in convert_to_void()
838 (op1, (implicit && !TREE_NO_WARNING (expr) in convert_to_void()
870 type, implicit ? implicit : "void context"); in convert_to_void()
876 implicit ? implicit : "void context"); in convert_to_void()
891 expr, type, implicit ? implicit : "void context"); in convert_to_void()
926 implicit ? implicit : "void cast"); in convert_to_void()
929 else if (implicit && probe == expr && is_overloaded_fn (probe)) in convert_to_void()
933 implicit, expr); in convert_to_void()
[all …]
/openbsd-src/regress/usr.bin/make/
H A Dmk247 # Two suffixes implicit rules
11 # one suffix implicit rule
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td398 (implicit SREG)]>;
417 (implicit SREG)]>;
433 (implicit SREG)]>;
452 (implicit SREG)
469 (implicit SREG)]>,
491 (implicit SREG)]>;
510 (implicit SREG)]>;
524 (implicit SREG)]>;
542 (implicit SREG)]>;
556 (implicit SREG)]>,
[all …]
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/
H A Dvalue-equals.txt17 # REDEFINE: -implicit-check-not=foobar \
20 # CHECK: FileCheck -input-file=test.txt -implicit-check-not=foobar -check-prefixes=FOO,BAR
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2000-12-06-EncodingIdea.txt13 r57 = add r55, r56 (r57 is the implicit dest register, of course)
22 the implicit register destination number could be quite large). Of course
/openbsd-src/regress/usr.bin/libtool/
H A DMakefile7 test-implicit-0 test-run-4 test-implicit-1 \
8 test-help error-4 error-6 test-bond test-implicit-2 \
121 test-implicit-0: dummy.c
124 test-implicit-1: liba.la
128 test-implicit-2: liba.la
/openbsd-src/usr.bin/less/
H A DMakefile.inc3 COPTS+= -Werror-implicit-function-declaration

12345678910>>...18