Home
last modified time | relevance | path

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

/llvm-project/clang/test/PCH/
H A Dcrash-12631281.cpp19 typedef _T1 first_type; typedef
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-incomplete-typo-suggested-error-limit.cpp39 typedef T first_type; typedef
/llvm-project/libcxx/include/__utility/
H A Dpair.h69 using first_type = _T1; global() member
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dconst-return-type.cpp359 using first_type = const K; typedef
/llvm-project/clang/test/SemaCXX/
H A Dvector.cpp499 typedef T first_type __attribute__((vector_size(sizeof(T) * 4))); in f() typedef