HomeSort by relevance Sort by last modified time
    Searched full:wrong_inst_fixed (Results 1 - 1 of 1) sorted by null

  /external/clang/test/SemaCXX/
cxx1y-variable-templates_in_class.cpp 65 template<typename T> static T wrong_inst_fixed; member in class:non_const_init::A
68 template<typename T> T A::wrong_inst_fixed = T(10); member in class:non_const_init::A
69 template int A::wrong_inst_fixed<int>; member in class:non_const_init::A
75 template<typename T> static T wrong_inst_fixed; member in class:non_const_init::B
76 template<typename T> static T wrong_inst_fixed<T*>; member in class:non_const_init::B
79 template<typename T> T B::wrong_inst_fixed = T(100); member in class:non_const_init::B
80 template int B::wrong_inst_fixed<int>; member in class:non_const_init::B

Completed in 709 milliseconds