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.h183 Spaceship, enumerator
3301 {"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()
195 return printStr("Node::Prec::Spaceship"); in print()
H A DMicrosoftDemangleNodes.cpp346 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, Spaceship, "operator<=>"); in output()
H A DMicrosoftDemangle.cpp677 IFK::Spaceship, // ?__M operator<=> in translateIntrinsicFunctionCode()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4137 FunctionDecl *Spaceship) { in SubstSpaceshipAsEqualEqual() argument
4138 if (Spaceship->isInvalidDecl()) in SubstSpaceshipAsEqualEqual()
4150 if (auto *MD = dyn_cast<CXXMethodDecl>(Spaceship)) { in SubstSpaceshipAsEqualEqual()
4155 assert(Spaceship->getFriendObjectKind() && in SubstSpaceshipAsEqualEqual()
4159 Spaceship, /*TemplateParams=*/nullptr, in SubstSpaceshipAsEqualEqual()
4165 FriendDecl::Create(Context, RD, Spaceship->getLocation(), in SubstSpaceshipAsEqualEqual()
4166 cast<NamedDecl>(R), Spaceship->getBeginLoc()); in SubstSpaceshipAsEqualEqual()
H A DSemaDeclCXX.cpp9027 FunctionDecl *Spaceship) { in DeclareImplicitEqualityComparison() argument
9030 Ctx.PointOfInstantiation = Spaceship->getEndLoc(); in DeclareImplicitEqualityComparison()
9031 Ctx.Entity = Spaceship; in DeclareImplicitEqualityComparison()
9034 if (FunctionDecl *EqualEqual = SubstSpaceshipAsEqualEqual(RD, Spaceship)) in DeclareImplicitEqualityComparison()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp530 PreviousPrecedence == prec::Spaceship) && in mustBreak()
870 P->getPrecedence() != prec::Spaceship) { in addTokenOnCurrentLine()
/freebsd/share/misc/
H A Dusb_hid_usages89 0x04 Spaceship Simulation Device
H A Dusb_vendors24298 004 Spaceship Simulation Device
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp417 Level != prec::Spaceship; in isFoldOperator()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5621 FunctionDecl *Spaceship);
13789 FunctionDecl *Spaceship);