Home
last modified time | relevance | path

Searched defs:DelegatingConstructor (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/Analysis/
Dinitializer.cpp46 struct DelegatingConstructor { struct
48 DelegatingConstructor(int y) { x = y; } in DelegatingConstructor() argument
49 DelegatingConstructor() : DelegatingConstructor(42) {} in DelegatingConstructor() function
/external/llvm-project/clang/test/Analysis/
Dinitializer.cpp61 struct DelegatingConstructor { struct
63 DelegatingConstructor(int y) { x = y; } in DelegatingConstructor() argument
64 DelegatingConstructor() : DelegatingConstructor(42) {} in DelegatingConstructor() function