Home
last modified time | relevance | path

Searched refs:DoubleFn (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp175 typedef double (*DoubleFn)(); typedef
177 …int a[(int)DoubleFn(f)()]; // expected-error {{variable length array}} expected-warning{{C99 featu…
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp107 LibFunc::Func DoubleFn, LibFunc::Func FloatFn, in hasUnaryFloatFn() argument
113 return TLI->has(DoubleFn); in hasUnaryFloatFn()