| /third_party/boost/boost/icl/concept/ |
| D | interval_associator.hpp | 304 operator += (Type& object, const OperandT& operand) in operator +=() 319 operator += (Type& object, const OperandT& operand) in operator +=() 339 operator + (Type object, const OperandT& operand) in operator +() 348 operator + (const Type& object, const OperandT& operand) in operator +() 356 operator + (Type&& object, const OperandT& operand) in operator +() 373 operator + (const OperandT& operand, Type object) in operator +() 382 operator + (const OperandT& operand, const Type& object) in operator +() 390 operator + (const OperandT& operand, Type&& object) in operator +() 407 operator + (Type object, const Type& operand) in operator +() 416 operator + (const Type& object, const Type& operand) in operator +() [all …]
|
| D | element_map.hpp | 141 subtract(Type& object, const typename Type::element_type& operand) in subtract() 161 operator -= (Type& object, const typename Type::set_type& operand) in operator -=() 195 set_at(Type& object, const typename Type::element_type& operand) in set_at() 218 const typename Type::element_type& operand) in add_intersection() 225 add_intersection(Type& section, const Type& object, const Type& operand) in add_intersection() 237 operator &=(Type& object, const typename Type::element_type& operand) in operator &=() 245 operator &=(Type& object, const typename Type::element_type& operand) in operator &=() 255 operator & (Type object, const typename Type::element_type& operand) in operator &() 262 operator & (const typename Type::element_type& operand, Type object) in operator &() 270 operator &=(Type& object, const Type& operand) in operator &=() [all …]
|
| D | element_associator.hpp | 171 operator += (Type& object, const typename Type::value_type& operand) in operator +=() 178 operator + (Type object, const typename Type::value_type& operand) in operator +() 185 operator + (const typename Type::value_type& operand, Type object) in operator +() 192 operator += (Type& object, const Type& operand) in operator +=() 206 operator + (Type object, const Type& operand) in operator +() 214 operator |= (Type& object, const typename Type::value_type& operand) in operator |=() 221 operator | (Type object, const typename Type::value_type& operand) in operator |() 228 operator | (const typename Type::value_type& operand, Type object) in operator |() 235 operator |= (Type& object, const Type& operand) in operator |=() 242 operator | (Type object, const Type& operand) in operator |() [all …]
|
| D | element_set.hpp | 29 add(Type& object, const typename Type::value_type& operand) in add() 40 const typename Type::value_type& operand) in add() 52 subtract(Type& object, const typename Type::value_type& operand) in subtract() 64 intersects(const Type& object, const typename Type::key_type& operand) in intersects() 71 intersects(const Type& object, const Type& operand) in intersects() 84 flip(Type& object, const typename Type::value_type& operand) in flip() 96 operator ^= (Type& object, const typename Type::element_type& operand) in operator ^=() 105 operator ^= (Type& object, const Type& operand) in operator ^=()
|
| D | interval_map.hpp | 147 add(Type& object, const typename Type::segment_type& operand) in add() 154 add(Type& object, const typename Type::element_type& operand) in add() 165 const typename Type::segment_type& operand) in add() 178 insert(Type& object, const typename Type::segment_type& operand) in insert() 185 insert(Type& object, const typename Type::element_type& operand) in insert() 196 const typename Type::segment_type& operand) in insert() 210 erase(Type& object, const typename Type::interval_type& operand) in erase() 217 erase(Type& object, const typename Type::domain_type& operand) in erase() 228 erase(Type& object, const typename Type::segment_type& operand) in erase() 235 erase(Type& object, const typename Type::element_type& operand) in erase() [all …]
|
| D | interval_set.hpp | 69 add(Type& object, const typename Type::segment_type& operand) in add() 76 add(Type& object, const typename Type::element_type& operand) in add() 88 const typename Type::segment_type& operand) in add() 101 insert(Type& object, const typename Type::segment_type& operand) in insert() 108 insert(Type& object, const typename Type::element_type& operand) in insert() 119 const typename Type::segment_type& operand) in insert() 132 subtract(Type& object, const typename Type::segment_type& operand) in subtract() 139 subtract(Type& object, const typename Type::element_type& operand) in subtract() 174 const typename Type::element_type& operand) in add_intersection() 217 flip(Type& object, const typename Type::element_type& operand) in flip() [all …]
|
| /third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/ |
| D | ast.hpp | 64 struct operand : struct 73 operand() : base_type() {} in operand() function 74 operand(primary_expr const& val) : base_type(val) {} in operand() function 75 operand(unary_expr const& val) : base_type(val) {} in operand() argument 76 operand(function_call const& val) : base_type(val) {} in operand() function 77 operand(operand const& rhs) in operand() argument
|
| /third_party/ffmpeg/compat/atomics/win32/ |
| D | stdatomic.h | 123 #define atomic_fetch_add(object, operand) \ argument 126 #define atomic_fetch_sub(object, operand) \ argument 129 #define atomic_fetch_or(object, operand) \ argument 132 #define atomic_fetch_xor(object, operand) \ argument 135 #define atomic_fetch_and(object, operand) \ argument 138 #define atomic_fetch_add(object, operand) \ argument 141 #define atomic_fetch_sub(object, operand) \ argument 144 #define atomic_fetch_or(object, operand) \ argument 147 #define atomic_fetch_xor(object, operand) \ argument 150 #define atomic_fetch_and(object, operand) \ argument [all …]
|
| /third_party/boost/boost/variant/ |
| D | recursive_wrapper.hpp | 70 void swap(recursive_wrapper& operand) BOOST_NOEXCEPT in swap() 115 recursive_wrapper<T>::recursive_wrapper(const recursive_wrapper& operand) in recursive_wrapper() 121 recursive_wrapper<T>::recursive_wrapper(const T& operand) in recursive_wrapper() 128 recursive_wrapper<T>::recursive_wrapper(recursive_wrapper&& operand) in recursive_wrapper() function in boost::recursive_wrapper 134 recursive_wrapper<T>::recursive_wrapper(T&& operand) in recursive_wrapper()
|
| D | variant.hpp | 445 void internal_visit(boost::detail::variant::backup_holder<T>& operand, long) const in internal_visit() 451 void internal_visit(const boost::detail::variant::backup_holder<T>& operand, long) const in internal_visit() argument 457 void internal_visit(const T& operand, int) const in internal_visit() argument 487 void internal_visit(boost::detail::variant::backup_holder<T>& operand, long) const in internal_visit() 493 …void internal_visit(T& operand, int) const BOOST_NOEXCEPT_IF(BOOST_NOEXCEPT_EXPR(T(boost::declval<… in internal_visit() 1019 …ble_if_c<MoveSemantics && is_same<T, T>::value, result_type>::type internal_visit(T&& operand, int) in internal_visit() 1026 …ble_if_c<MoveSemantics && is_same<T, T>::value, result_type>::type internal_visit(T&& operand, int) in internal_visit() 1052 result_type internal_visit(boost::recursive_wrapper<T>& operand, long) in internal_visit() 1058 result_type internal_visit(const boost::recursive_wrapper<T>& operand, long) in internal_visit() 1064 result_type internal_visit(boost::detail::reference_content<T>& operand, long) in internal_visit() [all …]
|
| /third_party/skia/src/sksl/ir/ |
| D | SkSLPrefixExpression.h | 27 PrefixExpression(Operator op, std::unique_ptr<Expression> operand) in PrefixExpression() 44 std::unique_ptr<Expression>& operand() { in operand() function 48 const std::unique_ptr<Expression>& operand() const { in operand() function
|
| D | SkSLPostfixExpression.h | 24 PostfixExpression(std::unique_ptr<Expression> operand, Operator op) in PostfixExpression() 43 std::unique_ptr<Expression>& operand() { in operand() function 47 const std::unique_ptr<Expression>& operand() const { in operand() function
|
| /third_party/typescript/tests/baselines/reference/extractFunction/ |
| D | extractFunction29.ts | 5 operand: any; property 23 operand: any; property 45 operand: any; property
|
| /third_party/ffmpeg/compat/atomics/gcc/ |
| D | stdatomic.h | 131 #define atomic_fetch_add(object, operand) \ argument 134 #define atomic_fetch_add_explicit(object, operand, order) \ argument 137 #define atomic_fetch_sub(object, operand) \ argument 140 #define atomic_fetch_sub_explicit(object, operand, order) \ argument 143 #define atomic_fetch_or(object, operand) \ argument 146 #define atomic_fetch_or_explicit(object, operand, order) \ argument 149 #define atomic_fetch_xor(object, operand) \ argument 152 #define atomic_fetch_xor_explicit(object, operand, order) \ argument 155 #define atomic_fetch_and(object, operand) \ argument 158 #define atomic_fetch_and_explicit(object, operand, order) \ argument
|
| /third_party/ffmpeg/compat/atomics/suncc/ |
| D | stdatomic.h | 124 static inline intptr_t atomic_fetch_add(intptr_t *object, intptr_t operand) in atomic_fetch_add() 129 #define atomic_fetch_sub(object, operand) \ argument 132 static inline intptr_t atomic_fetch_or(intptr_t *object, intptr_t operand) in atomic_fetch_or() 141 static inline intptr_t atomic_fetch_xor(intptr_t *object, intptr_t operand) in atomic_fetch_xor() 150 static inline intptr_t atomic_fetch_and(intptr_t *object, intptr_t operand) in atomic_fetch_and() 159 #define atomic_fetch_add_explicit(object, operand, order) \ argument 162 #define atomic_fetch_sub_explicit(object, operand, order) \ argument 165 #define atomic_fetch_or_explicit(object, operand, order) \ argument 168 #define atomic_fetch_xor_explicit(object, operand, order) \ argument 171 #define atomic_fetch_and_explicit(object, operand, order) \ argument
|
| /third_party/skia/third_party/externals/angle2/src/common/spirv/ |
| D | gen_spirv_builder_and_parser.py | 280 def get_operand_name(self, operand): argument 326 def get_operand_type_in_and_out(self, operand): argument 346 def get_operand_push_back_line(self, operand, operand_name, is_array, is_optional): argument 390 def get_operand_parse_line(self, operand, operand_name, is_array, is_optional): argument 447 def process_operand(self, operand, cpp_operands_in, cpp_operands_out, cpp_in_parse_lines, argument
|
| /third_party/boost/boost/spirit/home/x3/support/ast/ |
| D | variant.hpp | 30 forward_ast(forward_ast const& operand) in forward_ast() function in boost::spirit::x3::forward_ast 33 forward_ast(forward_ast&& operand) BOOST_NOEXCEPT in forward_ast() function in boost::spirit::x3::forward_ast 39 forward_ast(T const& operand) in forward_ast() 42 forward_ast(T&& operand) in forward_ast() 56 void swap(forward_ast& operand) BOOST_NOEXCEPT in swap()
|
| /third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
| D | ShaderParse.c | 190 struct Shader_operand *operand) in parse_operand() 221 struct Shader_relative_operand *operand) in parse_relative_operand() 274 struct Shader_operand *operand) in parse_operand_index()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| D | validate_literals.cpp | 31 bool IsLiteralNumber(const spv_parsed_operand_t& operand) { in IsLiteralNumber() 70 const spv_parsed_operand_t& operand = inst->operand(i); in LiteralsPass() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| D | validate_literals.cpp | 31 bool IsLiteralNumber(const spv_parsed_operand_t& operand) { in IsLiteralNumber() 70 const spv_parsed_operand_t& operand = inst->operand(i); in LiteralsPass() local
|
| /third_party/spirv-tools/source/val/ |
| D | validate_literals.cpp | 31 bool IsLiteralNumber(const spv_parsed_operand_t& operand) { in IsLiteralNumber() 70 const spv_parsed_operand_t& operand = inst->operand(i); in LiteralsPass() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
| D | transformation_add_spec_constant_op.cpp | 34 for (const auto& operand : operands) { in TransformationAddSpecConstantOp() local 65 for (const auto& operand : message_.operand()) { in ApplyImpl() local
|
| /third_party/spirv-tools/source/fuzz/ |
| D | transformation_add_spec_constant_op.cpp | 34 for (const auto& operand : operands) { in TransformationAddSpecConstantOp() local 65 for (const auto& operand : message_.operand()) { in ApplyImpl() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
| D | transformation_add_spec_constant_op.cpp | 34 for (const auto& operand : operands) { in TransformationAddSpecConstantOp() local 65 for (const auto& operand : message_.operand()) { in ApplyImpl() local
|
| /third_party/mesa3d/src/compiler/glsl/ |
| D | ir_builder.h | 51 operand(ir_rvalue *val) in operand() function 56 operand(ir_variable *var) in operand() function
|