Lines Matching refs:pointer
254 object type is pointer to const-qualified char
258 "pointer to const-qualified void" is allowed.
403 - Conversions shall not be performed between a pointer to a
411 - Conversions shall not be performed between a pointer to an
419 - A cast shall not be performed between a pointer to object type
420 and a pointer to a different object type
425 - A cast shall not be performed between pointer to void and an
433 - A cast shall not be performed between pointer to object and a noninteger arithmetic type
438 …- A cast shall not remove any const or volatile qualification from the type pointed to by a pointer
443 - The macro NULL shall be the only permitted form of null pointer constant
487 Automatic conversions of pointer types to bool are permitted.
580 …- The relational operators > >= < and <= shall not be applied to objects of pointer type except wh…
683 - The pointer arguments to the Standard Library functions memcpy,
690 - The pointer arguments to the Standard Library function memcmp
691 shall point to either a pointer type, an essentially signed type,
699 accesses beyond the bounds of the objects referenced by their pointer
713 pointer to const-qualified type
718 - The pointer returned by the Standard Library functions asctime ctime
742 - A pointer to a FILE object shall not be dereferenced
747 - The value of a pointer to a FILE shall not be used after the associated