OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:funp
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGenCXX/
PR19955.cpp
12
extern void (*
funp
)();
13
void (*
funp
)() = &fun;
variable
14
// CHECK-DAG: @"\01?
funp
@@3P6AXXZA" = global void ()* null
15
// X64-DAG: @"\01?
funp
@@3P6AXXZEA" = global void ()* null
24
// CHECK-DAG: store void ()* @"\01?fun@@YAXXZ", void ()** @"\01?
funp
@@3P6AXXZA"
27
// X64-DAG: store void ()* @"\01?fun@@YAXXZ", void ()** @"\01?
funp
@@3P6AXXZEA"
/external/clang/test/SemaCXX/
PR19955.cpp
8
constexpr void (*
funp
)(void) = &fun; // expected-error {{must be initialized by a constant expression}}
variable
Completed in 2746 milliseconds