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

  /external/clang/test/CXX/class/class.union/
p1.cpp 26 class CopyCtor { // expected-note 2{{because no constructor can be used to copy an object of type 'const CopyCtor'}}
27 CopyCtor(CopyCtor &cc) { abort(); }
44 CopyCtor copyctor; // expected-error {{union member 'copyctor' has a non-trivial copy constructor}} member in union:U1
64 CopyCtor copyctor; member in struct:U2::__anon15560
86 struct s4 : CopyCtor { // expected-note {{because no constructor can be used to copy an object of type 'const U3::s4'}
    [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 681 getImageRelativeType(CGM.Int8PtrTy) // CopyCtor
    [all...]
CGOpenMPRuntime.cpp     [all...]

Completed in 115 milliseconds