Home
last modified time | relevance | path

Searched defs:T6 (Results 1 – 25 of 42) sorted by relevance

12

/external/llvm-project/clang/test/SemaCXX/
Dtrivial-constructor.cpp25 struct T6 { struct
30 static_assert(__has_trivial_constructor(T6), "All nonstatic data members of T6 have trivial constru… argument
Dtrivial-destructor.cpp25 struct T6 { struct
30 static_assert(__has_trivial_destructor(T6), "All nonstatic data members of T6 have trivial destruct… argument
Dattr-mode-tmpl.cpp17 …typedef enum __attribute__((mode(V2SI))) { A6, B6 } T6; // expected-error{{mode 'V2SI' is not supp… in CheckEnumerations() typedef
41 …typedef T __attribute__((mode(DF))) T6; // expected-error2{{type of machine mode does not match ty… in CheckMachineMode() typedef
/external/clang/test/SemaCXX/
Dtrivial-constructor.cpp25 struct T6 { struct
30 static_assert(__has_trivial_constructor(T6), "All nonstatic data members of T6 have trivial constru… argument
Dtrivial-destructor.cpp25 struct T6 { struct
30 static_assert(__has_trivial_destructor(T6), "All nonstatic data members of T6 have trivial destruct… argument
Dattr-mode-tmpl.cpp17 …typedef enum __attribute__((mode(V2SI))) { A6, B6 } T6; // expected-error{{mode 'V2SI' is not supp… in CheckEnumerations() typedef
41 …typedef T __attribute__((mode(DF))) T6; // expected-error2{{type of machine mode does not match ty… in CheckMachineMode() typedef
Daccess-base-class.cpp61 namespace T6 { namespace
/external/llvm-project/clang/test/Index/
Dcomplete-documentation.cpp20 struct T6 { struct
/external/clang/test/Index/
Dcomplete-documentation.cpp20 struct T6 { struct
/external/llvm-project/clang/test/Preprocessor/
Dassembler-with-cpp.c58 #define T6() T6 #nostring macro
/external/clang/test/Preprocessor/
Dassembler-with-cpp.c58 #define T6() T6 #nostring macro
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-printers.h536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, in PrintTo() argument
543 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, in PrintTo() argument
550 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, in PrintTo() argument
558 const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>& t, in PrintTo() argument
/external/clang/INPUTS/
Dc99-intconst-1.c33 #define type_comb6(T1, T2, T3, T4, T5, T6) \ argument
57 #define first_of6p(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \ argument
73 #define first_of6(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \ argument
/external/llvm-project/clang/INPUTS/
Dc99-intconst-1.c33 #define type_comb6(T1, T2, T3, T4, T5, T6) \ argument
57 #define first_of6p(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \ argument
73 #define first_of6(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \ argument
/external/swiftshader/src/Renderer/
DVertex.hpp36 T6 = 9, enumerator
/external/clang/test/CodeGen/
Dattr-mode-enums.c27 typedef enum X __attribute__((mode(QI))) T6; in main() typedef
/external/llvm-project/clang/test/CodeGen/
Dattr-mode-enums.c27 typedef enum X __attribute__((mode(QI))) T6; in main() typedef
Dcmse-clear-return.c95 typedef struct T6 { struct
97 } T6; typedef
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/
Dgtest-printers.h640 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, in PrintTo() argument
647 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, in PrintTo() argument
654 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, in PrintTo() argument
662 const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>& t, in PrintTo() argument
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest-printers.h700 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, in PrintTo() argument
707 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, in PrintTo() argument
714 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, in PrintTo() argument
722 const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>& t, in PrintTo() argument
/external/rust/crates/quiche/deps/boringssl/src/crypto/poly1305/
Dpoly1305_vec.c151 xmmi T5, T6; in poly1305_first_block() local
247 xmmi T0, T1, T2, T3, T4, T5, T6; in poly1305_blocks() local
438 xmmi T0, T1, T2, T3, T4, T5, T6; in poly1305_combine() local
/external/boringssl/src/crypto/poly1305/
Dpoly1305_vec.c155 xmmi T5, T6; in poly1305_first_block() local
251 xmmi T0, T1, T2, T3, T4, T5, T6; in poly1305_blocks() local
442 xmmi T0, T1, T2, T3, T4, T5, T6; in poly1305_combine() local
/external/rust/crates/ring/crypto/poly1305/
Dpoly1305_vec.c159 xmmi T5, T6; in poly1305_first_block() local
255 xmmi T0, T1, T2, T3, T4, T5, T6; in poly1305_blocks() local
446 xmmi T0, T1, T2, T3, T4, T5, T6; in poly1305_combine() local
/external/clang/test/PCH/
Dchain-cxx.cpp134 typedef S<int &>::L T6; in test() typedef
/external/llvm-project/clang/test/PCH/
Dchain-cxx.cpp134 typedef S<int &>::L T6; in test() typedef

12