Searched refs:pps (Results 1 – 5 of 5) sorted by relevance
49 void af1_g(MemoryAllocator &Alloc, struct stuff **pps) { in af1_g() argument50 *pps = (struct stuff *)Alloc.my_malloc(sizeof(struct stuff)); // no-warning in af1_g()51 (*pps)->somefield = Alloc.my_malloc(42); // no-warning in af1_g()
94 void af1_g(struct stuff **pps) { in af1_g() argument95 *pps = my_malloc(sizeof(struct stuff)); // no-warning in af1_g()96 (*pps)->somefield = my_malloc(42); // no-warning in af1_g()
18 …struct.pic_parameter_set_rbsp_t.3.45.87.129.192.255.465.927.969.990.1029* %pps) local_unnamed_addr…23 …1029, %struct.pic_parameter_set_rbsp_t.3.45.87.129.192.255.465.927.969.990.1029* %pps, i64 0, i32 539 …struct.pic_parameter_set_rbsp_t.3.45.87.129.192.255.465.927.969.990.1029* %pps, i64 0, i32 6, i64 6
103 Status **pps = DoYetAnotherThing(); in lazy() local104 if (!(*pps)->ok()) return; in lazy()
52 void pps(void){} // expected-error {{no previous prototype for function 'pps'}} in pps() function