8.10 The essential type model
Threads
- MISRA C:2012 Rule 10.8 Question (2 Replies)
- Further guidance on MISRA-C 2012 Rule 10.6 (1 Reply)
- Explain deviation requirement (1 Reply)
- Floating point test for equality (2 Replies)
- Essential Type Category of Complex Floating Types? (2 Replies)
- Rule 10.3 Does exception 1 apply to case labels? (2 Replies)
- Rule 10.3, conversion from complex types to real floating types (6 Replies)
- 10.1 the calculation "50 << 3U" looks safe to me (6 Replies)
- MISRA C:2012 Rule 10.8 Clarification (1 Reply)
- Rule 10.4 and essentially signed integer constant expressions (1 Reply)
- 10.4 violation for u8b + 2 (2 Replies)
- No operators in #if (8 Replies)
- Is it possible to define your own Boolean types? (1 Reply)
- Does "u8 = 6L;" violate rule 10.3 (3 Replies)
- Essential type of ~(uint16_t)0x30 (1 Reply)
- 10.3 "promoted type" of controlling expression (1 Reply)
- Rule 10.6 An expression shall not be assigned to a wider type (1 Reply)
- Rule 10.1: Essentially Boolean operands with & or | bitwise operators (3 Replies)
- Rule 10.3 - Bitfield narrower essential type (1 Reply)
- 10.8 Violation understanding details (1 Reply)
- Conversions outside of the essential type categories (1 Reply)
- 10.3 Clarification on assigning unsigned literal to signed (3 Replies)
- semantic type checks (1 Reply)
- why adding #define contsants for initializing a const is breaking rule 10.3 ? (5 Replies)
- Essential type of integer constant expression of rank greater than unsigned int; interaction with addition to char (3 Replies)
- essential type of constant expression (1 Reply)
- -32768 on 16-bit targets (1 Reply)
- Rule 10.3, conversion of constant expression (6 Replies)
- Essential type of constant expressions (1 Reply)
- 10.5 Iterating over an enum (2 Replies)
- 10.3 and essential type of & expression (1 Reply)
- 8.10.3 Is ~ operator composite? (1 Reply)
- 10.3 and storing enums in integers (3 Replies)
- Essential type of enumerated constants (2 Replies)
- C90: Bitfield as essential boolean type (1 Reply)
- What is the essential type of -123L? (1 Reply)
- 8.10.3 Are increment operator composite? (1 Reply)
- Rule 10.2 Are increment/decrement compliant (1 Reply)
- Clarification of Composite Expressions and casts (1 Reply)
- Essential Type of preprocessing statement (1 Reply)
- Essential type of wchar_t? (1 Reply)
- Essential rank of variabls and constants (1 Reply)
- Rule 10.1 Small integer type operands of bitwise operators (2 Replies)
- Rule 10.5 cast of enum to boolean (1 Reply)
- Essential Type of parenthesised expression (1 Reply)
- Essential Type of an Expression Clarification (1 Reply)
- Clarification of Rationale for Rule 10.8 (1 Reply)
- Clarification of Exception for Rule 10.4 (2 Replies)