Lines Matching full:apos
304 // CHECK-NEXT: <string>Assuming 'fd' is not equal to 0</string>
306 // CHECK-NEXT: <string>Assuming 'fd' is not equal to 0</string>
401 // CHECK-NEXT: <string>Call to 'open' requires a third argument when the 'O_CREAT' flag is set</string>
403 // CHECK-NEXT: <string>Call to 'open' requires a third argument when the 'O_CREAT' flag is set</string>
406 // CHECK-NEXT: <key>description</key><string>Call to 'open' requires a third argument when the 'O_CREAT' flag is set</string>
408 // CHECK-NEXT: <key>type</key><string>Improper use of 'open'</string>
549 // CHECK-NEXT: <string>Call to 'dispatch_once' uses the local variable 'pred' for the predicate value. Using such transient memory for the predicate is potentially dangerous. Perhaps you intended to declare the variable as 'static'?</string>
551 // CHECK-NEXT: <string>Call to 'dispatch_once' uses the local variable 'pred' for the predicate value. Using such transient memory for the predicate is potentially dangerous. Perhaps you intended to declare the variable as 'static'?</string>
554 // CHECK-NEXT: <key>description</key><string>Call to 'dispatch_once' uses the local variable 'pred' for the predicate value. Using such transient memory for the predicate is potentially dangerous. Perhaps you intended to declare the variable as 'static'?</string>
556 // CHECK-NEXT: <key>type</key><string>Improper use of 'dispatch_once'</string>
629 // CHECK-NEXT: <string>Call to 'pthread_once' uses the local variable 'pred' for the "control" value. Using such transient memory for the control value is potentially dangerous. Perhaps you intended to declare the variable as 'static'?</string>
631 // CHECK-NEXT: <string>Call to 'pthread_once' uses the local variable 'pred' for the "control" value. Using such transient memory for the control value is potentially dangerous. Perhaps you intended to declare the variable as 'static'?</string>
634 // CHECK-NEXT: <key>description</key><string>Call to 'pthread_once' uses the local variable 'pred' for the "control" value. Using such transient memory for the control value is potentially dangerous. Perhaps you intended to declare the variable as 'static'?</string>
636 // CHECK-NEXT: <key>type</key><string>Improper use of 'pthread_once'</string>
709 // CHECK-NEXT: <string>Call to 'malloc' has an allocation size of 0 bytes</string>
711 // CHECK-NEXT: <string>Call to 'malloc' has an allocation size of 0 bytes</string>
714 // CHECK-NEXT: <key>description</key><string>Call to 'malloc' has an allocation size of 0 bytes</string>
789 // CHECK-NEXT: <string>Call to 'calloc' has an allocation size of 0 bytes</string>
791 // CHECK-NEXT: <string>Call to 'calloc' has an allocation size of 0 bytes</string>
794 // CHECK-NEXT: <key>description</key><string>Call to 'calloc' has an allocation size of 0 bytes</string>
869 // CHECK-NEXT: <string>Call to 'calloc' has an allocation size of 0 bytes</string>
871 // CHECK-NEXT: <string>Call to 'calloc' has an allocation size of 0 bytes</string>
874 // CHECK-NEXT: <key>description</key><string>Call to 'calloc' has an allocation size of 0 bytes</string>
949 // CHECK-NEXT: <string>Call to 'realloc' has an allocation size of 0 bytes</string>
951 // CHECK-NEXT: <string>Call to 'realloc' has an allocation size of 0 bytes</string>
954 // CHECK-NEXT: <key>description</key><string>Call to 'realloc' has an allocation size of 0 bytes</string>
1029 // CHECK-NEXT: <string>Call to 'reallocf' has an allocation size of 0 bytes</string>
1031 // CHECK-NEXT: <string>Call to 'reallocf' has an allocation size of 0 bytes</string>
1034 // CHECK-NEXT: <key>description</key><string>Call to 'reallocf' has an allocation size of 0 bytes</string>
1109 // CHECK-NEXT: <string>Call to 'alloca' has an allocation size of 0 bytes</string>
1111 // CHECK-NEXT: <string>Call to 'alloca' has an allocation size of 0 bytes</string>
1114 // CHECK-NEXT: <key>description</key><string>Call to 'alloca' has an allocation size of 0 bytes</string>
1189 // CHECK-NEXT: <string>Call to 'alloca' has an allocation size of 0 bytes</string>
1191 // CHECK-NEXT: <string>Call to 'alloca' has an allocation size of 0 bytes</string>
1194 // CHECK-NEXT: <key>description</key><string>Call to 'alloca' has an allocation size of 0 bytes</string>
1269 // CHECK-NEXT: <string>Call to 'valloc' has an allocation size of 0 bytes</string>
1271 // CHECK-NEXT: <string>Call to 'valloc' has an allocation size of 0 bytes</string>
1274 // CHECK-NEXT: <key>description</key><string>Call to 'valloc' has an allocation size of 0 bytes</string>
1349 // CHECK-NEXT: <string>Call to 'dispatch_once' uses the local variable 'pred' for the predicate value. Using such transient memory for the predicate is potentially dangerous. Perhaps you intended to declare the variable as 'static'?</string>
1351 // CHECK-NEXT: <string>Call to 'dispatch_once' uses the local variable 'pred' for the predicate value. Using such transient memory for the predicate is potentially dangerous. Perhaps you intended to declare the variable as 'static'?</string>
1354 // CHECK-NEXT: <key>description</key><string>Call to 'dispatch_once' uses the local variable 'pred' for the predicate value. Using such transient memory for the predicate is potentially dangerous. Perhaps you intended to declare the variable as 'static'?</string>
1356 // CHECK-NEXT: <key>type</key><string>Improper use of 'dispatch_once'</string>
1395 // CHECK-NEXT: <string>'p' initialized to a null pointer value</string>
1397 // CHECK-NEXT: <string>'p' initialized to a null pointer value</string>
1492 // CHECK-NEXT: <string>'p' captured by block as a null pointer value</string>
1494 // CHECK-NEXT: <string>'p' captured by block as a null pointer value</string>
1521 // CHECK-NEXT: <string>Calling 'dispatch_sync'</string>
1523 // CHECK-NEXT: <string>Calling 'dispatch_sync'</string>
1564 // CHECK-NEXT: <string>Entered call from 'dispatch_sync'</string>
1566 // CHECK-NEXT: <string>Entered call from 'dispatch_sync'</string>
1661 // CHECK-NEXT: <string>Assuming 'q' is non-null</string>
1663 // CHECK-NEXT: <string>Assuming 'q' is non-null</string>
1758 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</string>
1760 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</string>
1763 // CHECK-NEXT: <key>description</key><string>Dereference of null pointer (loaded from variable 'p')</string>
1835 // CHECK-NEXT: <string>'p' initialized to a null pointer value</string>
1837 // CHECK-NEXT: <string>'p' initialized to a null pointer value</string>
1898 // CHECK-NEXT: <string>'p' captured by block as a null pointer value</string>
1900 // CHECK-NEXT: <string>'p' captured by block as a null pointer value</string>
1927 // CHECK-NEXT: <string>Calling '_dispatch_once'</string>
1929 // CHECK-NEXT: <string>Calling '_dispatch_once'</string>
1941 // CHECK-NEXT: <string>Entered call from 'test_inline_dispatch_once'</string>
1943 // CHECK-NEXT: <string>Entered call from 'test_inline_dispatch_once'</string>
2004 // CHECK-NEXT: <string>Calling 'dispatch_once'</string>
2006 // CHECK-NEXT: <string>Calling 'dispatch_once'</string>
2047 // CHECK-NEXT: <string>Entered call from 'dispatch_once'</string>
2049 // CHECK-NEXT: <string>Entered call from 'dispatch_once'</string>
2144 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</string>
2146 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</string>
2149 // CHECK-NEXT: <key>description</key><string>Dereference of null pointer (loaded from variable 'p')</string>