HomeSort by relevance Sort by last modified time
    Searched full:teststruct (Results 1 - 11 of 11) sorted by null

  /frameworks/compile/libbcc/tests/data/src/
addressOf.c 1 void testStruct() {
15 printf("testStruct: %g %g %g\n",base.x, *v, *v2);
28 testStruct();
  /external/clang/test/SemaCXX/
decltype-pr4444.cpp 4 struct TestStruct {
  /external/clang/test/SemaObjC/
boxing-illegal-types.m 7 void testStruct() {
  /external/clang/bindings/python/tests/cindex/
test_type.py 11 struct teststruct {
27 teststruct = get_cursor(tu, 'teststruct')
28 assert teststruct is not None, "Could not find teststruct."
29 fields = list(teststruct.get_children())
76 struct teststruct {
83 teststruct = get_cursor(tu, 'teststruct')
84 assert teststruct is not None, "Didn't find teststruct??
    [all...]
  /external/clang/test/Sema/
complex-init-list.c 24 struct teststruct { _Complex float x; }; struct
29 struct teststruct valid3 = { { 1.0f, 2.0f} }; // expected-warning {{specifying real and imaginary components is an extension}}
36 struct teststruct invalid1 = { 1, 2 }; // expected-warning {{excess elements}}
  /external/icu4c/test/cintltst/
capitst.c 1517 struct teststruct { struct
    [all...]
  /external/icu4c/test/intltest/
apicoll.cpp 1677 struct teststruct { struct
    [all...]
  /external/stlport/test/unit/
vector_test.cpp 288 struct TestStruct
307 vector<TestStruct> va;
  /ndk/tests/device/test-gnustl-full/unit/
vector_test.cpp 288 struct TestStruct
307 vector<TestStruct> va;
  /ndk/tests/device/test-stlport/unit/
vector_test.cpp 288 struct TestStruct
307 vector<TestStruct> va;
  /frameworks/compile/libbcc/tests/
test.py 498 testStruct: 10 10 10

Completed in 1067 milliseconds