Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dcxx-member-initializer-const-field.cpp8 struct WithConstructor { struct
10 WithConstructor(int *x) : ptr(x) {} in WithConstructor() argument
13 WithConstructor c(new int); in compliant() argument
17 static auto compliantWithParam(WithConstructor c) { in compliantWithParam() argument
22 WithConstructor c(nullptr); in issue() argument