Home
last modified time | relevance | path

Searched refs:WithConstructorAndArithmetic (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/test/Analysis/
H A Dcxx-member-initializer-const-field.cpp41 struct WithConstructorAndArithmetic { struct
43 WithConstructorAndArithmetic(int x) : i(x + 1) {} in WithConstructorAndArithmetic() argument
46 WithConstructorAndArithmetic c(0); in compliant() argument
51 WithConstructorAndArithmetic c(-1); in issue() argument