MISRA Discussion Forums

Full Version: 8.10 The essential type model
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

8.10 The essential type model

Threads

  1. Further guidance on MISRA-C 2012 Rule 10.6 (0 Replies)
  2. MISRA C:2012 Rule 10.8 Clarification (1 Reply)
  3. MISRA C:2012 Rule 10.8 Question (0 Replies)
  4. Rule 10.4 and essentially signed integer constant expressions (1 Reply)
  5. for loop iterator being comapred to a variable of another type (3 Replies)
  6. 10.4 violation for u8b + 2 (2 Replies)
  7. No operators in #if (8 Replies)
  8. Is it possible to define your own Boolean types? (1 Reply)
  9. Does "u8 = 6L;" violate rule 10.3 (3 Replies)
  10. Essential type of ~(uint16_t)0x30 (1 Reply)
  11. 10.3 "promoted type" of controlling expression (1 Reply)
  12. Rule 10.6 An expression shall not be assigned to a wider type (1 Reply)
  13. Rule 10.1: Essentially Boolean operands with & or | bitwise operators (3 Replies)
  14. Rule 10.3 - Bitfield narrower essential type (1 Reply)
  15. 10.8 Violation understanding details (1 Reply)
  16. Conversions outside of the essential type categories (1 Reply)
  17. 10.3 Clarification on assigning unsigned literal to signed (3 Replies)
  18. semantic type checks (1 Reply)
  19. why adding #define contsants for initializing a const is breaking rule 10.3 ? (5 Replies)
  20. 10.1 the calculation "50 << 3U" looks safe to me (5 Replies)
  21. Essential type of integer constant expression of rank greater than unsigned int; interaction with addition to char (3 Replies)
  22. essential type of constant expression (1 Reply)
  23. -32768 on 16-bit targets (1 Reply)
  24. Rule 10.3, conversion of constant expression (6 Replies)
  25. Rule 10.3, conversion from complex types to real floating types (5 Replies)
  26. Essential type of constant expressions (1 Reply)
  27. 10.5 Iterating over an enum (2 Replies)
  28. Rule 10.3 Does exception 1 apply to case labels? (1 Reply)
  29. 10.3 and essential type of & expression (1 Reply)
  30. 8.10.3 Is ~ operator composite? (1 Reply)
  31. 10.3 and storing enums in integers (3 Replies)
  32. Essential type of enumerated constants (2 Replies)
  33. C90: Bitfield as essential boolean type (1 Reply)
  34. What is the essential type of -123L? (1 Reply)
  35. 8.10.3 Are increment operator composite? (1 Reply)
  36. Rule 10.2 Are increment/decrement compliant (1 Reply)
  37. Clarification of Composite Expressions and casts (1 Reply)
  38. Essential Type of preprocessing statement (1 Reply)
  39. Essential type of wchar_t? (1 Reply)
  40. Essential rank of variabls and constants (1 Reply)
  41. Rule 10.1 Small integer type operands of bitwise operators (2 Replies)
  42. Rule 10.5 cast of enum to boolean (1 Reply)
  43. Essential Type of parenthesised expression (1 Reply)
  44. Essential Type of an Expression Clarification (1 Reply)
  45. Clarification of Rationale for Rule 10.8 (1 Reply)
  46. Clarification of Exception for Rule 10.4 (2 Replies)
  47. Essential Type Category of Complex Floating Types? (1 Reply)
  48. Floating point test for equality (1 Reply)