/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/ |
D | apply.pass.cpp | 214 static int my_int = 42; variable 222 int & f(index<2>) { return static_cast<int &>(my_int); } in f() 223 int const & f(index<3>) { return static_cast<int const &>(my_int); } in f() 224 int volatile & f(index<4>) { return static_cast<int volatile &>(my_int); } in f() 225 int const volatile & f(index<5>) { return static_cast<int const volatile &>(my_int); } in f() 227 int && f(index<6>) { return static_cast<int &&>(my_int); } in f() 228 int const && f(index<7>) { return static_cast<int const &&>(my_int); } in f() 229 int volatile && f(index<8>) { return static_cast<int volatile &&>(my_int); } in f() 230 int const volatile && f(index<9>) { return static_cast<int const volatile &&>(my_int); } in f() 232 int * f(index<10>) { return static_cast<int *>(&my_int); } in f() [all …]
|
/external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/ |
D | apply.pass.cpp | 213 static int my_int = 42; variable 221 int & f(index<2>) { return static_cast<int &>(my_int); } in f() 222 int const & f(index<3>) { return static_cast<int const &>(my_int); } in f() 223 int volatile & f(index<4>) { return static_cast<int volatile &>(my_int); } in f() 224 int const volatile & f(index<5>) { return static_cast<int const volatile &>(my_int); } in f() 226 int && f(index<6>) { return static_cast<int &&>(my_int); } in f() 227 int const && f(index<7>) { return static_cast<int const &&>(my_int); } in f() 228 int volatile && f(index<8>) { return static_cast<int volatile &&>(my_int); } in f() 229 int const volatile && f(index<9>) { return static_cast<int const volatile &&>(my_int); } in f() 231 int * f(index<10>) { return static_cast<int *>(&my_int); } in f() [all …]
|
/external/llvm-project/clang/test/SemaCXX/ |
D | c99-variable-length-array.cpp | 111 typedef int my_int; typedef 112 struct A { typedef int my_int; }; typedef 115 typedef typename T::my_int my_int; typedef 118 my_int a[M]; // expected-warning{{variable length arrays are a C99 feature}} in f0()
|
/external/clang/test/SemaCXX/ |
D | c99-variable-length-array.cpp | 107 typedef int my_int; typedef 108 struct A { typedef int my_int; }; typedef 111 typedef typename T::my_int my_int; typedef 114 my_int a[M]; // expected-warning{{variable length arrays are a C99 feature}} in f0()
|
/external/llvm-project/lldb/test/API/commands/add-dsym/uuid/ |
D | main.cpp.template | 6 int my_int = argc + 3; 7 printf("Hello UUID Mismatch: %d\n", my_int); // Set breakpoint here.
|
/external/python/cpython3/Lib/test/ |
D | test_int.py | 438 my_int = MyIndex(7) 439 self.assertEqual(my_int, 7) 440 self.assertEqual(int(my_int), 7) 453 my_int = MyInt(7) 454 self.assertEqual(my_int, 7) 455 self.assertEqual(int(my_int), 42) 457 my_int = BadInt(7) 458 self.assertEqual(my_int, 7) 459 self.assertRaises(TypeError, int, my_int)
|
D | test_index.py | 65 my_int = MyInt(7) 66 direct_index = my_int.__index__() 67 operator_index = operator.index(my_int)
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_arrays.py | 128 class my_int(c_int): class 131 t1 = my_int * 1 132 t2 = my_int * 1
|
/external/llvm-project/clang/test/Modules/Inputs/ASTHash/ |
D | my_header_1.h | 1 typedef int my_int; typedef
|
D | my_header_2.h | 3 extern my_int var;
|
/external/llvm-project/clang/test/Modules/ |
D | ASTSignature.c | 17 my_int var = 42;
|
/external/clang/test/PCH/ |
D | empty-with-headers.c | 14 typedef int my_int; typedef
|
/external/llvm-project/clang/test/PCH/ |
D | empty-with-headers.c | 14 typedef int my_int; typedef
|
/external/llvm-project/lldb/test/API/python_api/thread/ |
D | main.cpp | 6 int my_int = 0; variable
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_arrays.py | 138 class my_int(c_int): class 141 t1 = my_int * 1 142 t2 = my_int * 1
|
/external/llvm-project/lldb/test/API/lang/objc/modules-hash-mismatch/ |
D | main.m | 3 my_int i = argc;
|
/external/llvm-project/lldb/test/API/python_api/process/ |
D | main.cpp | 10 int my_int = 0; variable
|
/external/llvm-project/clang/test/CodeGen/ |
D | debug-info-unused-types.c | 3 typedef int my_int; typedef
|
/external/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
D | test_util.py | 330 message.my_int = 1 346 message.my_int = 1 # Field 1.
|
/external/protobuf/python/google/protobuf/internal/ |
D | test_util.py | 371 message.my_int = 1 387 message.my_int = 1 # Field 1.
|
/external/protobuf/csharp/protos/ |
D | unittest_proto3.proto | 239 int64 my_int = 1; field
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/ |
D | unittest_proto3.proto | 248 int64 my_int = 1; field
|
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest.proto | 480 optional int64 my_int = 1; field
|
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | unittest.proto | 480 optional int64 my_int = 1; field
|
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest.proto | 480 optional int64 my_int = 1; field
|