Lines Matching defs:Constructors
471 // instead names the constructors of the class, except when naming a class.
864 // Per [class.qual]p2, this names the constructors of SS, not the
5683 // C++ constructors and destructors with incorrect scopes can break
8530 "Constructors can only be declared in a member context");
9220 // C++11 [dcl.constexpr]p2: constexpr functions and constexpr constructors
9225 // be either constructors or to return a literal type. Therefore,
10238 Constructors = 3,
10277 << Constructors;
12587 // Don't bother complaining about constructors or destructors,
13169 // -Wglobal-constructors.
13356 // CUDA allows empty constructors as initializers (see E.2.3.1, CUDA
14690 // C++ constructors that have function-try-blocks can't have return
16965 // We check for copy constructors before constructors
16967 // copy constructors.
16970 // We're required to check for any non-trivial constructors. Since the
16972 // user-declared constructors, we just need to check that there is a
16974 // worry about move constructors here, since this is a C++98 check.)