OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:staticfunction
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/CodeGen/
predefined-expr.c
9
// CHECK: @__func__.
staticFunction
= private unnamed_addr constant [15 x i8] c"
staticFunction
\00"
10
// CHECK: @__PRETTY_FUNCTION__.
staticFunction
= private unnamed_addr constant [22 x i8] c"void
staticFunction
()\00"
32
static void
staticFunction
() {
42
staticFunction
();
/external/clang/test/Sema/
inline.c
10
static int
staticFunction
(); // expected-note + {{'
staticFunction
' declared here}}
14
staticFunction
(); // expected-warning{{static function '
staticFunction
' is used in an inline function with external linkage}}
20
staticFunction
(); // expected-warning{{static function '
staticFunction
' is used in an inline function with external linkage}}
25
staticFunction
(); // no-warning
32
//
staticFunction
and staticVar) but this got very noisy even using
60
staticFunction
(); // no-warning
70
staticFunction
(); // expected-warning{{static function 'staticFunction' is used in an inline function with extern (…)
[
all
...]
/external/clang/test/CodeGenCXX/
predefined-expr.cpp
87
// CHECK: private unnamed_addr constant [15 x i8] c"
staticFunction
\00"
88
// CHECK: private unnamed_addr constant [39 x i8] c"static void NS::Base::
staticFunction
()\00"
139
static void
staticFunction
() {
446
NS::Base::
staticFunction
();
/external/chromium_org/chrome/third_party/chromevox/closure/
base.js
[
all
...]
Completed in 881 milliseconds