Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opcodes.py36 input_types, is_conversion, algebraic_properties, const_expr): argument
76 assert isinstance(const_expr, str)
91 self.const_expr = const_expr
154 is_conversion, algebraic_properties, const_expr): argument
158 const_expr)
160 def unop_convert(name, out_type, in_type, const_expr): argument
161 opcode(name, 0, out_type, [0], [in_type], False, "", const_expr)
163 def unop(name, ty, const_expr): argument
164 opcode(name, 0, ty, [0], [ty], False, "", const_expr)
167 const_expr): argument
[all …]
/external/clang/test/SemaCXX/
Dcxx98-compat.cpp145 constexpr int const_expr = 0; // expected-warning {{'constexpr' specifier is incompatible with C++9… variable
146 decltype(const_expr) decl_type = 0; // expected-warning {{'decltype' type specifier is incompatible…
147 __decltype(const_expr) decl_type2 = 0; // ok
/external/llvm-project/clang/test/SemaCXX/
Dcxx98-compat.cpp149 constexpr int const_expr = 0; // expected-warning {{'constexpr' specifier is incompatible with C++9… variable
150 decltype(const_expr) decl_type = 0; // expected-warning {{'decltype' type specifier is incompatible…
151 __decltype(const_expr) decl_type2 = 0; // ok
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DIRDynamicChecks.cpp452 if (llvm::ConstantExpr *const_expr = in GetFunction() local
454 switch (const_expr->getOpcode()) { in GetFunction()
458 return GetFunction(const_expr->getOperand(0)); in GetFunction()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dgpu_object_desc.h116 virtual std::string PerformConstExpr(const std::string& const_expr) const { in PerformConstExpr() argument
/external/bcc/src/lua/bpf/
Dbpf.lua48 local const_expr = {
374 code.seen_cmp = const_expr[op](V[a].const, V[b].const) and ALWAYS or NEVER
392 code.seen_cmp = const_expr[op](c, b) and ALWAYS or NEVER
436 vset(dst, nil, const_expr[op](V[a].const, b))
456 if type(op) == 'string' then op = const_expr[op] end
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client_test.py1368 const_expr = ops.Sub(b, a)
1369 non_const_expr = ops.Mul(const_expr, x)
1370 self.assertTrue(c.is_constant(const_expr))
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDwarf.def307 HANDLE_DW_AT(0x6c, const_expr, 4, DWARF)
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DDwarf.def320 HANDLE_DW_AT(0x6c, const_expr, 4, DWARF)