Home
last modified time | relevance | path

Searched defs:var_template (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/Modules/Inputs/merge-template-specializations/
H A Da.h3 template<int> int var_template = 0; variable
/llvm-project/clang/test/SemaCXX/
H A Dwarn-missing-variable-declarations.cpp69 template<typename> int var_template = 0; variable
75 template int var_template<int[1]>; variable
77 template int var_template<int[3]>; variable
H A Dannotate-type.cpp63 [[clang::annotate_type("foo")]] T var_template; // expected-error {{'annotate_type' attribute canno… variable
H A Dabstract.cpp324 struct var_template { struct
326 static var_template v; // expected-error {{abstract class}} expected-warning {{extension}} argument
H A Dreferences.cpp118 namespace var_template { namespace
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-lambdas.cpp42 template<typename T> auto var_template = [] { in __anonad7161a20702() variable