| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | PostfixExpression.cpp | 136 bool Visit(UnaryOpNode &unary, Node *&) override { in Visit() argument 137 return Dispatch(unary.Operand()); in Visit() 166 void Visit(UnaryOpNode &unary, Node *&) override; 231 void DWARFCodegen::Visit(UnaryOpNode &unary, Node *&) { in Visit() argument 232 Dispatch(unary.Operand()); in Visit() 234 switch (unary.GetOpType()) { in Visit()
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | type_traits.cppm | |
| H A D | type_traits.inc | 18 // [meta.unary.cat], primary type categories 34 // [meta.unary.comp], composite type categories 43 // [meta.unary.prop], type properties 118 // [meta.unary.prop.query], type property queries 217 // [meta.unary.cat], primary type categories 233 // [meta.unary.comp], composite type categories 242 // [meta.unary.prop], type properties 302 // [meta.unary.prop.query], type property queries
|
| /freebsd/contrib/one-true-awk/ |
| H A D | b.c | 996 return (unary(np)); in primary() 999 return (unary(op2(ALL, NIL, NIL))); in primary() 1002 return (unary(op2(EMPTYRE, NIL, NIL))); in primary() 1006 return (unary(op2(DOT, NIL, NIL))); in primary() 1011 return (unary(np)); in primary() 1016 return (unary(np)); in primary() 1019 return (unary(op2(CHAR, NIL, itonp(HAT)))); in primary() 1022 return (unary(op2(CHAR, NIL, NIL))); in primary() 1029 return unary(op2(CCL, NIL, (Node *) cclenter(""))); in primary() 1035 return (unary(np)); in primary() [all …]
|
| H A D | ChangeLog | 131 * awktest.tar (testdir/T.expr): Fix test for unary plus. 157 * bugs-fixed/unary-plus.awk, bugs-fixed/unary-plus.bad, 158 bugs-fixed/unary-plus.ok: New files.
|
| H A D | proto.h | 59 extern Node *unary(Node *);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXIL.td | 209 def unary : DXILOpClass; 404 def Abs : DXILOp<6, unary> { 414 def Saturate : DXILOp<7, unary> { 462 def Cos : DXILOp<12, unary> { 472 def Sin : DXILOp<13, unary> { 482 def Tan : DXILOp<14, unary> { 492 def ACos : DXILOp<15, unary> { 502 def ASin : DXILOp<16, unary> { 512 def ATan : DXILOp<17, unary> { 522 def HCos : DXILOp<18, unary> { [all …]
|
| /freebsd/usr.bin/m4/tests/ |
| H A D | gnueval.m4 | 4 dnl priority between unary operators and *
|
| /freebsd/contrib/jemalloc/m4/ |
| H A D | ax_cxx_compile_stdcxx.m4 | 379 const auto unary = [](int x){ return x; }; 381 using unary_t = decltype(unary); 383 const auto higher2nd = [unary](nullary_t f1){ 384 return [unary, f1](unary_t f2){ return f2(unary(f1())); }; 386 return higher1st(nullary) + higher2nd(nullary)(unary);
|
| /freebsd/contrib/kyua/m4/ |
| H A D | ax_cxx_compile_stdcxx.m4 | 379 const auto unary = [](int x){ return x; }; 381 using unary_t = decltype(unary); 383 const auto higher2nd = [unary](nullary_t f1){ 384 return [unary, f1](unary_t f2){ return f2(unary(f1())); }; 386 return higher1st(nullary) + higher2nd(nullary)(unary);
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OperatorKinds.def | 34 /// Unary: True if the operator can be declared as a unary operator. 38 /// "operator*") can be both unary and binary.
|
| H A D | arm_neon_incl.td | 52 // op - Binary or unary operator, depending on the number of arguments. The
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | PostfixExpression.h | 172 virtual ResultT Visit(UnaryOpNode &unary, Node *&ref) = 0;
|
| /freebsd/contrib/one-true-awk/bugs-fixed/ |
| H A D | README | 24 7. unary-plus: Unary plus on a string constant returned the string.
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsRISCV.td | 900 // For unary operations with scalar type output without mask 909 // For unary operations with scalar type output with mask 936 // For unary operations with the same vector type in/out without mask 945 // For mask unary operations with mask type in/out with mask 970 // For Conversion unary operations. 978 // For Conversion unary operations with mask. 988 // For Conversion unary operations. 997 // For Conversion unary operations with mask.
|
| H A D | Instruction.def | 140 // Standard unary operators...
|
| /freebsd/usr.bin/sed/tests/ |
| H A D | math.sed | 11 # for unary +. Don't depend on signed math working all the time. -- ksb
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.td | 242 // Generic 2-operand unary instructions. 338 // General unary instruction definitions. 342 // Extension unary instruction definitions.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZPatterns.td | 9 // Record that INSN performs a 64-bit version of unary operator OPERATOR
|
| H A D | SystemZOperators.td | 907 // Create a unary operator that loads from memory and then performs 912 // Create a store operator that performs the given unary operation
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/ |
| H A D | CIROps.td | 1048 def CIR_UnaryOpKind : CIR_I32EnumAttr<"UnaryOpKind", "unary operation kind", [ 1056 def UnaryOp : CIR_Op<"unary", [Pure, SameOperandsAndResultType]> { 1059 `cir.unary` performs the unary operation according to 1069 %7 = cir.unary(inc, %1) : i32 -> i32 1070 %8 = cir.unary(dec, %2) nsw : i32 -> i32 1075 Arg<CIR_UnaryOpKind, "unary op kind">:$kind,
|
| /freebsd/contrib/bc/gen/ |
| H A D | bc_help.txt | 56 unary minus (-), or negation, operator. This still allows POSIX-compliant
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrFormats.td | 76 // UnaryDP - Indicates this is a unary data processing instruction, i.e. 1790 // Double precision, unary 1816 // Double precision, unary, not-predicated 1901 // Single precision, unary, predicated 1925 // Single precision, unary, non-predicated 1952 // Single precision unary, if no NEON. Same as ASuI except not available if 2038 // Half precision, unary, predicated 2065 // Half precision, unary, non-predicated
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrFormats.td | 220 // floating-point unary operations.
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | functional | 36 : public unary_function<T1, R> // if wrapping a unary functor
|