OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:externfunction
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGen/
predefined-expr.c
6
// CHECK: @__func__.
externFunction
= private unnamed_addr constant [15 x i8] c"
externFunction
\00"
7
// CHECK: @__PRETTY_FUNCTION__.
externFunction
= private unnamed_addr constant [22 x i8] c"void
externFunction
()\00"
23
extern void
externFunction
() {
52
externFunction
();
/external/clang/test/CodeGenCXX/
predefined-expr.cpp
3
// CHECK-DAG: private unnamed_addr constant [15 x i8] c"
externFunction
\00"
4
// CHECK-DAG: private unnamed_addr constant [26 x i8] c"void NS::
externFunction
()\00"
323
extern void
externFunction
() {
509
NS::
externFunction
();
Completed in 848 milliseconds