Home
last modified time | relevance | path

Searched defs:t1a (Results 1 – 6 of 6) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Dsymbol17.f9010 type(t2), allocatable :: t1a component
H A Dresolve32.f9052 type, abstract :: t1a ! DEFERRED valid only in ABSTRACT derived type type
H A Dresolve31.f9058 type :: t1a type
H A Dallocate13.f9023 class(oktype1), allocatable :: t1a component
/llvm-project/clang/test/Analysis/
H A Dfree.cpp17 void t1a () { in t1a() function
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-tuple.cpp97 tuple<int> t1a; in test_tuple() local