reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/FunctionExtras.h
  258         std::is_trivially_destructible<CallableT>::value) {
include/llvm/ADT/ImmutableList.h
   69   static_assert(std::is_trivially_destructible<T>::value,
projects/compiler-rt/lib/xray/xray_fdr_logging.cpp
   73 static_assert(std::is_trivially_destructible<ThreadLocalData>::value,
tools/clang/include/clang/AST/ASTContext.h
 2770     if (!std::is_trivially_destructible<T>::value) {
tools/clang/lib/AST/Comment.cpp
   32 static_assert(std::is_trivially_destructible<DeclInfo>::value,
tools/clang/lib/Lex/MacroArgs.cpp
   97   static_assert(std::is_trivially_destructible<Token>::value,
tools/lld/COFF/Symbols.h
  442   static_assert(std::is_trivially_destructible<T>(),
tools/lld/wasm/Symbols.h
  519   static_assert(std::is_trivially_destructible<T>(),
tools/lldb/include/lldb/Symbol/PostfixExpression.h
  208   static_assert(std::is_trivially_destructible<T>::value,