Searched defs:operand_type (Results 1 – 3 of 3) sorted by relevance
| /third_party/boost/boost/yap/detail/ |
| D | algorithm.hpp | 173 struct operand_type<ExprTemplate, T, U, RemoveRefs, true, false> struct 175 using type = remove_cv_ref_t<T>; 183 struct operand_type<ExprTemplate, T, U, RemoveRefs, true, true> struct 185 using type = expr_ref_t<ExprTemplate, T>; 194 struct operand_type<ExprTemplate, T, U, RemoveRefs, true, IsLRef> struct 196 using type = remove_cv_ref_t<T>; 204 struct operand_type<ExprTemplate, T, U, true, false, IsLRef> struct 206 using type = terminal<ExprTemplate, std::remove_reference_t<U>>; 214 struct operand_type<ExprTemplate, T, U, false, false, IsLRef> struct 216 using type = terminal<ExprTemplate, U>;
|
| /third_party/libunwind/src/dwarf/ |
| D | Gexpr.c | 127 unw_word_t *addr, int operand_type, unw_word_t *val, void *arg) in read_operand()
|
| /third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
| D | fold_spec_constant_op_and_composite_pass.cpp | 451 const analysis::Type* operand_type = operand_const->type(); in DoVectorShuffle() local
|