/external/llvm-project/clang/include/clang/Basic/ |
D | OperatorPrecedence.h | 38 Spaceship = 11, // <=> enumerator
|
D | OperatorKinds.def | 91 OVERLOADED_OPERATOR(Spaceship , "<=>" , spaceship , false, true , false)
|
/external/llvm-project/clang/lib/Basic/ |
D | OperatorPrecedence.cpp | 65 case tok::spaceship: return prec::Spaceship; in getBinOpPrecedence()
|
/external/llvm-project/clang/test/CXX/except/except.spec/ |
D | p11-2a.cpp | 67 namespace Spaceship { namespace
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | MicrosoftDemangleNodes.h | 180 Spaceship, // ?__M operator<=> enumerator
|
/external/llvm-project/llvm/include/llvm/Demangle/ |
D | MicrosoftDemangleNodes.h | 180 Spaceship, // ?__M operator<=> enumerator
|
/external/llvm-project/llvm/lib/Demangle/ |
D | MicrosoftDemangleNodes.cpp | 340 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, Spaceship, "operator<=>"); in output()
|
D | MicrosoftDemangle.cpp | 637 IFK::Spaceship, // ?__M operator<=> in translateIntrinsicFunctionCode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ |
D | MicrosoftDemangleNodes.cpp | 340 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, Spaceship, "operator<=>"); in output()
|
D | MicrosoftDemangle.cpp | 637 IFK::Spaceship, // ?__M operator<=> in translateIntrinsicFunctionCode()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 3775 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()
|
D | SemaDeclCXX.cpp | 8496 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/ |
D | ContinuationIndenter.cpp | 461 Previous.getPrecedence() == prec::Spaceship) && in mustBreak() 687 P->getPrecedence() != prec::Spaceship) { in addTokenOnCurrentLine()
|
/external/llvm-project/libcxx/docs/ |
D | Cxx2aStatusPaperStatus.csv | 17 "`P0768R1 <https://wg21.link/P0768R1>`__","CWG","Library Support for the Spaceship (Comparison) Ope…
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseExpr.cpp | 386 Level != prec::Spaceship; in isFoldOperator()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 7004 FunctionDecl *Spaceship); 9151 FunctionDecl *Spaceship);
|