HomeSort by relevance Sort by last modified time
    Searched defs:type_test (Results 1 - 3 of 3) sorted by null

  /external/toybox/tests/
test.test 15 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 -p" "p" "" "
    [all...]
  /external/clang/test/Sema/
callingconv-iamcu.c 53 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
callingconv.c 68 struct type_test {} __attribute__((stdcall)); // expected-warning {{'stdcall' attribute only applies to functions and methods}} struct

Completed in 783 milliseconds