HomeSort by relevance Sort by last modified time
    Searched full:intfn (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaCXX/
attr-deprecated.cpp 144 typedef void (*intfn)(int); typedef in struct:test4::A
146 operator intfn() __attribute__((deprecated)); // expected-note {{declared here}}
constant-expression-cxx11.cpp 174 typedef int (*IntFn)();
176 int b[(int)IntFn(f)()]; // ok
    [all...]

Completed in 51 milliseconds