Home
last modified time | relevance | path

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

/external/jsmn/example/
Djsondump.c14 static inline void *realloc_it(void *ptrmem, size_t size) { in realloc_it() argument
15 void *p = realloc(ptrmem, size); in realloc_it()
17 free(ptrmem); in realloc_it()
/external/llvm-project/clang/test/SemaCXX/
Dqualified-names-diag.cpp32 int ::foo::wibble::bar::wonka::x::y::* ptrmem; variable
/external/clang/test/SemaCXX/
Dqualified-names-diag.cpp32 int ::foo::wibble::bar::wonka::x::y::* ptrmem; variable
/external/clang/test/CodeGenCXX/
Dvalue-init.cpp71 namespace ptrmem { namespace
/external/llvm-project/clang/test/CodeGenCXX/
Dvalue-init.cpp72 namespace ptrmem { namespace