Home
last modified time | relevance | path

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

123

/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.cppm
H A Dtype_traits.inc18 // [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 Db.c996 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 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.h59 extern Node *unary(Node *);
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXIL.td209 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 Dgnueval.m44 dnl priority between unary operators and *
/freebsd/contrib/jemalloc/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/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.td52 // 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.td900 // 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 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.td242 // 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 DSystemZPatterns.td9 // Record that INSN performs a 64-bit version of unary operator OPERATOR
H A DSystemZOperators.td907 // 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 DCIROps.td1048 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 Dbc_help.txt56 unary minus (-), or negation, operator. This still allows POSIX-compliant
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrFormats.td76 // 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 DSparcInstrFormats.td220 // floating-point unary operations.
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfunctional36 : public unary_function<T1, R> // if wrapping a unary functor

123