Searched refs:get_value (Results 1 – 8 of 8) sorted by relevance
/external/clang/test/Analysis/ |
D | stack-addr-ps.cpp | 23 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/ |
D | pnm2png.c | 55 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/ |
D | typedef.c | 6 int get_value(PValue v) { in get_value() function
|
/external/mesa3d/src/glsl/ |
D | ir_hv_accept.cpp | 326 ir_rvalue *val = this->get_value(); in accept()
|
D | ir_print_visitor.cpp | 365 ir_rvalue *const value = ir->get_value(); in visit()
|
D | ir.h | 1044 ir_rvalue *get_value() const in get_value() function
|
/external/pcre/ |
D | pcretest.c | 677 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/ |
D | monitor.c | 1759 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()
|