OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:teststruct
(Results
1 - 4
of
4
) sorted by null
/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/clang/bindings/python/tests/cindex/
test_type.py
14
struct
teststruct
{
30
teststruct
= get_cursor(tu, '
teststruct
')
31
assert
teststruct
is not None, "Could not find
teststruct
."
32
fields = list(
teststruct
.get_children())
100
struct
teststruct
{
107
teststruct
= get_cursor(tu, '
teststruct
')
108
assert
teststruct
is not None, "Didn't find teststruct??
[
all
...]
/external/icu/icu4c/source/test/cintltst/
capitst.c
1516
struct
teststruct
{
struct
[
all
...]
/external/icu/icu4c/source/test/intltest/
apicoll.cpp
1738
struct
teststruct
{
struct
[
all
...]
Completed in 389 milliseconds