/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | parser.ml | 85 (* 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
|
D | ast.ml | 13 (* variant for a unary operator. *)
|
D | lexer.ml | 53 | "unary" -> [< 'Token.Unary; stream >]
|
D | codegen.ml | 22 let callee = "unary" ^ (String.make 1 op) in 26 | None -> raise (Error "unknown unary operator")
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | parser.ml | 99 (* unary 101 * ::= '!' unary *) 103 (* If this is a unary operator, read it. *) 166 * ::= unary LETTER number? (id) *) 173 | [< 'Token.Unary >] -> "unary", 1
|
D | ast.ml | 13 (* variant for a unary operator. *)
|
D | lexer.ml | 53 | "unary" -> [< 'Token.Unary; stream >]
|
D | codegen.ml | 31 let callee = "unary" ^ (String.make 1 op) in 35 | None -> raise (Error "unknown unary operator")
|
/external/llvm/test/Transforms/ConstProp/ |
D | 2002-05-03-NotOperator.ll | 5 ; Fix #2: The unary not instruction now no longer exists. Change to xor.
|
/external/clang/include/clang/Basic/ |
D | OperatorKinds.def | 35 /// Unary: True if the operator can be declared as a unary operator. 39 /// "operator*") can be both unary and binary.
|
/external/clang/test/ |
D | cxx-sections.data | 127 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/ |
D | Compiler.java | 231 private Expression compileUnary(UnaryOperation unary, int opPos) in compileUnary() argument 237 unary.setRight(compile(rightPos)); in compileUnary() 239 return unary; in compileUnary()
|
/external/clang/test/SemaTemplate/ |
D | dependent-names.cpp | 248 namespace unary { namespace
|
/external/llvm/test/Feature/ |
D | constexpr.ll | 77 ;; TODO: Test constant expressions for unary and binary operators
|
/external/llvm/test/Integer/ |
D | constexpr_bt.ll | 79 ;; TODO: Test constant expressions for unary and binary operators
|
/external/valgrind/main/VEX/priv/ |
D | host_x86_defs.c | 1165 Bool unary; in getRegUsage_X86Instr() local 1358 unary = toBool( i->Xin.Sse32Fx4.op == Xsse_RCPF in getRegUsage_X86Instr() 1362 addHRegUse(u, unary ? HRmWrite : HRmModify, in getRegUsage_X86Instr() 1367 unary = toBool( i->Xin.Sse32FLo.op == Xsse_RCPF in getRegUsage_X86Instr() 1371 addHRegUse(u, unary ? HRmWrite : HRmModify, in getRegUsage_X86Instr() 1376 unary = toBool( i->Xin.Sse64Fx2.op == Xsse_RCPF in getRegUsage_X86Instr() 1380 addHRegUse(u, unary ? HRmWrite : HRmModify, in getRegUsage_X86Instr() 1385 unary = toBool( i->Xin.Sse64FLo.op == Xsse_RCPF in getRegUsage_X86Instr() 1389 addHRegUse(u, unary ? HRmWrite : HRmModify, in getRegUsage_X86Instr()
|
D | host_amd64_defs.c | 1388 Bool unary; in getRegUsage_AMD64Instr() local 1624 unary = toBool( i->Ain.Sse32Fx4.op == Asse_RCPF in getRegUsage_AMD64Instr() 1628 addHRegUse(u, unary ? HRmWrite : HRmModify, in getRegUsage_AMD64Instr() 1633 unary = toBool( i->Ain.Sse32FLo.op == Asse_RCPF in getRegUsage_AMD64Instr() 1637 addHRegUse(u, unary ? HRmWrite : HRmModify, in getRegUsage_AMD64Instr() 1642 unary = toBool( i->Ain.Sse64Fx2.op == Asse_RCPF in getRegUsage_AMD64Instr() 1646 addHRegUse(u, unary ? HRmWrite : HRmModify, in getRegUsage_AMD64Instr() 1651 unary = toBool( i->Ain.Sse64FLo.op == Asse_RCPF in getRegUsage_AMD64Instr() 1655 addHRegUse(u, unary ? HRmWrite : HRmModify, in getRegUsage_AMD64Instr()
|
/external/flac/libFLAC/ia32/ |
D | bitreader_asm.nasm | 111 ; 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/ |
D | HandleLLVMOptions.cmake | 147 -wd4146 # Suppress 'unary minus operator applied to unsigned type, result still unsigned'
|
/external/libvpx/examples/includes/ASCIIMathPHP-2.0/ |
D | ASCIIMathPHP-2.0.class.php | 853 } elseif (isset($sym['unary'])) {
|
/external/protobuf/vsprojects/ |
D | readme.txt | 93 C4146 - unary minus operator applied to unsigned type, result still unsigned
|
/external/llvm/test/CodeGen/Generic/ |
D | select.ll | 166 ; Test case for unary NOT operation constructed from XOR.
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrFormats.td | 75 // UnaryDP - Indicates this is a unary data processing instruction, i.e. 1384 // Double precision, unary 1434 // Single precision, unary 1458 // Single precision unary, if no NEON. Same as ASuI except not available if
|
/external/bison/tests/ |
D | calc.at | 114 %left NEG /* negation--unary minus */
|
/external/clang/docs/ |
D | BlockLanguageSpec.txt | 38 … produces a reference to a Block. It is introduced by the use of the ^ token as a unary operator.
|