Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/ASTMerge/struct/Inputs/
H A Dstruct2.c51 struct DeepError { struct
52 int value;
53 struct DeeperError { int i; float f; } *Deeper;
H A Dstruct1.c54 struct DeepError { struct
55 int value;
56 struct DeeperError { int i; int f; } *Deeper;