Searched refs:type_t (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | store-widen-aliased-load.ll | 8 %struct.type_t = type { i8, i8, [2 x i8] } 10 define zeroext i8 @foo(%struct.type_t* nocapture %p) nounwind { 12 %a = getelementptr inbounds %struct.type_t, %struct.type_t* %p, i32 0, i32 0 14 %b = getelementptr inbounds %struct.type_t, %struct.type_t* %p, i32 0, i32 1
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | identifier-naming.cpp | 695 template<typename type_t> 696 auto GetRes(type_t& Param) -> decltype(Param.res());
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | cxx2a-consteval.cpp | 774 struct type_t {}; struct 786 return fn(type_t<Ts>{}...); in apply() 791 []<typename... Us>(type_t<Us>...) { return 42; }); in test1()
|
| /llvm-project-15.0.7/pstl/test/std/algorithms/alg.modifying.operations/ |
| H A D | replace.pass.cpp | 92 typename std::enable_if<std::is_same<T, copy_int>::value, bool>::type_t
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 61 template <typename type_t> class empirical_type { 67 bool get(type_t &out) const { in get() 74 const type_t *get() const { return valid ? &data : nullptr; } in get() 77 void set(const type_t in) { in set() 89 empirical_type<type_t> &operator=(const type_t in) { in operator =() 96 const type_t &operator*() const { in operator *() 103 type_t data;
|