HomeSort by: relevance | last modified time | path
    Searched defs:Destructors (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 5683 // C++ constructors and destructors with incorrect scopes can break
9226 // destructors cannot be declared constexpr.
10239 Destructors = 4,
10281 << Destructors;
12587 // Don't bother complaining about constructors or destructors,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 2953 /// Function with call of destructors for private variables.
4541 // Fields of union "kmp_cmplrdata_t" for destructors and priority.
4542 enum { Priority = 0, Destructors = 1 };
4543 // Provide pointer to function with destructors for privates.
4553 Data1LV, *std::next(KmpCmplrdataUD->field_begin(), Destructors));

Completed in 51 milliseconds