HomeSort by relevance Sort by last modified time
    Searched refs:VarTmplInit1 (Results 1 - 3 of 3) sorted by null

  /external/clang/test/CodeGenCXX/
dllexport.cpp 117 // MSC-DAG: @"\01??$VarTmplInit1@UExplicitInst_Exported@@@@3HA" = weak_odr dllexport global i32 1, comdat, align 4
119 template<typename T> __declspec(dllexport) int VarTmplInit1 = 1;
120 INSTVAR(VarTmplInit1<ExplicitInst_Exported>)
    [all...]
  /external/clang/test/SemaCXX/
dllexport.cpp 101 template<typename T> __declspec(dllexport) int VarTmplInit1 = 1;
    [all...]
dllimport.cpp 164 template<typename T> __declspec(dllimport) int VarTmplInit1 = 1; // expected-error{{definition of dllimport data}}
    [all...]

Completed in 126 milliseconds