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

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

Completed in 120 milliseconds