Home
last modified time | relevance | path

Searched refs:get_value (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/Analysis/
Dstack-addr-ps.cpp23 int get_value();
25 const int &get_reference1() { return get_value(); } // expected-warning {{returning reference to lo… in get_reference1()
28 const int &x = get_value(); // expected-note {{binding reference variable 'x' here}} in get_reference2()
33 const int &x1 = get_value(); // expected-note {{binding reference variable 'x1' here}} in get_reference3()
57 const int &x1 = get_value(); // expected-note {{binding reference variable 'x1' here}} in f4()
/external/libpng/contrib/pngminus/
Dpnm2png.c55 png_uint_32 get_value (FILE *pnm_file, int depth);
351 *pix_ptr++ = get_value (pnm_file, bit_depth); in pnm2png()
354 tmp16 = get_value (pnm_file, bit_depth); in pnm2png()
368 *pix_ptr++ = get_value (alpha_file, bit_depth); in pnm2png()
371 tmp16 = get_value (alpha_file, bit_depth); in pnm2png()
509 png_uint_32 get_value (FILE *pnm_file, int depth) in get_value() function
/external/clang/test/CodeGen/
Dtypedef.c6 int get_value(PValue v) { in get_value() function
/external/mesa3d/src/glsl/
Dir_hv_accept.cpp326 ir_rvalue *val = this->get_value(); in accept()
Dir_print_visitor.cpp365 ir_rvalue *const value = ir->get_value(); in visit()
Dir.h1044 ir_rvalue *get_value() const in get_value() function
/external/pcre/
Dpcretest.c677 get_value(unsigned char *str, unsigned char **endptr) in get_value() function
1245 ((size_offsets = get_value((unsigned char *)argv[op+1], &endptr)), in main()
1255 if (argc > 2 && (temp = get_value((unsigned char *)argv[op+1], &endptr), in main()
1266 ((stack_size = get_value((unsigned char *)argv[op+1], &endptr)), in main()
/external/qemu/
Dmonitor.c1759 target_long (*get_value)(const struct MonitorDef *md, int val); member
2108 if (md->get_value) { in get_monitor_def()
2109 *pval = md->get_value(md, md->offset); in get_monitor_def()