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

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

Completed in 129 milliseconds