OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:staticFunction
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGen/
predefined-expr.c
12
// CHECK: @__func__.
staticFunction
= private unnamed_addr constant [15 x i8] c"
staticFunction
\00"
13
// CHECK: @__PRETTY_FUNCTION__.
staticFunction
= private unnamed_addr constant [22 x i8] c"void
staticFunction
()\00"
44
static void
staticFunction
() {
55
staticFunction
();
/external/clang/test/CodeGenCXX/
predefined-expr.cpp
89
// CHECK: private unnamed_addr constant [15 x i8] c"
staticFunction
\00"
90
// CHECK: private unnamed_addr constant [39 x i8] c"static void NS::Base::
staticFunction
()\00"
141
static void
staticFunction
() {
465
NS::Base::
staticFunction
();
Completed in 95 milliseconds