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