/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | DiagnosticASTKinds.td | 105 "comparison of addresses of subobjects of different base classes " 139 "it may be different at runtime">; 228 "a different member of the same union">; 435 "external variable %0 declared with incompatible types in different " 438 "external variable %0 declared with incompatible types in different " 448 "external function %0 declared with incompatible types in different " 451 "external function %0 declared with incompatible types in different " 455 : Error<"type %0 has incompatible definitions in different translation " 458 : Warning<"type %0 has incompatible definitions in different translation " 475 "field %0 declared with incompatible types in different " [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | simd-1.c | 27 /* Assignment of different types. */ in hanneke() 34 /* Different signed SIMD assignment. */ in hanneke() 37 /* Casted different signed SIMD assignment. */ in hanneke() 40 /* Assignment between scalar and SIMD of different size. */ in hanneke() 46 /* Casted assignment between scalar and SIMD of different size. */ in hanneke() 47 …foo1 = (typeof (foo1)) foo2; /* { dg-error "can't convert between vector values of different size"… in hanneke() 57 a = b + c; /* { dg-error "can't convert between vector values of different size" } */ in hanneke() 58 a = b - c; /* { dg-error "can't convert between vector values of different size" } */ in hanneke() 59 a = b * c; /* { dg-error "can't convert between vector values of different size" } */ in hanneke() 60 a = b / c; /* { dg-error "can't convert between vector values of different size" } */ in hanneke()
|
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
H A D | relocate.exp | 79 # Make sure they have different addresses. 81 fail "static variables have different addresses" 83 pass "static variables have different addresses" 90 # Make sure they have different addresses. 92 fail "global variables have different addresses" 94 pass "global variables have different addresses" 101 # Make sure they have different addresses. 103 fail "functions have different addresses" 105 pass "functions have different addresses" 127 # Make sure they have different addresses. [all …]
|
H A D | shreloc.exp | 115 fail "relocated extern functions have different addresses" 117 pass "relocated extern functions have different addresses" 125 fail "relocated extern variables have different addresses" 127 pass "relocated extern variables have different addresses" 135 fail "relocated static variables have different addresses" 137 pass "relocated static variables have different addresses" 208 # Check that the minimal symbol values matching var are different 231 pass "(msymbol) relocated static vars have different addresses" 233 fail "(msymbol) relocated static vars have different addresses" 237 pass "(msymbol) relocated extern vars have different addresses" [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
H A D | compat.texi | 35 Different sets of tools are interoperable if they generate files that 38 Binaries produced by different sets of tools are not interoperable unless 39 they implement the same ABI@. This applies to different versions of the 40 same tools as well as tools from different vendors. 44 function in a binary built by a different set of tools is a subset 94 different program behavior for implementation-defined features that are 111 that make this difficult. Such problems could include different 112 interpretations of the C++ ABI by different vendors, bugs in the ABI, or 113 bugs in the implementation of the ABI in different compilers. 134 different C++ compiler needs to include [all …]
|
H A D | configterms.texi | 27 @dfn{native}. If build and host are the same but target is different, 29 different this is called a @dfn{canadian} (for obscure reasons dealing 32 is different, you are using a cross-compiler to build a native for a 33 different system. Some people call this a @dfn{host-x-host}, 35 are the same, but host is different, you are using a cross compiler to 42 are different, you must have already build and installed a cross 59 for the build if build and host are different. This allows it to be
|
/openbsd-src/gnu/gcc/gcc/doc/ |
H A D | compat.texi | 35 Different sets of tools are interoperable if they generate files that 38 Binaries produced by different sets of tools are not interoperable unless 39 they implement the same ABI@. This applies to different versions of the 40 same tools as well as tools from different vendors. 44 function in a binary built by a different set of tools is a subset 94 different program behavior for implementation-defined features that are 111 that make this difficult. Such problems could include different 112 interpretations of the C++ ABI by different vendors, bugs in the ABI, or 113 bugs in the implementation of the ABI in different compilers. 134 different C++ compiler needs to include [all …]
|
H A D | configterms.texi | 27 @dfn{native}. If build and host are the same but target is different, 29 different this is called a @dfn{canadian} (for obscure reasons dealing 32 is different, you are using a cross-compiler to build a native for a 33 different system. Some people call this a @dfn{host-x-host}, 35 are the same, but host is different, you are using a cross compiler to 42 are different, you must have already build and installed a cross 59 for the build if build and host are different. This allows it to be
|
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/ |
H A D | is_deeply_fail.t | 75 ok !is_deeply({}, [], 'different types'); 76 is( $out, "not ok 2 - different types\n", 'different types' ); 78 # Failed test 'different types' 86 ok !is_deeply({ this => 42 }, { this => 43 }, 'hashes with different values'); 87 is( $out, "not ok 3 - hashes with different values\n", 88 'hashes with different values' ); 90 # Failed test 'hashes with different values' 98 ok !is_deeply({ that => 42 }, { this => 42 }, 'hashes with different keys'); 99 is( $out, "not ok 4 - hashes with different key [all...] |
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/ |
H A D | spec6.C | 47 void fna() throw(int const, char); // ERROR - declaration different exceptions // ERROR - to prev… 48 void fna() throw(int){} // ERROR - declaration different exceptions in fna() 51 void fnb() throw(char){} // ERROR - declaration different exceptions in fnb() 54 void fnc() throw(char, int, float){} // ERROR - declaration different exceptions in fnc() 57 void fnd() throw(char){} // ERROR - declaration different exceptions in fnd() 60 void fne() throw(){} // ERROR - declaration different exceptions in fne() 63 void fnf() throw(char){} // ERROR - declaration different exceptions in fnf() 66 void fng(){} // ERROR - declaration different exceptions in fng() 69 void fnh() throw(int, float){} // ERROR - declaration different exceptions in fnh() 72 void fni() throw(float, char){} // ERROR - declaration different exceptions in fni()
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MismatchedIteratorChecker.cpp | 10 // and for using iterators of two different containers in a context where 71 // Check for comparisons of iterators of different containers in checkPreCall() 134 // The main purpose of iterators is to abstract away from different in checkPreCall() 137 // works on multiple containers using iterators takes different in checkPreCall() 138 // template parameters for different containers. So we can safely in checkPreCall() 139 // assume that passing iterators of different containers as arguments in checkPreCall() 224 // the same or a different container but we get different conjured symbols in verifyMatch() 254 // the same or a different container but we get different conjured symbols in verifyMatch() 275 reportBug("Iterators of different containers used where the " in verifyMatch()
|
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/ |
H A D | Installapi2.t | 113 ok( -r 'install-test/lib/perl/Big/Dummy.pm', 'different install exists' ); 125 ' UNINST=0 left different' ); 134 ok( -r $tfile, 'different install exists' ); 150 ok( -r $tfile, ' UNINST=1 failed to remove different' ); 160 ok( -r $tfile, 'different install exists' ); 175 ok( -r $tfile,' UNINST=1 failed to remove different' ); 182 ok( -r 'install-test/lib/perl/Big/Dummy.pm','different install exists' ); 191 ' UNINST=1 removed different' ); 204 ok( (stat $tfile)[9]!=(stat $sfile)[9],' Times are different'); 228 ok( (stat $tfile)[9]!=(stat $sfile)[9],' Times are different'); [all …]
|
H A D | Install.t | 114 ok( -r 'install-test/lib/perl/Big/Dummy.pm', 'different install exists' ); 127 ' UNINST=0 left different' ); 136 ok( -r $tfile, 'different install exists' ); 152 ok( -r $tfile, ' UNINST=1 failed to remove different' ); 162 ok( -r $tfile, 'different install exists' ); 178 ok( -r $tfile,' UNINST=1 failed to remove different' ); 194 ' UNINST=1 removed different' ); 247 "hard-linked file should be different"); 270 "orig file should be different");
|
/openbsd-src/share/man/man4/ |
H A D | vga.4 | 51 The screens allocated on one display can be of different 65 16 different colors can be displayed at the same time. 73 different characters can be displayed. 83 different characters can be displayed. 93 different characters can be displayed. 105 different characters can be displayed.
|
/openbsd-src/gnu/usr.bin/perl/t/run/ |
H A D | runenv_hashseed.t | 3 # Test that setting PERL_HASH_SEED and PERL_PERTURB_KEYS in different 13 # runs will use different environment variables (specifically 21 # times we supply the same perturb mode, but in different ways, once as 28 # The third run we supply a different seed, with a 1 bit difference, but 159 # hardens us against the use of different hash functions with 160 # different seed sizes. Also the act of adding the PERL_HASH_SEED 170 # DETERMINISTIC and NO, and be different for RANDOM. 223 # The result should be different most times, but there 231 # The result should be different most times, but there is a 313 "$descr_mode same key order with different seed no more " . [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/ |
H A D | sample.t | 28 # These two seeds happen to give different results for me, but there is the 30 # so then pick a different seed value. 38 isnt( $x, $y, 'returns different result on different random seed' );
|
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/ |
H A D | 2001-01-31-UniversalIRIdea.txt | 8 virtual machines for many different languages. E.g., a C vm, a C++ vm, a 22 reusable by different languages, with minor extensions. The language 29 think about whether LLVM is different or if has something novel that might 31 features that different languages select from. Also, using SSA with or
|
H A D | 2001-02-06-TypeNotationDebateResp4.txt | 11 different than ours. He was in a position where he was designing a high 13 that a new person would have to learn the new, different, syntax 19 > > VERY simple to use and understand (although it IS different than C, it is 52 which is significantly different than the above (beside the above 83 Very true, but you seem to be advocating a completely different Type
|
/openbsd-src/usr.bin/id/ |
H A D | id.1 | 67 If the real and effective IDs are different, both are displayed, 82 Display the different group IDs (effective, real and supplementary) 99 is different from the login name referenced by the user ID, the name 106 If the effective user ID is different from the real user ID, the real user 109 If the effective group ID is different from the real group ID, the real group
|
/openbsd-src/usr.bin/diff3/ |
H A D | diff3.1 | 45 utility compares the contents of three different versions of a file, 51 The options describe different methods of merging and 146 to create the desired target from the different versions. 152 The lines beneath this notation are ranges of lines which are different 156 different in file
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/ |
H A D | class-1.m | 6 @class foo; /* { dg-error "redeclared as different kind of symbol" } */ 12 @end /* { dg-error "redeclared as different kind of symbol" } */ 18 @end /* { dg-error "redeclared as different kind of symbol" } */
|
/openbsd-src/gnu/usr.bin/perl/t/op/ |
H A D | srand.t | 30 # Check that different seeds provide different random numbers 38 'srand(), different arg, different rands' );
|
/openbsd-src/regress/libexec/ld.so/dlsym/test2/prog1/ |
H A D | main.c | 46 /* RTLD_SELF should *not* see bbSymbol (different load group) */ in main() 52 /* RTLD_NEXT should *not* see bbSymbol (different load group) */ in main() 58 /* NULL should *not* see bbSymbol (different load group) */ in main() 64 /* exe handle should *not* see bbSymbol (different load group) */ in main()
|
/openbsd-src/usr.bin/gprof/PSD.doc/ |
H A D | profiling.me | 35 There are several different uses for program profiles, 36 and each may require different information from the profiles, 37 or different presentation of the information. 53 Execution counts are used in many different contexts. 90 We distinguish among three different call graphs for a program.
|
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/tests/unit/ |
H A D | interval_map_test.cpp | 43 // value. Also check that they _don't_ coalesce if the values are different. in TEST() 65 EXPECT_NE(M2.find(7), M2.find(8)); // 7 and 8 should be different ranges. in TEST() 66 EXPECT_EQ(M2.lookup(7), 42U); // Keys 7 and 8 should map to different values. in TEST() 72 // value. Also check that they _don't_ coalesce if the values are different. in TEST() 94 EXPECT_EQ(M2.lookup(7), 7U); // Keys 7 and 8 should map to different values. in TEST() 100 // Also check that they _don't_ coalesce if the values are different. in TEST() 132 EXPECT_NE(M2.find(7), M2.find(8)); // All keys should map to different ranges. in TEST() 134 EXPECT_EQ(M2.lookup(7), 42U); // Key 7, 8, and 9 should map to different vals. in TEST()
|