Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opcodes.py35 input_types, algebraic_properties, const_expr): argument
73 assert isinstance(const_expr, str)
87 self.const_expr = const_expr
108 algebraic_properties, const_expr): argument
111 input_types, algebraic_properties, const_expr)
113 def unop_convert(name, out_type, in_type, const_expr): argument
114 opcode(name, 0, out_type, [0], [in_type], "", const_expr)
116 def unop(name, ty, const_expr): argument
117 opcode(name, 0, ty, [0], [ty], "", const_expr)
120 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/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.py1210 const_expr = c.Sub(b, a)
1211 non_const_expr = c.Mul(const_expr, x)
1212 self.assertTrue(c.IsConstant(const_expr))
/external/elfutils/libdw/
Dknown-dwarf.h68 DWARF_ONE_KNOWN_DW_AT (const_expr, DW_AT_const_expr) \
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DDwarf.def284 HANDLE_DW_AT(0x6c, const_expr, 4, DWARF)