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

  /external/toybox/tests/
test.test 15 type_test() function
28 testing "test -b" "type_test -b" "" "" ""
29 testing "test -c" "type_test -c" "L" "" ""
30 testing "test -d" "type_test -d" "d" "" ""
31 testing "test -f" "type_test -f" "fs" "" ""
32 testing "test -h" "type_test -h" "L" "" ""
33 testing "test -L" "type_test -L" "L" "" ""
34 testing "test -s" "type_test -s" "ds" "" ""
35 testing "test -S" "type_test -S" "" "" ""
36 testing "test -p" "type_test -p" "p" "" "
    [all...]
  /external/clang/test/Sema/
callingconv.c 68 struct type_test {} __attribute__((stdcall)); // expected-warning {{'stdcall' attribute only applies to functions and methods}} struct

Completed in 851 milliseconds