Home
last modified time | relevance | path

Searched refs:unary (Results 1 – 25 of 69) sorted by relevance

123

/external/llvm/docs/tutorial/
DLangImpl6.rst49 The two specific features we'll add are programmable unary operators
50 (right now, Kaleidoscope has no unary operators at all) as well as
55 # Logical unary not.
56 def unary!(v)
84 implementing support for user-defined binary operators and adding unary
91 our current framework. We'll first add support for the unary/binary
107 if (IdentifierStr == "unary") return tok_unary;
110 This just adds lexer support for the unary and binary keywords, like we
155 operators (as you'll see below, it just doesn't apply for unary
167 unsigned Kind = 0; // 0 = identifier, 1 = unary, 2 = binary.
[all …]
DOCamlLangImpl6.rst49 The two specific features we'll add are programmable unary operators
50 (right now, Kaleidoscope has no unary operators at all) as well as
55 # Logical unary not.
56 def unary!(v)
84 implementing support for user-defined binary operators and adding unary
91 our current framework. We'll first add support for the unary/binary
108 | "unary" -> [< 'Token.Unary; stream >]
110 This just adds lexer support for the unary and binary keywords, like we
137 operators (as you'll see below, it just doesn't apply for unary
146 * ::= unary LETTER number? (id) *)
[all …]
DLangImpl7.rst654 if (IdentifierStr == "unary") return tok_unary;
926 if (IdentifierStr == "unary") return tok_unary;
989 /// UnaryExprAST - Expression class for a unary operator.
1309 /// unary
1311 /// ::= '!' unary
1317 // If this is a unary operator, read it.
1326 /// ::= ('+' unary)*
1341 // Parse the unary expression after the binary operator.
1359 /// ::= unary binoprhs
1371 /// ::= unary LETTER (id)
[all …]
DOCamlLangImpl7.rst677 | "unary" -> [< 'Token.Unary; stream >]
940 | "unary" -> [< 'Token.Unary; stream >]
964 (* variant for a unary operator. *)
1093 (* unary
1095 * ::= '!' unary *)
1097 (* If this is a unary operator, read it. *)
1160 * ::= unary LETTER number? (id) *)
1167 | [< 'Token.Unary >] -> "unary", 1
1250 let callee = "unary" ^ (String.make 1 op) in
1254 | None -> raise (Error "unknown unary operator")
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dparser.ml85 (* unary
87 * ::= '!' unary *)
89 (* If this is a unary operator, read it. *)
110 (* Parse the unary expression after the binary operator. *)
140 * ::= unary LETTER number? (id) *)
147 | [< 'Token.Unary >] -> "unary", 1
Dast.ml13 (* variant for a unary operator. *)
Dlexer.ml53 | "unary" -> [< 'Token.Unary; stream >]
Dcodegen.ml22 let callee = "unary" ^ (String.make 1 op) in
26 | None -> raise (Error "unknown unary operator")
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dparser.ml99 (* unary
101 * ::= '!' unary *)
103 (* If this is a unary operator, read it. *)
166 * ::= unary LETTER number? (id) *)
173 | [< 'Token.Unary >] -> "unary", 1
Dast.ml13 (* variant for a unary operator. *)
Dlexer.ml53 | "unary" -> [< 'Token.Unary; stream >]
Dcodegen.ml31 let callee = "unary" ^ (String.make 1 op) in
35 | None -> raise (Error "unknown unary operator")
/external/llvm/test/Transforms/ConstProp/
D2002-05-03-NotOperator.ll5 ; Fix #2: The unary not instruction now no longer exists. Change to xor.
/external/clang/include/clang/Basic/
DOperatorKinds.def35 /// Unary: True if the operator can be declared as a unary operator.
39 /// "operator*") can be both unary and binary.
/external/clang/test/
Dcxx-sections.data127 5.3 [expr.unary]
128 5.3.1 [expr.unary.op]
281 13.5.1 [over.unary]
612 20.6.4 [meta.unary]
613 20.6.4.1 [meta.unary.cat]
614 20.6.4.2 [meta.unary.comp]
615 20.6.4.3 [meta.unary.prop]
1207 26.6.2.5 [valarray.unary]
1630 TR1 4.5 [tr.meta.unary]
1631 TR1 4.5.1 [tr.meta.unary.cat]
[all …]
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DCompiler.java231 private Expression compileUnary(UnaryOperation unary, int opPos) in compileUnary() argument
237 unary.setRight(compile(rightPos)); in compileUnary()
239 return unary; in compileUnary()
/external/llvm/test/Integer/
Dconstexpr_bt.ll79 ;; TODO: Test constant expressions for unary and binary operators
/external/llvm/test/Feature/
Dconstexpr.ll77 ;; TODO: Test constant expressions for unary and binary operators
/external/llvm/test/CodeGen/X86/
Dpalignr.ll62 ; Check that we don't do unary (circular on single operand) palignr incorrectly.
/external/clang/test/SemaTemplate/
Ddependent-names.cpp248 namespace unary { namespace
/external/valgrind/main/VEX/priv/
Dhost_x86_defs.c1220 Bool unary; in getRegUsage_X86Instr() local
1418 unary = toBool( i->Xin.Sse32Fx4.op == Xsse_RCPF in getRegUsage_X86Instr()
1422 addHRegUse(u, unary ? HRmWrite : HRmModify, in getRegUsage_X86Instr()
1427 unary = toBool( i->Xin.Sse32FLo.op == Xsse_RCPF in getRegUsage_X86Instr()
1431 addHRegUse(u, unary ? HRmWrite : HRmModify, in getRegUsage_X86Instr()
1436 unary = toBool( i->Xin.Sse64Fx2.op == Xsse_RCPF in getRegUsage_X86Instr()
1440 addHRegUse(u, unary ? HRmWrite : HRmModify, in getRegUsage_X86Instr()
1445 unary = toBool( i->Xin.Sse64FLo.op == Xsse_RCPF in getRegUsage_X86Instr()
1449 addHRegUse(u, unary ? HRmWrite : HRmModify, in getRegUsage_X86Instr()
Dhost_amd64_defs.c1328 Bool unary; in getRegUsage_AMD64Instr() local
1539 unary = toBool( i->Ain.Sse32Fx4.op == Asse_RCPF in getRegUsage_AMD64Instr()
1543 addHRegUse(u, unary ? HRmWrite : HRmModify, in getRegUsage_AMD64Instr()
1548 unary = toBool( i->Ain.Sse32FLo.op == Asse_RCPF in getRegUsage_AMD64Instr()
1552 addHRegUse(u, unary ? HRmWrite : HRmModify, in getRegUsage_AMD64Instr()
1557 unary = toBool( i->Ain.Sse64Fx2.op == Asse_RCPF in getRegUsage_AMD64Instr()
1561 addHRegUse(u, unary ? HRmWrite : HRmModify, in getRegUsage_AMD64Instr()
1566 unary = toBool( i->Ain.Sse64FLo.op == Asse_RCPF in getRegUsage_AMD64Instr()
1570 addHRegUse(u, unary ? HRmWrite : HRmModify, in getRegUsage_AMD64Instr()
/external/flac/libFLAC/ia32/
Dbitreader_asm.nasm111 ; read unary part
331 ; + uval to offset our count by the # of unary bits already
338 ; } /* end while(1) unary part */
/external/llvm/cmake/modules/
DHandleLLVMOptions.cmake152 -wd4146 # Suppress 'unary minus operator applied to unsigned type, result still unsigned'
/external/protobuf/vsprojects/
Dreadme.txt93 C4146 - unary minus operator applied to unsigned type, result still unsigned

123