/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. 50 # define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) 54 # define OVERLOADED_OPERATOR_MULTI(Name,Spelling,Unary,Binary,MemberOnly) \ 55 OVERLOADED_OPERATOR(Name,Spelling,unknown,Unary,Binary,MemberOnly)
|
H A D | OperatorKinds.h | 23 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-function-mocker_test.cc | 86 virtual bool Unary(int x) = 0; 148 MOCK_METHOD(bool, Unary, (int)); // NOLINT 219 MOCK_METHOD1(Unary, bool(int)); // NOLINT 313 EXPECT_CALL(this->mock_foo_, Unary(Eq(2))).Times(2).WillOnce(Return(true)); in TYPED_TEST() 315 EXPECT_TRUE(this->foo_->Unary(2)); in TYPED_TEST() 316 EXPECT_FALSE(this->foo_->Unary(2)); in TYPED_TEST()
|
H A D | gmock-more-actions_test.cc | 77 bool Unary(int x) { return x < 0; } in Unary() function 155 short Unary(long x) { return static_cast<short>(value_ + x); } // NOLINT in Unary() function in testing::gmock_more_actions_test::Foo 209 TEST(InvokeTest, Unary) { in TEST() argument 210 Action<bool(int)> a = Invoke(Unary); // NOLINT in TEST() 342 TEST(InvokeMethodTest, Unary) { in TEST() argument 344 Action<short(long)> a = Invoke(&foo, &Foo::Unary); // NOLINT in TEST() 455 Action<bool(double x, int n)> b = WithArg<1>(Invoke(Unary)); // NOLINT in TEST()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMScheduleA8.td | 45 // Unary Instructions that produce a result 256 // Single-precision FP Unary 260 // Double-precision FP Unary 774 // Double-register FP Unary 778 // Quad-register FP Unary 905 // Double-register Integer Unary 909 // Quad-register Integer Unary 913 // Double-register Integer Q-Unary 917 // Quad-register Integer CountQ-Unary
|
H A D | ARMScheduleV6.td | 38 // Unary Instructions that produce a result 197 // Single-precision FP Unary 200 // Double-precision FP Unary
|
H A D | ARMScheduleA9.td | 113 // Unary Instructions that produce a result 464 // Single-precision FP Unary 473 // Double-precision FP Unary 1275 // Double-register Integer Unary 1284 // Quad-register Integer Unary 1293 // Double-register Integer Q-Unary 1302 // Quad-register Integer CountQ-Unary 1636 // Double-register FP Unary 1645 // Quad-register FP Unary
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCExpr.h | 40 Unary, ///< Unary expressions. enumerator 445 : MCExpr(MCExpr::Unary, Loc, Op), Expr(Expr) {} in MCUnaryExpr() 483 return E->getKind() == MCExpr::Unary; in classof()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYMCExpr.cpp | 93 case MCExpr::Unary: in fixELFSymbolsInTLSFixupsImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCExpr.cpp | 72 case MCExpr::Unary: in fixELFSymbolsInTLSFixupsImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MCExpr.cpp | 138 case MCExpr::Unary: in fixELFSymbolsInTLSFixupsImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/ |
H A D | VEMCExpr.cpp | 211 case MCExpr::Unary: in fixELFSymbolsInTLSFixupsImpl()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerHelpers.cpp | 164 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemberOnly) \ in operationKindFromOverloadedOperator() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
H A D | LoongArchMCExpr.cpp | 247 case MCExpr::Unary: in fixELFSymbolsInTLSFixupsImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMCExpr.cpp | 195 case MCExpr::Unary: in fixELFSymbolsInTLSFixupsImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsMCExpr.cpp | 242 case MCExpr::Unary: in fixELFSymbolsInTLSFixupsImpl()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 177 Unary, enumerator 3235 {"ad", OperatorInfo::Prefix, false, Node::Prec::Unary, "operator&"}, 3237 {"at", OperatorInfo::OfIdOp, /*Type*/ true, Node::Prec::Unary, "alignof "}, 3240 {"az", OperatorInfo::OfIdOp, /*Type*/ false, Node::Prec::Unary, "alignof "}, 3244 {"co", OperatorInfo::Prefix, false, Node::Prec::Unary, "operator~"}, 3247 {"da", OperatorInfo::Del, /*Ary*/ true, Node::Prec::Unary, 3250 {"de", OperatorInfo::Prefix, false, Node::Prec::Unary, "operator*"}, 3251 {"dl", OperatorInfo::Del, /*Ary*/ false, Node::Prec::Unary, 3274 {"na", OperatorInfo::New, /*Ary*/ true, Node::Prec::Unary, 3277 {"ng", OperatorInfo::Prefix, false, Node::Prec::Unary, "operator-"}, [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CPlusPlusNameParser.cpp | 453 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemberOnly) \ in ConsumeOperator() argument 457 #define OVERLOADED_OPERATOR_MULTI(Name, Spelling, Unary, Binary, MemberOnly) in ConsumeOperator() argument
|
/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/lib/MC/ |
H A D | MCExpr.cpp | 98 case MCExpr::Unary: { in print() 879 case Unary: { in evaluateAsRelocatableImpl() 1045 case Unary: in findAssociatedFragment()
|
H A D | MCWasmStreamer.cpp | 236 case MCExpr::Unary: in fixSymbolsInTLSFixups()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VVPNodes.def | 28 /// \p VVPName is a VVP Unary operator.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/ |
H A D | SparcMCExpr.cpp | 211 case MCExpr::Unary: in fixELFSymbolsInTLSFixupsImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InterleavedAccess.cpp | 475 bool AlignDirection = true, bool Unary = false) { in DecodePALIGNRMask() argument 489 Base = Unary ? Base % NumLaneElts : Base + NumElts - NumLaneElts; in DecodePALIGNRMask()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OperationKinds.def | 424 //===- Unary Operations ---------------------------------------------------===// 437 // [C99 6.5.3.3] Unary arithmetic
|