| /minix3/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
| H A D | address_to_krb5addr.c | 50 krb5_error_code problem; in _gsskrb5i_address_to_krb5addr() local 67 problem = krb5_h_addr2sockaddr (context, in _gsskrb5i_address_to_krb5addr() 73 if (problem) in _gsskrb5i_address_to_krb5addr() 76 problem = krb5_sockaddr2address (context, &sa, address); in _gsskrb5i_address_to_krb5addr() 78 return problem; in _gsskrb5i_address_to_krb5addr()
|
| /minix3/external/bsd/llvm/dist/clang/test/Analysis/ |
| H A D | unused-ivars.m | 25 // reference an instance variable. (<rdar://problem/7075531>) 48 // <rdar://problem/6260004> Detect that ivar is in use, if used in category 69 // <rdar://problem/7254495> - ivars referenced by lexically nested functions 86 // <rdar://problem/7353683> - consult attribute((unused)) to silence warnings 99 // <rdar://problem/8481311> Unused bitfield ivars trigger cause weird
|
| H A D | objc-subscript.m | 27 // <rdar://problem/6946338> for subscripting 39 // <rdar://problem/8824416> for subscripting 47 // <rdar://problem/9241180> for subscripting
|
| H A D | misc-ps-region-store.m | 156 // Reduced test case from <rdar://problem/7114618>. 185 // <rdar://problem/7185607> 200 // <rdar://problem/7242006> [RegionStore] compound literal assignment with 216 // <rdar://problem/7249340> - Allow binding of values to symbolic regions. 230 // <rdar://problem/7249327> - This test case tests both value tracking of 262 // <rdar://problem/6914474> - Check that 'x' is invalidated because its 307 // <rdar://problem/7261075> [RegionStore] crash when 319 // <rdar://problem/7275774> false path due to limited pointer 338 // <rdar://problem/7312221> 389 // <rdar://problem/7332673> - Just more tests cases for regions [all …]
|
| H A D | misc-ps.m | 62 // Reduced test case from crash in <rdar://problem/6253157> 76 // Addresses false positive in <rdar://problem/6268365> 165 // <rdar://problem/6611677> 225 // <rdar://problem/6695527> - Test that we don't symbolicate doubles before 232 // <rdar://problem/6708148> - Test that we properly invalidate structs 276 // <rdar://problem/6777209> 313 // Test for <rdar://problem/7027684>. This just tests that the CFG is 340 // Test for <rdar://problem/7034511> 377 // RegionStoreManager previously crashed on this example. The problem is that 416 // <rdar://problem/7062158> false positive null dereference due to [all …]
|
| /minix3/minix/drivers/storage/filter/ |
| H A D | driver.c | 249 driver[which].problem = type; in bad_driver() 295 static int check_problem(int which, int problem, int retries, int *tell_rs) in check_problem() argument 304 which, problem); in check_problem() 307 problem_stats[problem]++; in check_problem() 323 problem = BD_PROTO; in check_problem() 324 problem_stats[problem]++; in check_problem() 336 switch(problem) { in check_problem() 380 panic("invalid problem: %d", problem); in check_problem() 477 int problem, tell_rs; in check_driver() local 480 problem = driver[which].problem; in check_driver() [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/Assembler/ |
| H A D | 2002-03-08-NameCollision2.ll | 4 ; Another name collision problem. Here the problem was that if a forward
|
| /minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/ |
| H A D | void_to_obj.mm | 3 // <rdar://problem/6463729> 13 // <rdar://problem/7952457>
|
| H A D | properties.mm | 25 // rdar://problem/10444030 35 // rdar://problem/10672108 44 // <rdar://problem/10672501> 89 // rdar://problem/10965735 168 // <rdar://problem/14354144>
|
| H A D | arc-0x.mm | 14 // <rdar://problem/12031870>: don't warn about this 37 // rdar://problem/11068137 59 // <rdar://problem/11319689>
|
| H A D | unknown-anytype.mm | 3 // rdar://problem/9416370 11 // rdar://problem/12565338
|
| /minix3/external/bsd/nvi/dist/ |
| H A D | Changes | 7 * the preserve command overwrote the edited file; the problem 19 (problem reported by Dima Dorfman <dima@unixfreak.org>) 22 (problem reported by Arfst Ludwig <Arfst.Ludwig@LHSystems.COM>)
|
| /minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/ |
| H A D | exceptions-nonfragile.m | 3 // rdar://problem/8535238 19 // rdar://problem/9431547
|
| /minix3/crypto/external/bsd/openssl/dist/ |
| H A D | PROBLEMS | 4 NOTE: The problem described here only applies when OpenSSL isn't built 38 As long as Apple doesn't fix the problem with ld, this problem building 39 OpenSSL will remain as is. Well, the problem was addressed in 0.9.8f by 55 - According to a problem report, there are bugs in gcc 3.0 that are 68 - According to multiple problem reports, some of our message digest 79 The problem can be worked around by patching the environment according to 87 perform shift operations:-( To work the problem around configure 95 The problem manifests itself by the BN_kronecker test hanging in an 118 The cause of the problem seems to be that isxdigit(), called from 138 NOTE: building non-shared doesn't come with this problem. [all …]
|
| /minix3/external/bsd/llvm/dist/clang/test/SemaObjC/ |
| H A D | invalid-code.m | 9 // <rdar://problem/7495713> 17 // <rdar://problem/7881045> 23 // <rdar://problem/10415026>
|
| H A D | nsobject-attribute.m | 19 // rdar://problem/7809460 22 // rdar://problem/12197822 53 // <rdar://problem/10930507>
|
| H A D | category-1.m | 63 // <rdar://problem/7249233> 78 // <rdar://problem/7680391> - Handle nameless categories with no name that refer 82 // <rdar://problem/8891119> - Handle @synthesize being used in conjunction 103 // <rdar://problem/11478173>
|
| H A D | interface-scope-2.m | 5 // <rdar://problem/6487662> 77 // <rdar://problem/6487684> 91 // <rdar://problem/6487702>
|
| /minix3/games/arithmetic/ |
| H A D | arithmetic.c | 91 static int problem(void); 149 if (problem() == EOF) in main() 191 problem(void) in problem() function
|
| /minix3/external/bsd/llvm/dist/clang/test/Index/ |
| H A D | local-symbols.m | 3 // From: <rdar://problem/7568881> 18 // From: <rdar://problem/8380046>
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/ |
| H A D | add-of-carry.ll | 2 ; <rdar://problem/8449754> 33 ; <rdar://problem/12579915>
|
| /minix3/external/bsd/bzip2/dist/ |
| H A D | words1 | 3 If there's a problem, things might stop at this point.
|
| /minix3/external/bsd/llvm/dist/clang/test/ARCMT/ |
| H A D | objcmt-arc-cf-annotations.m | 610 // <rdar://problem/6659160> 684 // From <rdar://problem/6704930>. The problem here is that 'length' binds to 718 // <rdar://problem/6833332> 751 // <rdar://problem/6257780> clang checker fails to catch use-after-release 763 // <rdar://problem/10640253> Analyzer is confused about NSAutoreleasePool -allocWithZone:. 772 // <rdar://problem/6866843> Checker should understand new/setObject:/release constructs 790 // <rdar://problem/6877235> Classes typedef-ed to CF objects should get the same treatment as CF ob… 810 // <rdar://problem/6320065> false positive - init method returns an object 854 // <rdar://problem/7129086> -awakeAfterUsingCoder: returns an owned object 867 // <rdar://problem/6859457> [NSData dataWithBytesNoCopy] does not return a [all …]
|
| H A D | objcmt-arc-cf-annotations.m.result | 652 // <rdar://problem/6659160> 726 // From <rdar://problem/6704930>. The problem here is that 'length' binds to 760 // <rdar://problem/6833332> 793 // <rdar://problem/6257780> clang checker fails to catch use-after-release 805 // <rdar://problem/10640253> Analyzer is confused about NSAutoreleasePool -allocWithZone:. 814 // <rdar://problem/6866843> Checker should understand new/setObject:/release constructs 832 // <rdar://problem/6877235> Classes typedef-ed to CF objects should get the same treatment as CF ob… 852 // <rdar://problem/6320065> false positive - init method returns an object 896 // <rdar://problem/7129086> -awakeAfterUsingCoder: returns an owned object 909 // <rdar://problem/6859457> [NSData dataWithBytesNoCopy] does not return a [all …]
|
| /minix3/external/bsd/llvm/dist/clang/test/Analysis/inlining/ |
| H A D | path-notes.cpp | 173 int problem = 1 / getZero(); // expected-warning {{Division by zero}} in test() local 180 int problem = 1 / getZeroByRef(); // expected-warning {{Division by zero}} in testRef() local
|