Home
last modified time | relevance | path

Searched refs:pps (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/
H A Dmalloc-annotations.cpp49 void af1_g(MemoryAllocator &Alloc, struct stuff **pps) { in af1_g() argument
50 *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()
H A Dmalloc-annotations.c94 void af1_g(struct stuff **pps) { in af1_g() argument
95 *pps = my_malloc(sizeof(struct stuff)); // no-warning in af1_g()
96 (*pps)->somefield = my_malloc(42); // no-warning in af1_g()
/llvm-project-15.0.7/polly/test/Simplify/
H A Dphi_in_regionstmt.ll18 …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 5
39 …struct.pic_parameter_set_rbsp_t.3.45.87.129.192.255.465.927.969.990.1029* %pps, i64 0, i32 6, i64 6
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-unused-result.cpp103 Status **pps = DoYetAnotherThing(); in lazy() local
104 if (!(*pps)->ok()) return; in lazy()
/llvm-project-15.0.7/clang/test/Preprocessor/
H A Dpragma_diagnostic.c52 void pps(void){} // expected-error {{no previous prototype for function 'pps'}} in pps() function