HomeSort by relevance Sort by last modified time
    Searched defs:fptr (Results 1 - 15 of 15) sorted by null

  /external/clang/test/CodeGen/
func-ptr-cast-decl.c 5 typedef int (*fptr)(double); typedef
6 void a() { ((fptr)q_sk_num)(0); }
  /external/clang/test/CXX/except/except.spec/
p1.cpp 21 void (*fptr)() throw(); member in namespace:dyn
  /external/clang/test/Sema/
declspec.c 20 typedef f* fptr; typedef
23 __restrict__ fptr v3; // expected-error {{pointer to function type 'f' (aka 'int (void)') may not be 'restrict' qualified}}
return.c 161 void (*fptr)() __attribute__((noreturn)); variable
183 fptr();
  /external/antlr/src/org/antlr/runtime/tree/
TreeFilter.java 79 public interface fptr { interface in class:TreeFilter
95 public void applyOnce(Object t, fptr whichRule) {
118 fptr topdown_fptr = new fptr() {
124 fptr bottomup_fptr = new fptr() {