Home
last modified time | relevance | path

Searched defs:DepFunctor (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Dcxx2b-static-subscript-operator.cpp57 struct DepFunctor { struct
64 int x = DepFunctor<float>{}[1.0f]; in test_dep_functors() argument
H A Dcxx2b-static-call-operator.cpp85 struct DepFunctor { struct
105 int x = DepFunctor<float>{}(1.0f); in test_dep_functors() argument