Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opcodes.py36 input_types, is_conversion, algebraic_properties, const_expr, argument
159 is_conversion, algebraic_properties, const_expr, description = ""): argument
165 def unop_convert(name, out_type, in_type, const_expr, description = ""): argument
168 def unop(name, ty, const_expr, description = "", algebraic_properties = ""): argument
173 const_expr, description = ""): argument
197 def unop_numeric_convert(name, out_type, in_type, const_expr, description = ""): argument
558 def binop_convert(name, out_type, in_type1, alg_props, const_expr, description="", in_type2=None): argument
564 def binop(name, ty, alg_props, const_expr, description = ""): argument
567 def binop_compare(name, ty, alg_props, const_expr, description = "", ty2=None): argument
570 def binop_compare8(name, ty, alg_props, const_expr, description = "", ty2=None): argument
[all …]
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/googleapis/src/main/proto/google/api/expr/v1alpha1/
H A Dsyntax.proto207 Constant const_expr = 3; field
/aosp_15_r20/external/mbedtls/library/
H A Dcommon.h80 #define STATIC_ASSERT_EXPR(const_expr) \ argument
/aosp_15_r20/external/googleapis/google/api/expr/v1alpha1/
H A Dsyntax.proto225 Constant const_expr = 3; field
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dcommon.h84 #define STATIC_ASSERT_EXPR(const_expr) \ argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
H A Dgpu_object_desc.h183 const std::string& const_expr, in PerformConstExpr()
H A Darguments.cc474 const std::string& const_expr, in ResolveConstExpr()
H A Dtensor_desc.cc385 const std::string& const_expr, in PerformConstExpr()
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dcxx98-compat.cpp145 constexpr int const_expr = 0; // expected-warning {{'constexpr' specifier is incompatible with C++9… variable