Home
last modified time | relevance | path

Searched refs:static_member_function (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dattr-exclude_from_explicit_instantiation.diagnose_on_undefined_entity.cpp13 …EXCLUDE_FROM_EXPLICIT_INSTANTIATION static void static_member_function(); // expected-note{{forwar…
16 …static int static_member_function(); // expected-note{{forward declaration of template entity is h…
28 …Foo<int>::static_member_function(); // expected-warning{{instantiation of function 'Foo<int>::stat… in use()
34 …Foo<int>::nested::static_member_function(); // expected-warning{{instantiation of function 'Foo<in… in use()
H A Dattr-exclude_from_explicit_instantiation.extern_declaration.cpp22 static void static_member_function() { in static_member_function() function
28 EXCLUDE_FROM_EXPLICIT_INSTANTIATION static void static_member_function() { in static_member_function() function
67 Foo<Empty>::member_class1::static_member_function(); // expected-note{{in instantiation of}} in main()
68 Foo<Empty>::member_class2::static_member_function(); // expected-note{{in instantiation of}} in main()
/llvm-project/clang/test/CodeGenCXX/
H A Dattr-exclude_from_explicit_instantiation.dont_assume_extern_instantiation.cpp23 static void static_member_function() { } in static_member_function() function
27 EXCLUDE_FROM_EXPLICIT_INSTANTIATION static void static_member_function() { } in static_member_function() function
77 Foo<int>::member_class1::static_member_function(); in use()
83 Foo<int>::member_class2::static_member_function(); in use()
H A Ddebug-info-function-context.cpp6 static int static_member_function();
14 int C::static_member_function() { return static_member_variable; } in static_member_function() function in C
26 int global_initialized_variable = C::static_member_function();
/llvm-project/llvm/test/DebugInfo/Inputs/
H A Ddwarfdump-pubnames.cc7 static int static_member_function();
17 int C::static_member_function() { in static_member_function() function in C
/llvm-project/llvm/test/DebugInfo/Generic/
H A Ddwarf-public-names.ll9 ; static int static_member_function();
19 ; int C::static_member_function() {
42 ; CHECK-DAG: "C::static_member_function"
110 !12 = !DISubprogram(name: "static_member_function", linkageName: "_ZN1C22static_member_functionEv",…
128 !30 = distinct !DISubprogram(name: "static_member_function", linkageName: "_ZN1C22static_member_fun…
/llvm-project/llvm/test/DebugInfo/X86/
H A Ddwarf-public-names.ll31 ; static int static_member_function();
41 ; int C::static_member_function() {
68 ; LINUX-DAG: "C::static_member_function"
136 !12 = !DISubprogram(name: "static_member_function", linkageName: "_ZN1C22static_member_functionEv",…
154 !30 = distinct !DISubprogram(name: "static_member_function", linkageName: "_ZN1C22static_member_fun…
H A Dgnu-public-names.ll9 ; static int static_member_function();
19 ; int C::static_member_function() {
98 ; CHECK: DW_AT_name ("static_member_function")
224 ; CHECK-NEXT: [[STATIC_MEM_FUNC]] EXTERNAL FUNCTION "C::static_member_function"
341 !27 = !DISubprogram(name: "static_member_function", linkageName: "_ZN1C22static_member_functionEv",…
381 !67 = distinct !DISubprogram(name: "static_member_function", linkageName: "_ZN1C22static_member_fun…
/llvm-project/llvm/test/DebugInfo/
H A Ddwarfdump-pubnames.test10 CHECK: 0x000000ec "static_member_function"