xref: /llvm-project-15.0.7/clang/test/Modules/Inputs/codegen/use.cpp (revision c6f7b720)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include "foo.h"
2 void non_modular_use_of_implicit_dtor() {
3   implicit_dtor d1;
4   uninst_implicit_dtor d2;
5 }
6 void use_of_instantiated_declaration_without_definition() {
7   inst<int>();
8 }
9 void call_always_inline() {
10   always_inl();
11 }
12 

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025