HomeSort by relevance Sort by last modified time
    Searched refs:fnp (Results 1 - 6 of 6) sorted by null

  /bionic/libc/stdlib/
atexit.c 83 struct atexit_fn *fnp; local
116 fnp = &p->fns[p->ind++];
117 fnp->fn_ptr = func;
118 fnp->fn_arg = arg;
119 fnp->fn_dso = dso;
  /external/clang/test/SemaCXX/
cstyle-cast.cpp 178 fnptr fnp = (fnptr)(l); local
179 (void)(char)(fnp); // expected-error {{cast from pointer to smaller type 'char' loses information}}
180 (void)(long)(fnp);
functional-cast.cpp 242 fnptr fnp = fnptr(l); local
243 (void)char(fnp); // expected-error {{cast from pointer to smaller type 'char' loses information}}
244 (void)long(fnp);
reinterpret-cast.cpp 41 fnptr fnp = reinterpret_cast<fnptr>(i); local
42 (void)reinterpret_cast<char>(fnp); // expected-error {{cast from pointer to smaller type 'char' loses information}}
43 (void)reinterpret_cast<intptr_t>(fnp);
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-core-0.9.8-SNAPSHOT.jar 
log4j-1.3alpha-8.jar 

Completed in 125 milliseconds