Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DOperatorPrecedence.h38 Spaceship = 11, // <=> enumerator
DOperatorKinds.def91 OVERLOADED_OPERATOR(Spaceship , "<=>" , spaceship , false, true , false)
/external/llvm-project/clang/lib/Basic/
DOperatorPrecedence.cpp65 case tok::spaceship: return prec::Spaceship; in getBinOpPrecedence()
/external/llvm-project/clang/test/CXX/except/except.spec/
Dp11-2a.cpp67 namespace Spaceship { namespace
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h180 Spaceship, // ?__M operator<=> enumerator
/external/llvm-project/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h180 Spaceship, // ?__M operator<=> enumerator
/external/llvm-project/llvm/lib/Demangle/
DMicrosoftDemangleNodes.cpp340 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, Spaceship, "operator<=>"); in output()
DMicrosoftDemangle.cpp637 IFK::Spaceship, // ?__M operator<=> in translateIntrinsicFunctionCode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangleNodes.cpp340 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, Spaceship, "operator<=>"); in output()
DMicrosoftDemangle.cpp637 IFK::Spaceship, // ?__M operator<=> in translateIntrinsicFunctionCode()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp3775 FunctionDecl *Spaceship) { in SubstSpaceshipAsEqualEqual() argument
3776 if (Spaceship->isInvalidDecl()) in SubstSpaceshipAsEqualEqual()
3788 if (auto *MD = dyn_cast<CXXMethodDecl>(Spaceship)) { in SubstSpaceshipAsEqualEqual()
3793 assert(Spaceship->getFriendObjectKind() && in SubstSpaceshipAsEqualEqual()
3797 Spaceship, nullptr, in SubstSpaceshipAsEqualEqual()
3803 FriendDecl::Create(Context, RD, Spaceship->getLocation(), in SubstSpaceshipAsEqualEqual()
3804 cast<NamedDecl>(R), Spaceship->getBeginLoc()); in SubstSpaceshipAsEqualEqual()
DSemaDeclCXX.cpp8496 FunctionDecl *Spaceship) { in DeclareImplicitEqualityComparison() argument
8499 Ctx.PointOfInstantiation = Spaceship->getEndLoc(); in DeclareImplicitEqualityComparison()
8500 Ctx.Entity = Spaceship; in DeclareImplicitEqualityComparison()
8503 if (FunctionDecl *EqualEqual = SubstSpaceshipAsEqualEqual(RD, Spaceship)) in DeclareImplicitEqualityComparison()
/external/llvm-project/clang/lib/Format/
DContinuationIndenter.cpp461 Previous.getPrecedence() == prec::Spaceship) && in mustBreak()
687 P->getPrecedence() != prec::Spaceship) { in addTokenOnCurrentLine()
/external/llvm-project/libcxx/docs/
DCxx2aStatusPaperStatus.csv17 "`P0768R1 <https://wg21.link/P0768R1>`__","CWG","Library Support for the Spaceship (Comparison) Ope…
/external/llvm-project/clang/lib/Parse/
DParseExpr.cpp386 Level != prec::Spaceship; in isFoldOperator()
/external/llvm-project/clang/include/clang/Sema/
DSema.h7004 FunctionDecl *Spaceship);
9151 FunctionDecl *Spaceship);