Home
last modified time | relevance | path

Searched refs:Spaceship (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorPrecedence.h38 Spaceship = 11, // <=> enumerator
H A DOperatorKinds.def91 OVERLOADED_OPERATOR(Spaceship , "<=>" , spaceship , false, true , false)
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOperatorPrecedence.cpp65 case tok::spaceship: return prec::Spaceship; in getBinOpPrecedence()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h181 Spaceship, // ?__M operator<=> enumerator
H A DItaniumDemangle.h184 Spaceship, enumerator
3302 {"ss", OperatorInfo::Binary, false, Node::Prec::Spaceship, "operator<=>"},
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp194 case Node::Prec::Spaceship: in print()
H A DMicrosoftDemangleNodes.cpp346 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, Spaceship, "operator<=>"); in output()
H A DMicrosoftDemangle.cpp664 IFK::Spaceship, // ?__M operator<=> in translateIntrinsicFunctionCode()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4100 FunctionDecl *Spaceship) { in SubstSpaceshipAsEqualEqual() argument
4101 if (Spaceship->isInvalidDecl()) in SubstSpaceshipAsEqualEqual()
4113 if (auto *MD = dyn_cast<CXXMethodDecl>(Spaceship)) { in SubstSpaceshipAsEqualEqual()
4118 assert(Spaceship->getFriendObjectKind() && in SubstSpaceshipAsEqualEqual()
4122 Spaceship, /*TemplateParams=*/nullptr, in SubstSpaceshipAsEqualEqual()
4128 FriendDecl::Create(Context, RD, Spaceship->getLocation(), in SubstSpaceshipAsEqualEqual()
4129 cast<NamedDecl>(R), Spaceship->getBeginLoc()); in SubstSpaceshipAsEqualEqual()
H A DSemaDeclCXX.cpp9131 FunctionDecl *Spaceship) { in DeclareImplicitEqualityComparison() argument
9134 Ctx.PointOfInstantiation = Spaceship->getEndLoc(); in DeclareImplicitEqualityComparison()
9135 Ctx.Entity = Spaceship; in DeclareImplicitEqualityComparison()
9138 if (FunctionDecl *EqualEqual = SubstSpaceshipAsEqualEqual(RD, Spaceship)) in DeclareImplicitEqualityComparison()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp522 PreviousPrecedence == prec::Spaceship) && in mustBreak()
860 P->getPrecedence() != prec::Spaceship) { in addTokenOnCurrentLine()
/freebsd/share/misc/
H A Dusb_hid_usages89 0x04 Spaceship Simulation Device
H A Dusb_vendors24284 004 Spaceship Simulation Device
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp398 Level != prec::Spaceship; in isFoldOperator()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7952 FunctionDecl *Spaceship);
10341 FunctionDecl *Spaceship);