Searched defs:const_expr (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_opcodes.py | 36 input_types, is_conversion, algebraic_properties, const_expr): argument 154 is_conversion, algebraic_properties, const_expr): argument 160 def unop_convert(name, out_type, in_type, const_expr): argument 163 def unop(name, ty, const_expr): argument 167 const_expr): argument 190 def unop_numeric_convert(name, out_type, in_type, const_expr): argument 513 def binop_convert(name, out_type, in_type, alg_props, const_expr): argument 517 def binop(name, ty, alg_props, const_expr): argument 520 def binop_compare(name, ty, alg_props, const_expr): argument 523 def binop_compare8(name, ty, alg_props, const_expr): argument [all …]
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/ |
D | gpu_object_desc.h | 170 virtual absl::Status PerformConstExpr(const std::string& const_expr, in PerformConstExpr()
|
/external/clang/test/SemaCXX/ |
D | cxx98-compat.cpp | 145 constexpr int const_expr = 0; // expected-warning {{'constexpr' specifier is incompatible with C++9… variable
|