Home
last modified time | relevance | path

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

1234

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
Dast.go2898 type Unary struct { struct
2899 Op AST
2900 Expr AST
2901 Suffix bool // true for ++ -- when used as postfix
2902 SizeofType bool // true for sizeof (type)
2905 func (u *Unary) print(ps *printState) {
3011 func (u *Unary) Traverse(fn func(AST) bool) {
3018 func (u *Unary) Copy(fn func(AST) AST, skip func(AST) bool) AST {
3040 func (u *Unary) GoString() string {
3044 func (u *Unary) goString(indent int, field string) string {
[all …]
/aosp_15_r20/external/clang/lib/Parse/
H A DParseTentative.cpp745 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemOnly) \ in TryParseOperatorId() argument
747 #define OVERLOADED_OPERATOR_MULTI(Name, Spelling, Unary, Binary, MemOnly) in TryParseOperatorId() argument
H A DParseExprCXX.cpp2269 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ in ParseUnqualifiedIdOperator() argument
2274 #define OVERLOADED_OPERATOR_MULTI(Name,Spelling,Unary,Binary,MemberOnly) in ParseUnqualifiedIdOperator() argument
/aosp_15_r20/external/pigweed/pw_rpc/ts/
H A Dtest2.proto25 rpc Unary(SomeMessage) returns (AnotherMessage) {} rpc
/aosp_15_r20/external/clang/include/clang/Basic/
H A DOperatorKinds.h24 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/tracing/
H A DApiTracerFactory.java48 Unary, enumConstant
/aosp_15_r20/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dast.ml14 | Unary of char * expr Constructor
/aosp_15_r20/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoken.ml22 | Binary | Unary Constructor
H A Dast.ml14 | Unary of char * expr Constructor
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DOperatorKinds.h23 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DOperatorKinds.h23 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
DOperatorKinds.h23 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
DOperatorKinds.h23 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dexception_test.cc85 TEST_F(ExceptionTest, Unary) { in TEST_F() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-compiler/src/
Dutil.rs89 Unary, enumerator
/aosp_15_r20/external/pigweed/pw_rpc/
H A Dclient_integration_test.cc77 TEST(RawRpcIntegrationTest, Unary) { in TEST() argument
/aosp_15_r20/external/pigweed/pw_rpc/nanopb/
H A Dclient_integration_test.cc72 TEST(NanopbRpcIntegrationTest, Unary) { in TEST() argument
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/
H A Dclient_integration_test.cc75 TEST(PwpbRpcIntegrationTest, Unary) { in TEST() argument
/aosp_15_r20/external/angle/src/compiler/translator/
H A DNodeType.h22 Unary, enumerator
/aosp_15_r20/external/tensorflow/tensorflow/core/function/
H A Druntime_client_test.cc264 TEST(CallTest, Unary) { in TEST() argument
/aosp_15_r20/external/starlark-go/starlark/
H A Dint.go64 func (i Int) Unary(op syntax.Token) (Value, error) { func
/aosp_15_r20/external/clang/lib/AST/
H A DDeclarationName.cpp180 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ in print() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dcwise_ops_test.cc30 static Graph* Unary(const string& func, int num, DataType dtype) { in Unary() function
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dfull_type_util.cc57 OpTypeConstructor Unary(FullTypeId t, const string& var_name) { in Unary() function
/aosp_15_r20/external/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc77 bool Unary(int x) { return x < 0; } in Unary() function
155 short Unary(long x) { return static_cast<short>(value_ + x); } // NOLINT in Unary() function in testing::gmock_more_actions_test::Foo
209 TEST(InvokeTest, Unary) { in TEST() argument
342 TEST(InvokeMethodTest, Unary) { in TEST() argument

1234