Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp136 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 Dtype_traits.inc18 // [meta.unary.cat], primary type categories
34 // [meta.unary.comp], composite type categories
43 // [meta.unary.prop], type properties
110 // [meta.unary.prop.query], type property queries
206 // [meta.unary.cat], primary type categories
222 // [meta.unary.comp], composite type categories
231 // [meta.unary.prop], type properties
283 // [meta.unary.prop.query], type property queries
/freebsd/contrib/one-true-awk/
H A Db.c983 return (unary(np)); in primary()
986 return (unary(op2(ALL, NIL, NIL))); in primary()
993 return (unary(op2(DOT, NIL, NIL))); in primary()
998 return (unary(np)); in primary()
1003 return (unary(np)); in primary()
1009 return (unary(op2(CHAR, NIL, NIL))); in primary()
1022 return (unary(np)); in primary()
1054 Node *unary(Node *np) in unary() function
1059 return (unary(op2(STAR, np, NIL))); in unary()
1062 return (unary(op2(PLUS, np, NIL))); in unary()
[all …]
H A DChangeLog131 * 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 Dproto.h62 extern Node *unary(Node *);
/freebsd/usr.bin/m4/tests/
H A Dgnueval.m44 dnl priority between unary operators and *
/freebsd/contrib/kyua/m4/
H A Dax_cxx_compile_stdcxx.m4379 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 DOperatorKinds.def34 /// Unary: True if the operator can be declared as a unary operator.
38 /// "operator*") can be both unary and binary.
H A Darm_neon_incl.td50 // op - Binary or unary operator, depending on the number of arguments. The
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h172 virtual ResultT Visit(UnaryOpNode &unary, Node *&ref) = 0;
/freebsd/contrib/one-true-awk/bugs-fixed/
H A DREADME24 7. unary-plus: Unary plus on a string constant returned the string.
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsRISCV.td885 // For unary operations with scalar type output without mask
894 // For unary operations with scalar type output with mask
921 // For unary operations with the same vector type in/out without mask
930 // For mask unary operations with mask type in/out with mask
955 // For Conversion unary operations.
963 // For Conversion unary operations with mask.
973 // For Conversion unary operations.
982 // For Conversion unary operations with mask.
H A DInstruction.def140 // Standard unary operators...
/freebsd/usr.bin/sed/tests/
H A Dmath.sed11 # for unary +. Don't depend on signed math working all the time. -- ksb
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.td243 // Generic 2-operand unary instructions.
339 // General unary instruction definitions.
343 // Extension unary instruction definitions.
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZPatterns.td9 // Record that INSN performs a 64-bit version of unary operator OPERATOR
H A DSystemZOperators.td750 // Create a unary operator that loads from memory and then performs
755 // Create a store operator that performs the given unary operation
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrFormats.td76 // UnaryDP - Indicates this is a unary data processing instruction, i.e.
1752 // Double precision, unary
1778 // Double precision, unary, not-predicated
1863 // Single precision, unary, predicated
1887 // Single precision, unary, non-predicated
1914 // Single precision unary, if no NEON. Same as ASuI except not available if
2000 // Half precision, unary, predicated
2027 // Half precision, unary, non-predicated
/freebsd/contrib/bc/gen/
H A Dbc_help.txt56 unary minus (-), or negation, operator. This still allows POSIX-compliant
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrFormats.td177 // floating-point unary operations.
/freebsd/contrib/bmake/
H A DFILES113 unit-tests/cond-cmp-unary.exp
114 unit-tests/cond-cmp-unary.mk
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfunctional36 : public unary_function<T1, R> // if wrapping a unary functor
/freebsd/usr.bin/bmake/unit-tests/
H A DMakefile76 TESTS+= cond-cmp-unary
/freebsd/contrib/bmake/unit-tests/
H A DMakefile73 TESTS+= cond-cmp-unary
/freebsd/contrib/googletest/docs/reference/
H A Dmatchers.md263 … | evaluates to `true` if `value` matches `m`. You can use `Matches(m)` alone as a unary functor. |

12