/external/llvm-project/clang/test/Frontend/ |
D | noderef.cpp | 16 int NODEREF *i_ptr; // expected-note 2 {{i_ptr declared here}} in Normal() local 21 auto NODEREF *auto_i_ptr = i_ptr; in Normal() 31 …int i2 = *i_ptr; // expected-warning{{dereferencing i_ptr; was declared with a 'noderef' type}} in Normal() 32 …int &i3 = *i_ptr; // expected-warning{{dereferencing i_ptr; was declared with a 'noderef' type}} in Normal() 33 …int *i_ptr5 = i_ptr; // expected-warning{{casting to dereferenceable pointer removes 'noderef' att… in Normal() 34 …int *i_ptr6(i_ptr); // expected-warning{{casting to dereferenceable pointer removes 'noderef' att… in Normal() 41 int NODEREF(*i_ptr); // ok (same as `int NODEREF *`) in ParenTypes() 60 int NODEREF(i_ptr[10]); in ParenArrays()
|
D | macro_defined_type.cpp | 7 int NODEREF *i_ptr; in Func() local 10 auto __attribute__((noderef)) *auto_i_ptr = i_ptr; in Func() 13 auto NODEREF *auto_i_ptr2 = i_ptr; in Func()
|
/external/llvm-project/lldb/test/API/commands/expression/formatters/ |
D | formatters.py | 8 i_ptr = bar.GetChildMemberWithName('i_ptr') 17 …', i_ptr = ' + str(i_ptr.GetValueAsUnsigned(0)) + ' -> ' + str(i_ptr.Dereference().GetValueAsUnsig…
|
D | main.cpp | 18 int* i_ptr; member 21 bar(int x) : i(x),i_ptr(new int(x+1)),b(i+3,i+5),b_ref(b) {} in bar() 48 *(foo2.b.i_ptr) = 8888; in main()
|
D | foosynth.py | 19 return self.i_ptr.Dereference() 33 self.i_ptr = self.bar.GetChildMemberWithName('i_ptr')
|
/external/libxaac/decoder/ |
D | ixheaacd_interface.h | 91 VOID ixheaacd_calc_pre_twid_dec(WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, 95 VOID ixheaacd_calc_pre_twid_armv7(WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, 99 VOID ixheaacd_calc_post_twid_dec(WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, 103 VOID ixheaacd_calc_post_twid_armv7(WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr,
|
D | ixheaacd_acelp_mdct.c | 101 static void ixheaacd_pre_twid(WORD32 *in, WORD32 *r_ptr, WORD32 *i_ptr, in ixheaacd_pre_twid() argument 111 *i_ptr++ = ixheaacd_mul_add64_sat_32(in[i], in[nlength + i], sin_ptr[i], in ixheaacd_pre_twid() 116 *i_ptr++ = ixheaacd_mul_add64_sat_32(in[i + 1], in[nlength + i + 1], in ixheaacd_pre_twid() 121 *i_ptr++ = ixheaacd_mul_add64_sat_32(in[i + 2], in[nlength + i + 2], in ixheaacd_pre_twid() 126 *i_ptr++ = ixheaacd_mul_add64_sat_32(in[i + 3], in[nlength + i + 3], in ixheaacd_pre_twid()
|
D | ixheaacd_imdct.c | 100 void ixheaacd_calc_pre_twid_dec(WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, in ixheaacd_calc_pre_twid_dec() argument 111 *i_ptr++ = ((ixheaacd_mult32((*ptr_y), (*cos_ptr++)) - in ixheaacd_calc_pre_twid_dec() 118 void ixheaacd_calc_post_twid_dec(WORD32 *xptr, WORD32 *r_ptr, WORD32 *i_ptr, in ixheaacd_calc_post_twid_dec() argument 130 ixheaacd_mult32((i_ptr[i]), (*sin_ptr)))); in ixheaacd_calc_post_twid_dec() 131 *yptr = (-(ixheaacd_mult32((i_ptr[i]), (*cos_ptr++)) + in ixheaacd_calc_post_twid_dec()
|
D | ixheaacd_function_selector.h | 161 WORD32 *i_ptr, WORD32 nlength, 166 WORD32 *i_ptr, WORD32 nlength,
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_glsl450.c | 343 struct vtn_pointer *i_ptr = vtn_value(b, w[6], vtn_value_type_pointer)->pointer; in handle_glsl450_alu() local 344 struct vtn_ssa_value *whole = vtn_create_ssa_value(b, i_ptr->type->type); in handle_glsl450_alu() 346 vtn_variable_store(b, whole, i_ptr, 0); in handle_glsl450_alu() 534 struct vtn_pointer *i_ptr = vtn_value(b, w[6], vtn_value_type_pointer)->pointer; in handle_glsl450_alu() local 535 struct vtn_ssa_value *exp = vtn_create_ssa_value(b, i_ptr->type->type); in handle_glsl450_alu() 537 vtn_variable_store(b, exp, i_ptr, 0); in handle_glsl450_alu()
|
/external/libxaac/decoder/generic/ |
D | ixheaacd_function_selector_generic.c | 210 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength, 214 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength,
|
/external/libxaac/decoder/armv7/ |
D | ixheaacd_function_selector_armv7.c | 210 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength, 214 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength,
|
/external/libxaac/decoder/x86_64/ |
D | ixheaacd_function_selector_x86_64.c | 209 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength, 213 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength,
|
/external/libxaac/decoder/x86/ |
D | ixheaacd_function_selector_x86.c | 209 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength, 213 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength,
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_function_selector_armv8.c | 209 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength, 213 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength,
|
/external/llvm/test/CodeGen/ARM/ |
D | reg_sequence.ll | 12 define void @t1(i16* %i_ptr, i16* %o_ptr, %struct.int32x4_t* nocapture %vT0ptr, %struct.int32x4_t* … 26 %4 = bitcast i16* %i_ptr to i8* ; <i8*> [#uses=1] 47 define void @t2(i16* %i_ptr, i16* %o_ptr, %struct.int16x8_t* nocapture %vT0ptr, %struct.int16x8_t* … 62 %4 = bitcast i16* %i_ptr to i8* ; <i8*> [#uses=1] 64 %6 = getelementptr inbounds i16, i16* %i_ptr, i32 8 ; <i16*> [#uses=1]
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | reg_sequence.ll | 12 define void @t1(i16* %i_ptr, i16* %o_ptr, %struct.int32x4_t* nocapture %vT0ptr, %struct.int32x4_t* … 26 %4 = bitcast i16* %i_ptr to i8* ; <i8*> [#uses=1] 47 define void @t2(i16* %i_ptr, i16* %o_ptr, %struct.int16x8_t* nocapture %vT0ptr, %struct.int16x8_t* … 62 %4 = bitcast i16* %i_ptr to i8* ; <i8*> [#uses=1] 64 %6 = getelementptr inbounds i16, i16* %i_ptr, i32 8 ; <i16*> [#uses=1]
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | readability-isolate-declaration.cpp | 58 int *(i_ptr) = nullptr, *((i_ptr2)); in f3() local
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.cpp | 213 GLint* i_ptr = (GLint*)ptr; in GenerateData() local 217 i_ptr[i] = GetRandInt(); in GenerateData() 276 GLint* i_ptr = (GLint*)ptr; in GenerateDataPacked() local 280 i_ptr[i] = GetRandInt(); in GenerateDataPacked()
|