Home
last modified time | relevance | path

Searched refs:existing (Results 1 – 25 of 269) sorted by relevance

1234567891011

/minix/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/
H A Dbitfield-insert.ll31 %oldval = load volatile i32* %existing
39 store volatile i32 %combined, i32* %existing
50 %oldval = load volatile i64* %existing
58 store volatile i64 %combined, i64* %existing
71 %oldval = load volatile i64* %existing
89 %oldval = load volatile i32* %existing
107 %oldval = load volatile i64* %existing
127 %oldval = load volatile i32* %existing
147 %oldval = load volatile i32* %existing
167 %oldval = load volatile i64* %existing
[all …]
H A Dbitfield-insert-0.ll6 define void @test_bfi0(i32* %existing, i32* %new) {
9 %oldval = load volatile i32* %existing
16 store volatile i32 %combined, i32* %existing
/minix/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Darc-property.m5 …id __weak myString; // expected-error {{existing instance variable 'myString' for strong property …
7 …id __weak myString2; // expected-error {{existing instance variable 'myString2' for strong propert…
9 …id StrongIvar5; // expected-error {{existing instance variable 'StrongIvar5' for __weak property '…
34 …id __unsafe_unretained x; // expected-error {{existing instance variable 'x' for __weak property '…
35 …id __strong y; // expected-error {{existing instance variable 'y' for __weak property 'y' must be…
H A Darc-property-lifetime.m6 …id __unsafe_unretained x; // expected-error {{existing instance variable 'x' for strong property '…
7 …id __weak y; // expected-error {{existing instance variable 'y' for strong property 'y' may not be…
23 …id __unsafe_unretained x; // expected-error {{existing instance variable 'x' for strong property '…
24 …id __weak y; // expected-error {{existing instance variable 'y' for strong property 'y' may not be…
40 …id __unsafe_unretained x; // expected-error {{existing instance variable 'x' for strong property '…
41 …id __weak y; // expected-error {{existing instance variable 'y' for strong property 'y' may not be…
73 …id y; // expected-error {{existing instance variable 'y' for property 'y' with assign attribute m…
88 …id y; // expected-error {{existing instance variable 'y' for property 'y' with unsafe_unretained a…
183 …id _prop; // expected-error {{existing instance variable '_prop' for property 'prop' with assign …
H A Derror-property-gc-attr.m22 @synthesize pweak=IVAR; // expected-error {{existing instance variable 'IVAR' for __weak property …
23 @synthesize NOT=II; // expected-error {{existing instance variable 'II' for strong property 'NOT' m…
26 @synthesize AWEAK; // expected-error {{existing instance variable 'AWEAK' for strong property 'AWEA…
H A Ddefault-synthesize-2.m50 …sized property 'uid' will use synthesized instance variable '_uid', not existing instance variable…
128 …ng {{autosynthesized property 'y' will use instance variable '_y', not existing instance variable…
H A Dweak-property.m7 … id x; // expected-error {{existing instance variable 'x' for __weak property 'x' must be __weak}}
/minix/external/bsd/bind/dist/bin/tests/
H A Drbt_test.txt38 # existing name
46 # superdomain stored in existing node
48 # common ancestor stored in existing node; existing is successor
50 # common ancestor stored in existing node; existing is less but not predecessor
/minix/external/bsd/bind/dist/bin/tests/dnssec-signzone/
H A Dtest7.zone3 ; existing private key files available. The resulting zone should fail
H A Dtest1.zone3 ; existing private key files available. They should be loaded automatically
H A Dtest5.zone3 ; have existing private key files available. The third is a KSK.
H A Dtest4.zone3 ; which have existing private key files available. The third is a
H A Dtest6.zone3 ; have existing private key files available. There are also a KSK and ZSK
/minix/crypto/external/bsd/openssl/dist/doc/crypto/
H A Dbuffer.pod40 BUF_MEM_free() frees up an already existing buffer. The data is zeroed
43 BUF_MEM_grow() changes the size of an already existing buffer to
/minix/external/bsd/bind/dist/contrib/zkt-1.1.3/
H A DREADME42 $ zkt-conf -s -w # rebuild existing file
53 $ cp <zonefile> zone.db # copy and rename existing zone file to "zone.db"
/minix/external/bsd/llvm/dist/llvm/test/Assembler/
H A D2003-05-15-AssemblerProblem.ll1 ; This bug was caused by two CPR's existing for the same global variable,
/minix/distrib/sets/
H A Dmakesums35 -A Append to possible existing checksum files
/minix/external/bsd/libevent/dist/
H A Dmake-event-config.sed11 * Do not rely on macros in this file existing in later versions.\
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/R600/
H A Dselect-i1.ll4 ; FIXME: This should go in existing select.ll test, except the current testcase there is broken on …
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/
H A D2013-05-13-AAPCS-byval-padding2.ll1 ;PR15293: ARM codegen ice - expected larger existing stack allocation
H A D2013-05-13-AAPCS-byval-padding.ll1 ;PR15293: ARM codegen ice - expected larger existing stack allocation
/minix/external/bsd/llvm/dist/llvm/utils/TableGen/
H A Dtdtags28 -a Append the tags to an existing tags file.
68 -a Append newly generated tags to those already in an existing
69 tags file. Without ths option, any and all existing tags are
/minix/external/bsd/llvm/dist/clang/test/Misc/
H A Dwarning-flags.c6 (1) It documents all existing warnings that currently have no associated -W flag,
9 If take an existing warning and add a flag, this test will fail. To
/minix/minix/drivers/storage/mmc/
H A Demmc.txt1 The eMMC driver was designed to be linked to the existing MMC/SD block device
/minix/external/bsd/llvm/dist/llvm/docs/TableGen/
H A DDeficiencies.rst23 powerful DSLs designed with specific purposes, or even re-using existing

1234567891011