Home
last modified time | relevance | path

Searched refs:Snd (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CXX/temp/temp.decls/temp.alias/
Dp2.cpp9 template<typename A, typename B> using Snd = B; typedef
11 using I = Fst<Snd<char,int>,double>;
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2066 auto Snd = Reader.ReadSubExpr(); in VisitOMPLoopDirective() local
2067 D->setCond(Fst, Snd); in VisitOMPLoopDirective()