Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DBuildLibCalls.h37 LibFunc DoubleFn, LibFunc FloatFn,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp741 LibFunc DoubleFn, LibFunc FloatFn, in hasUnaryFloatFn() argument
747 return TLI->has(DoubleFn); in hasUnaryFloatFn()
/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.cpp94 LibFunc::Func DoubleFn, LibFunc::Func FloatFn, in hasUnaryFloatFn() argument
100 return TLI->has(DoubleFn); in hasUnaryFloatFn()