/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | OperatorKinds.h | 23 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
|
/freebsd-src/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-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerHelpers.cpp | 163 OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) operationKindFromOverloadedOperator() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseTentative.cpp | 970 OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemOnly) TryParseOperatorId() argument 972 OVERLOADED_OPERATOR_MULTI(Name,Spelling,Unary,Binary,MemOnly) TryParseOperatorId() argument
|
H A D | ParseExprCXX.cpp | 2663 OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) ParseUnqualifiedIdOperator() argument 2668 OVERLOADED_OPERATOR_MULTI(Name,Spelling,Unary,Binary,MemberOnly) ParseUnqualifiedIdOperator() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Basic/ |
H A D | IdentifierTable.cpp | 793 OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) getOperatorSpelling() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InterleavedAccess.cpp | 475 bool AlignDirection = true, bool Unary = false) { in DecodePALIGNRMask() argument
|
H A D | X86ISelLowering.cpp | 4411 createUnpackShuffleMask(EVT VT,SmallVectorImpl<int> & Mask,bool Lo,bool Unary) createUnpackShuffleMask() argument 5028 createPackShuffleMask(MVT VT,SmallVectorImpl<int> & Mask,bool Unary,unsigned NumStages=1) createPackShuffleMask() argument [all...] |
/freebsd-src/contrib/googletest/googlemock/test/ |
H A D | gmock-more-actions_test.cc | 77 bool Unary(int x) { return x < 0; } in Unary() function 145 short Unary(long x) { return static_cast<short>(value_ + x); } // NOLINT Unary() function in testing::gmock_more_actions_test::Foo 199 TEST(InvokeTest,Unary) TEST() argument 332 TEST(InvokeMethodTest,Unary) TEST() argument
|
H A D | gmock-internal-utils_test.cc | 669 TEST(FunctionTest, Unary) { in TEST() argument
|
H A D | gmock-actions_test.cc | 1207 bool Unary(int x) { return x < 0; } in Unary() function 1718 TEST(ReturnNewTest, Unary) { in TEST() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCExpr.h | 41 Unary, ///< Unary expressions. global() enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 3313 OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) AddTypedNameChunk() argument 3317 OVERLOADED_OPERATOR_MULTI(Name,Spelling,Unary,Binary,MemberOnly) AddTypedNameChunk() argument 6863 OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) CodeCompleteOperatorName() argument
|
H A D | TreeTransform.h | 12084 OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) TransformCXXOperatorCallExpr() argument 12088 OVERLOADED_OPERATOR_MULTI(Name,Spelling,Unary,Binary,MemberOnly) TransformCXXOperatorCallExpr() argument
|
H A D | SemaDeclCXX.cpp | 16487 OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) CheckOverloadedOperatorDeclaration() argument
|
H A D | SemaChecking.cpp | 13187 if (const auto *Unary = dyn_cast<UnaryExprOrTypeTraitExpr>(E)) getAsSizeOfExpr() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 178 Unary, global() enumerator [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 1768 OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) CheckOverloadedOperatorKindParameterCount() argument
|