HomeSort by relevance Sort by last modified time
    Searched refs:my_int (Results 1 - 18 of 18) sorted by null

  /external/clang/test/PCH/
empty-with-headers.c 14 typedef int my_int; typedef
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/utilities/tuple/tuple.apply/
return_type.pass.cpp 21 static int my_int = 42; variable
29 int & f(index_t<2>) { return static_cast<int &>(my_int); }
30 int const & f(index_t<3>) { return static_cast<int const &>(my_int); }
31 int volatile & f(index_t<4>) { return static_cast<int volatile &>(my_int); }
32 int const volatile & f(index_t<5>) { return static_cast<int const volatile &>(my_int); }
34 int && f(index_t<6>) { return static_cast<int &&>(my_int); }
35 int const && f(index_t<7>) { return static_cast<int const &&>(my_int); }
36 int volatile && f(index_t<8>) { return static_cast<int volatile &&>(my_int); }
37 int const volatile && f(index_t<9>) { return static_cast<int const volatile &&>(my_int); }
39 int * f(index_t<10>) { return static_cast<int *>(&my_int); }
    [all...]
  /external/clang/test/SemaCXX/
c99-variable-length-array.cpp 107 typedef int my_int; typedef in namespace:rdar8021385
108 struct A { typedef int my_int; }; typedef in struct:rdar8021385::A
111 typedef typename T::my_int my_int; typedef in struct:rdar8021385::B
114 my_int a[M]; // expected-warning{{variable length arrays are a C99 feature}}
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
apply.pass.cpp 214 static int my_int = 42; member in namespace:ReturnTypeTest
222 int & f(index<2>) { return static_cast<int &>(my_int); }
223 int const & f(index<3>) { return static_cast<int const &>(my_int); }
224 int volatile & f(index<4>) { return static_cast<int volatile &>(my_int); }
225 int const volatile & f(index<5>) { return static_cast<int const volatile &>(my_int); }
227 int && f(index<6>) { return static_cast<int &&>(my_int); }
228 int const && f(index<7>) { return static_cast<int const &&>(my_int); }
229 int volatile && f(index<8>) { return static_cast<int volatile &&>(my_int); }
230 int const volatile && f(index<9>) { return static_cast<int const volatile &&>(my_int); }
232 int * f(index<10>) { return static_cast<int *>(&my_int); }
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.apply/
apply.pass.cpp 214 static int my_int = 42; member in namespace:ReturnTypeTest
222 int & f(index<2>) { return static_cast<int &>(my_int); }
223 int const & f(index<3>) { return static_cast<int const &>(my_int); }
224 int volatile & f(index<4>) { return static_cast<int volatile &>(my_int); }
225 int const volatile & f(index<5>) { return static_cast<int const volatile &>(my_int); }
227 int && f(index<6>) { return static_cast<int &&>(my_int); }
228 int const && f(index<7>) { return static_cast<int const &&>(my_int); }
229 int volatile && f(index<8>) { return static_cast<int volatile &&>(my_int); }
230 int const volatile && f(index<9>) { return static_cast<int const volatile &&>(my_int); }
232 int * f(index<10>) { return static_cast<int *>(&my_int); }
    [all...]
  /external/python/cpython2/Lib/ctypes/test/
test_arrays.py 128 class my_int(c_int): class in function:ArrayTestCase.test_cache
131 t1 = my_int * 1
132 t2 = my_int * 1
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_arrays.py 126 class my_int(c_int): class in function:ArrayTestCase.test_cache
129 t1 = my_int * 1
130 t2 = my_int * 1
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_arrays.py 126 class my_int(c_int): class in function:ArrayTestCase.test_cache
129 t1 = my_int * 1
130 t2 = my_int * 1
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_arrays.py 126 class my_int(c_int): class in function:ArrayTestCase.test_cache
129 t1 = my_int * 1
130 t2 = my_int * 1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_arrays.py 126 class my_int(c_int): class in function:ArrayTestCase.test_cache
129 t1 = my_int * 1
130 t2 = my_int * 1
  /external/python/cpython3/Lib/ctypes/test/
test_arrays.py 125 class my_int(c_int): class in function:ArrayTestCase.test_cache
128 t1 = my_int * 1
129 t2 = my_int * 1
  /external/python/cpython3/Lib/test/
test_index.py 65 my_int = MyInt(7)
66 direct_index = my_int.__index__()
67 operator_index = operator.index(my_int)
test_int.py 427 my_int = MyInt(7)
428 self.assertEqual(my_int, 7)
429 self.assertEqual(int(my_int), 42)
  /external/v8/tools/clang/plugins/tests/
ipc.cpp 269 typedef const my_int_base my_int; typedef
270 typedef my_int& my_int_ref;
  /external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DescriptorsTest.cs 240 // int64 my_int = 1;
  /external/protobuf/python/google/protobuf/internal/
test_util.py 349 message.my_int = 1
365 message.my_int = 1 # Field 1.
  /external/tensorflow/tensorflow/python/estimator/
estimator_test.py     [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestProto3.cs     [all...]

Completed in 557 milliseconds