Searched refs:teststruct (Results 1 – 11 of 11) sorted by relevance
/external/clang/bindings/python/tests/cindex/ |
D | test_type.py | 30 teststruct = get_cursor(tu, 'teststruct') 31 assert teststruct is not None, "Could not find teststruct." 32 fields = list(teststruct.get_children()) 107 teststruct = get_cursor(tu, 'teststruct') 108 assert teststruct is not None, "Didn't find teststruct??" 109 fields = list(teststruct.get_children()) 346 teststruct = get_cursor(tu, 'a') 347 fields = list(teststruct.get_children()) 349 assert teststruct.type.get_align() == align 350 assert teststruct.type.get_size() == total [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | fsl-e5500.ll | 10 %struct.teststruct = type { [24 x i32], i32 } 12 define void @copy(%struct.teststruct* noalias nocapture sret %agg.result, %struct.teststruct* nocap… 16 %0 = bitcast %struct.teststruct* %agg.result to i8* 17 %1 = bitcast %struct.teststruct* %in to i8*
|
D | fsl-e500mc.ll | 10 %struct.teststruct = type { [12 x i32], i32 } 12 define void @copy(%struct.teststruct* noalias nocapture sret %agg.result, %struct.teststruct* nocap… 16 %0 = bitcast %struct.teststruct* %agg.result to i8* 17 %1 = bitcast %struct.teststruct* %in to i8*
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | fsl-e500mc.ll | 10 %struct.teststruct = type { [12 x i32], i32 } 12 define void @copy(%struct.teststruct* noalias nocapture sret %agg.result, %struct.teststruct* nocap… 16 %0 = bitcast %struct.teststruct* %agg.result to i8* 17 %1 = bitcast %struct.teststruct* %in to i8*
|
D | fsl-e5500.ll | 10 %struct.teststruct = type { [24 x i32], i32 } 12 define void @copy(%struct.teststruct* noalias nocapture sret %agg.result, %struct.teststruct* nocap… 16 %0 = bitcast %struct.teststruct* %agg.result to i8* 17 %1 = bitcast %struct.teststruct* %in to i8*
|
/external/clang/test/Sema/ |
D | complex-init-list.c | 24 struct teststruct { _Complex float x; }; argument 29 struct teststruct valid3 = { { 1.0f, 2.0f} }; // expected-warning {{specifying real and imaginary c… 36 struct teststruct invalid1 = { 1, 2 }; // expected-warning {{excess elements}}
|
/external/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 1769 struct teststruct { struct 1779 …return(strcmp((const char *)((struct teststruct *)string1)->key, (const char *)((struct teststruct… in compare_teststruct() argument 1808 struct teststruct tests[] = { in TestBounds() 1882 qsort(tests, arraySize, sizeof(struct teststruct), compare_teststruct); in TestBounds()
|
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 1518 struct teststruct { struct 1524 …return(strcmp((const char *)((struct teststruct *)string1)->key, (const char *)((struct teststruct… in compare_teststruct() argument 1546 struct teststruct tests[] = { in TestBounds() 1618 qsort(tests, arraySize, sizeof(struct teststruct), compare_teststruct); in TestBounds()
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
D | x86_64-cros-linux-gnu | 3337 PASS: gdb.base/dump.exp: reload struct as value, srec; capture * (struct teststruct *) 0x5555555561… 3341 PASS: gdb.base/dump.exp: reload struct as memory, srec; capture * (struct teststruct *) 0x555555556… 3347 UNRESOLVED: gdb.base/dump.exp: reload struct as value, intel hex; capture * (struct teststruct *) 0… 3353 UNRESOLVED: gdb.base/dump.exp: reload struct as memory, intel hex; capture * (struct teststruct *) … 3357 PASS: gdb.base/dump.exp: reload struct as value, tekhex; capture * (struct teststruct *) 0x55555555… 3361 PASS: gdb.base/dump.exp: reload struct as memory, tekhex; capture * (struct teststruct *) 0x5555555…
|
D | i686-pc-linux-gnu | 3106 PASS: gdb.base/dump.exp: reload struct as value, srec; capture * (struct teststruct *) 0x55557140 3110 PASS: gdb.base/dump.exp: reload struct as memory, srec; capture * (struct teststruct *) 0x55557140 3114 PASS: gdb.base/dump.exp: reload struct as value, intel hex; capture * (struct teststruct *) 0x55557… 3118 PASS: gdb.base/dump.exp: reload struct as memory, intel hex; capture * (struct teststruct *) 0x5555… 3122 PASS: gdb.base/dump.exp: reload struct as value, tekhex; capture * (struct teststruct *) 0x55557140 3126 PASS: gdb.base/dump.exp: reload struct as memory, tekhex; capture * (struct teststruct *) 0x55557140
|
D | armv7a-cros-linux-gnueabi | 2960 PASS: gdb.base/dump.exp: reload struct as value, srec; capture * (struct teststruct *) 0x54ab300c 2964 PASS: gdb.base/dump.exp: reload struct as memory, srec; capture * (struct teststruct *) 0x54ab300c 2968 PASS: gdb.base/dump.exp: reload struct as value, intel hex; capture * (struct teststruct *) 0x54ab3… 2972 PASS: gdb.base/dump.exp: reload struct as memory, intel hex; capture * (struct teststruct *) 0x54ab… 2976 PASS: gdb.base/dump.exp: reload struct as value, tekhex; capture * (struct teststruct *) 0x54ab300c 2980 PASS: gdb.base/dump.exp: reload struct as memory, tekhex; capture * (struct teststruct *) 0x54ab300c
|