Home
last modified time | relevance | path

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

/llvm-project/clang/test/Analysis/
H A Dfree.cpp45 void t3a () { in t3a() function
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-tuple.cpp109 tuple<int*, float*, double*> t3a(&i, &f, &d); in test_tuple() local