OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DoubleFn
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaCXX/
constant-expression-cxx11.cpp
173
typedef double (*
DoubleFn
)();
175
int a[(int)
DoubleFn
(f)()]; // expected-error {{variable length array}} expected-warning{{C99 feature}}
[
all
...]
/external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp
129
LibFunc::Func
DoubleFn
, LibFunc::Func FloatFn,
135
return TLI->has(
DoubleFn
);
[
all
...]
Completed in 1115 milliseconds