OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:f_ptr
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Sema/
attr-format.c
18
int (*
f_ptr
)(char*,...) __attribute__((format(printf, 1,2))); // no-error
variable
/external/clang/test/SemaCXX/
uninitialized.cpp
373
F* F::*
f_ptr
= &F::f;
member in class:__anon24004::F
385
G(char (*)[7]) : f3(f3->*
f_ptr
) {} // expected-warning {{field 'f3' is uninitialized when used here}}
Completed in 918 milliseconds