Home
last modified time | relevance | path

Searched defs:pps (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/Preprocessor/
H A Dpragma_diagnostic.c62 void pps(void){} // expected-warning {{no previous prototype for function 'pps'}} in pps() function
/llvm-project/clang/test/Analysis/
H A Dmalloc-annotations.cpp49 void af1_g(MemoryAllocator &Alloc, struct stuff **pps) { in af1_g()
H A Dmalloc-annotations.c94 af1_g(struct stuff ** pps) af1_g() argument
/llvm-project/clang/test/SemaCXX/
H A Dwarn-unused-result.cpp103 Status **pps = DoYetAnotherThing(); in lazy() local