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

  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 175 typedef double (*DoubleFn)();
177 int a[(int)DoubleFn(f)()]; // expected-error {{variable length array}} expected-warning{{C99 feature}}
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 97 LibFunc::Func DoubleFn, LibFunc::Func FloatFn,
103 return TLI->has(DoubleFn);
    [all...]

Completed in 146 milliseconds