Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/ASTMerge/class-template-partial-spec/Inputs/
Dclass-template-partial-spec2.cpp30 struct IntTemplateSpec {}; struct
33 struct IntTemplateSpec<4, C> { struct
38 struct IntTemplateSpec<I, void *> { argument
44 struct IntTemplateSpec<I, double> { argument
49 IntTemplateSpec<4, wchar_t>Y0; argument
50 IntTemplateSpec<5, void *> Y1;
51 IntTemplateSpec<1, int> Y2;
52 IntTemplateSpec<2, int> Y3;
53 IntTemplateSpec<43, double> NumberDest;
Dclass-template-partial-spec1.cpp30 struct IntTemplateSpec {}; struct
33 struct IntTemplateSpec<4, C> { struct
38 struct IntTemplateSpec<I, void *> { struct
44 struct IntTemplateSpec<I, double> { struct
49 IntTemplateSpec<4, wchar_t> Y0; argument
50 IntTemplateSpec<5, void *> Y1;
51 IntTemplateSpec<1, long> Y2;
52 IntTemplateSpec<3, int> Y3;
54 IntTemplateSpec<42, double> NumberSource;