Home
last modified time | relevance | path

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

/llvm-project/flang/test/Semantics/
H A Dbindings04.f907 type, extends(t1) :: t1e type
26 type, extends(t1) :: t1e type
45 type, extends(t1) :: t1e type
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-tuple.cpp103 tuple<float> t1e(t1d); in test_tuple() local