Home
last modified time | relevance | path

Searched defs:second_type (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/PCH/
H A Dcrash-12631281.cpp20 typedef _T2 second_type; typedef
/llvm-project/clang/test/Index/
H A Dindex-templates.cpp83 typedef U second_type; in init_list() typedef
/llvm-project/libcxx/include/__utility/
H A Dpair.h70 using second_type = _T2; global() member
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dconst-return-type.cpp360 using second_type = V; typedef
/llvm-project/clang/test/SemaCXX/
H A Dvector.cpp500 typedef T second_type __attribute__((vector_size(sizeof(T) * 4))); in f() typedef