OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_value
(Results
1 - 8
of
8
) sorted by null
/external/clang/test/CodeGen/
typedef.c
6
int
get_value
(PValue v) {
function
/external/clang/test/Analysis/
stack-addr-ps.cpp
23
int
get_value
();
25
const int &get_reference1() { return
get_value
(); } // expected-warning {{returning reference to local temporary}}
28
const int &x =
get_value
(); // expected-note {{binding reference variable 'x' here}}
33
const int &x1 =
get_value
(); // expected-note {{binding reference variable 'x1' here}}
57
const int &x1 =
get_value
(); // expected-note {{binding reference variable 'x1' here}}
/external/libpng/contrib/pngminus/
pnm2png.c
55
png_uint_32
get_value
(FILE *pnm_file, int depth);
351
*pix_ptr++ =
get_value
(pnm_file, bit_depth);
354
tmp16 =
get_value
(pnm_file, bit_depth);
368
*pix_ptr++ =
get_value
(alpha_file, bit_depth);
371
tmp16 =
get_value
(alpha_file, bit_depth);
505
*
get_value
() - takes first (numeric) string and converts into number,
509
png_uint_32
get_value
(FILE *pnm_file, int depth)
function
/external/mesa3d/src/glsl/
ir_hv_accept.cpp
326
ir_rvalue *val = this->
get_value
();
ir_print_visitor.cpp
365
ir_rvalue *const value = ir->
get_value
();
ir.h
1044
ir_rvalue *
get_value
() const
function in class:ir_return
[
all
...]
/external/pcre/
pcretest.c
677
get_value
(unsigned char *str, unsigned char **endptr)
function
[
all
...]
/system/core/libpixelflinger/
scanline.cpp
1094
int
get_value
(void) {
function in struct:android::ditherer
[
all
...]
Completed in 1429 milliseconds