OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fn3
(Results
1 - 11
of
11
) sorted by null
/external/clang/test/Preprocessor/
has_attribute.c
30
int
fn3
() __attribute__ ((__const));
/external/clang/test/Sema/
initialize-noreturn.c
12
Fn_noret
fn3
= &foo_noret;
local
alloc_size.c
12
void*
fn3
(unsigned) __attribute__((alloc_size(0))); // expected-error{{attribute parameter 1 is out of bounds}}
unused-expr.c
85
int
fn3
() __attribute__ ((__const));
88
if (fn1() < 0 || fn2(2,1) < 0 ||
fn3
(2) < 0) // no warnings
93
fn3
(42); // expected-warning {{ignoring return value of function declared with const attribute}}
/external/clang/test/SemaCXX/
deleted-function.cpp
10
void
fn3
() = delete; // expected-note {{previous definition is here}}
11
void
fn3
() { // expected-error {{redefinition}}
function
ms-interface.cpp
34
// expected-error@+1 {{non-public member function '
fn3
' is not permitted within an interface type}}
35
void
fn3
();
/external/clang/test/CodeGenCXX/
cxx0x-initializer-constructors.cpp
22
void
fn3
() {
function
cxx0x-initializer-stdinitializerlist-startend.cpp
78
void
fn3
() {
function
cxx0x-initializer-stdinitializerlist.cpp
129
void
fn3
() {
function
/external/llvm/test/Object/
archive-long-index.test
10
CHECKIDX:
fn3
in 3.o
27
CHECKIDX: 00000000 T
fn3
/external/clang/test/CodeGen/
struct.c
34
int
fn3
(F2 *c) {
function
Completed in 396 milliseconds