Home
last modified time | relevance | path

Searched defs:Unary (Results 1 – 18 of 18) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorKinds.h23 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp453 #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 DCheckerHelpers.cpp163 OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) operationKindFromOverloadedOperator() argument
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp970 OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemOnly) TryParseOperatorId() argument
972 OVERLOADED_OPERATOR_MULTI(Name,Spelling,Unary,Binary,MemOnly) TryParseOperatorId() argument
H A DParseExprCXX.cpp2663 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 DIdentifierTable.cpp793 OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) getOperatorSpelling() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp475 bool AlignDirection = true, bool Unary = false) { in DecodePALIGNRMask() argument
H A DX86ISelLowering.cpp4411 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 Dgmock-more-actions_test.cc77 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 Dgmock-internal-utils_test.cc669 TEST(FunctionTest, Unary) { in TEST() argument
H A Dgmock-actions_test.cc1207 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 DMCExpr.h41 Unary, ///< Unary expressions. global() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp3313 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 DTreeTransform.h12084 OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) TransformCXXOperatorCallExpr() argument
12088 OVERLOADED_OPERATOR_MULTI(Name,Spelling,Unary,Binary,MemberOnly) TransformCXXOperatorCallExpr() argument
H A DSemaDeclCXX.cpp16487 OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) CheckOverloadedOperatorDeclaration() argument
H A DSemaChecking.cpp13187 if (const auto *Unary = dyn_cast<UnaryExprOrTypeTraitExpr>(E)) getAsSizeOfExpr() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h178 Unary, global() enumerator
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1768 OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) CheckOverloadedOperatorKindParameterCount() argument