OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:f_ptr
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/Sema/
attr-format.c
18
int (*
f_ptr
)(char*,...) __attribute__((format(printf, 1,2))); // no-error
variable
/system/core/libpixelflinger/codeflinger/
disassem.c
310
char*
f_ptr
;
local
334
f_ptr
= i_ptr->format;
338
if (*(
f_ptr
) < 'A' || *(
f_ptr
) > 'Z') {
343
while (*
f_ptr
) {
344
switch (*
f_ptr
) {
535
di->di_printf("[%c - unknown]", *
f_ptr
);
538
if (*(
f_ptr
+1) >= 'A' && *(
f_ptr
+1) <= 'Z')
539
++
f_ptr
;
[
all
...]
/external/clang/test/SemaCXX/
uninitialized.cpp
678
F* F::*
f_ptr
= &F::f;
member in class:U::__anon9029::F
[
all
...]
Completed in 108 milliseconds