Home
last modified time | relevance | path

Searched refs:char_struct (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/tests/debuginfo/host-tests/
Dparameters.cpp22 struct char_struct { struct
28 double test_parameters(float* pf, double ppd[][2], struct char_struct& s, int** ppn = 0, unsigned s… in test_parameters() argument
36 struct char_struct s; in main()
/frameworks/compile/slang/lit-tests/padding/
Dmore_structs.rscript7 // CHECK-LL: %struct.char_struct{{(\.[0-9]+)?}} = type { i16, [6 x i8], i64 }
33 // RUN: %scriptc-filecheck-wrapper --lang=Java --type=char_struct --check-prefix=CHECK-JAVA-CHAR-ST…
89 typedef struct char_struct {
93 } char_struct;
95 char_struct g_char_struct;