Home
last modified time | relevance | path

Searched refs:type_t (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dstore-widen-aliased-load.ll8 %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 Didentifier-naming.cpp695 template<typename type_t>
696 auto GetRes(type_t& Param) -> decltype(Param.res());
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp774 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 Dreplace.pass.cpp92 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 DRenderScriptRuntime.cpp61 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;