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

  /ndk/tests/device/test-compiler-bug-1/jni/
main.c 38 const int testval = -7; local
40 int ret = test(testval);
44 testval, ret, expected);
47 printf("OK: test(%d) returned %d\n", testval, expected);
  /ndk/tests/device/issue38121/jni/
main.c 3 static int testval = 4; variable
6 pthread_setspecific(*key, &testval);
  /external/clang/test/SemaCXX/
cstyle-cast.cpp 168 enum test { testval = 1 }; enumerator in enum:test
175 void *vp = (void*)(testval);
reinterpret-cast.cpp 5 enum test { testval = 1 }; enumerator in enum:test
18 test e = testval;
38 void *vp = reinterpret_cast<void*>(testval);
functional-cast.cpp 229 enum test { testval = 1 }; enumerator in enum:test
237 void *vp = voidp(testval);

Completed in 175 milliseconds