Home
last modified time | relevance | path

Searched defs:gf1 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/unittests/Analysis/Presburger/
H A DGeneratingFunctionTest.cpp19 GeneratingFunction gf1(2, {1, -1}, in TEST() local
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-abbreviated-template.cpp32 using gf1 = decltype(G<int, char>::foo1('a', 1, 2, 3, 4)); // expected-error{{no matching function}} typedef
/llvm-project/clang/test/SemaCXX/
H A Dattr-annotate.cpp81 static B<int long, -2> gf1; variable