Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-override-templates.cpp25 struct BaseS { struct
30 struct BaseS<int> { struct
/llvm-project/clang/test/OpenMP/
H A Dfor_reduction_codegen_UDR.cpp29 struct BaseS { struct
37 struct S : public BaseS, public BaseS1 { argument