OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:constFunction
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/Sema/
inline.c
37
static int
constFunction
() __attribute__((const));
40
return
constFunction
(); // no-warning
/external/clang/test/Preprocessor/
has_attribute.c
34
static int
constFunction
() __attribute__((const));
/external/clang/test/CodeGenCXX/
predefined-expr.cpp
60
// CHECK-DAG: private unnamed_addr constant [14 x i8] c"
constFunction
\00"
61
// CHECK-DAG: private unnamed_addr constant [37 x i8] c"void NS::Base::
constFunction
() const\00"
211
void
constFunction
() const {
480
b.
constFunction
();
Completed in 976 milliseconds