Searched defs:type_test (Results 1 - 3 of 3) sorted by relevance

/external/toybox/tests/
H A Dtest.test15 type_test() function
28 testing "-b" "type_test -b" "" "" ""
29 testing "-c" "type_test -c" "L" "" ""
30 testing "-d" "type_test -d" "d" "" ""
31 testing "-f" "type_test -f" "fs" "" ""
32 testing "-h" "type_test -h" "L" "" ""
33 testing "-L" "type_test -L" "L" "" ""
34 testing "-s" "type_test -s" "ds" "" ""
35 testing "-S" "type_test -S" "" "" ""
36 testing "-p" "type_test
[all...]
/external/clang/test/Sema/
H A Dcallingconv-iamcu.c53 struct type_test {} __attribute__((stdcall)); // expected-warning {{calling convention 'stdcall' ignored for this target}} expected-warning {{'stdcall' attribute only applies to functions and methods}} struct
H A Dcallingconv.c68 struct type_test {} __attribute__((stdcall)); // expected-warning {{'stdcall' attribute only applies to functions and methods}} struct

Completed in 105 milliseconds