Searched refs:WithConstructorAndArithmetic (Results 1 – 1 of 1) sorted by relevance
41 struct WithConstructorAndArithmetic { struct43 WithConstructorAndArithmetic(int x) : i(x + 1) {} in WithConstructorAndArithmetic() argument46 WithConstructorAndArithmetic c(0); in compliant() argument51 WithConstructorAndArithmetic c(-1); in issue() argument