Home
last modified time | relevance | path

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

/external/clang/test/SemaTemplate/
Dfibonacci.cpp4 struct FibonacciEval;
8 enum { value = FibonacciEval<I-1>::value + FibonacciEval<I-2>::value };
12 struct FibonacciEval { struct