Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaTemplate/
H A Dtemp_arg_template_p0522.cpp35 using err2 = Ti<iiPi>; // expected-error {{different template parameters}} global() typedef
46 using err2 = TPi<iDt>; // expected-error {{different template parameters}} global() typedef
59 using err2 = tT0<short, i>; // FIXME: should this be OK? global() typedef
/llvm-project/compiler-rt/test/builtins/timing/
H A Dtiming.h19 int err2 = sysctlbyname( "hw.cpufrequency", &freq, &freqSize, NULL, 0L ); in intervalInCycles() local
/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp5-26.cpp36 …constexpr auto err2 = static_cast<S*>(a); // expected-error{{constexpr variable 'err2' must be i… in err() local