Home
last modified time | relevance | path

Searched defs:const_expr (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_opcodes.py36 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/
Dgpu_object_desc.h116 virtual std::string PerformConstExpr(const std::string& const_expr) const { in PerformConstExpr()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DIRDynamicChecks.cpp452 if (llvm::ConstantExpr *const_expr = in GetFunction() local
/external/clang/test/SemaCXX/
Dcxx98-compat.cpp145 constexpr int const_expr = 0; // expected-warning {{'constexpr' specifier is incompatible with C++9… variable
/external/llvm-project/clang/test/SemaCXX/
Dcxx98-compat.cpp149 constexpr int const_expr = 0; // expected-warning {{'constexpr' specifier is incompatible with C++9… variable