/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/ |
D | ast.go | 2898 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 D | ParseTentative.cpp | 745 #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 D | ParseExprCXX.cpp | 2269 #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 D | test2.proto | 25 rpc Unary(SomeMessage) returns (AnotherMessage) {} rpc
|
/aosp_15_r20/external/clang/include/clang/Basic/ |
H A D | OperatorKinds.h | 24 #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 D | ApiTracerFactory.java | 48 Unary, enumConstant
|
/aosp_15_r20/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
H A D | ast.ml | 14 | Unary of char * expr Constructor
|
/aosp_15_r20/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
H A D | token.ml | 22 | Binary | Unary Constructor
|
H A D | ast.ml | 14 | Unary of char * expr Constructor
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/ |
D | OperatorKinds.h | 23 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/ |
D | OperatorKinds.h | 23 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/ |
D | OperatorKinds.h | 23 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/ |
D | OperatorKinds.h | 23 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
|
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/ |
H A D | exception_test.cc | 85 TEST_F(ExceptionTest, Unary) { in TEST_F() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-compiler/src/ |
D | util.rs | 89 Unary, enumerator
|
/aosp_15_r20/external/pigweed/pw_rpc/ |
H A D | client_integration_test.cc | 77 TEST(RawRpcIntegrationTest, Unary) { in TEST() argument
|
/aosp_15_r20/external/pigweed/pw_rpc/nanopb/ |
H A D | client_integration_test.cc | 72 TEST(NanopbRpcIntegrationTest, Unary) { in TEST() argument
|
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/ |
H A D | client_integration_test.cc | 75 TEST(PwpbRpcIntegrationTest, Unary) { in TEST() argument
|
/aosp_15_r20/external/angle/src/compiler/translator/ |
H A D | NodeType.h | 22 Unary, enumerator
|
/aosp_15_r20/external/tensorflow/tensorflow/core/function/ |
H A D | runtime_client_test.cc | 264 TEST(CallTest, Unary) { in TEST() argument
|
/aosp_15_r20/external/starlark-go/starlark/ |
H A D | int.go | 64 func (i Int) Unary(op syntax.Token) (Value, error) { func
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | DeclarationName.cpp | 180 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ in print() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | cwise_ops_test.cc | 30 static Graph* Unary(const string& func, int num, DataType dtype) { in Unary() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | full_type_util.cc | 57 OpTypeConstructor Unary(FullTypeId t, const string& var_name) { in Unary() function
|
/aosp_15_r20/external/googletest/googlemock/test/ |
H A D | gmock-more-actions_test.cc | 77 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
|