Home
last modified time | relevance | path

Searched defs:C21 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/Coverage/
H A Dast-print-temp-class.cpp43 template<int N, typename U> struct C21 { struct
47 template<int N> struct C21<N, int> { argument
48 int a[N];
/llvm-project/clang/test/AST/
H A Dast-dump-fpfeatures.cpp215 struct C21 { struct
228 __attribute__((optnone)) C21::C21(float x, float y) : member(x + y) {} in C21() argument
/llvm-project/clang-tools-extra/test/clang-tidy/infrastructure/
H A Dnolint.cpp74 class C21 { C21(int i); }; // NOLINT( google-explicit-constructor , some-other-check ) class