HomeSort by relevance Sort by last modified time
    Searched refs:foo_t (Results 1 - 25 of 26) sorted by null

1 2

  /bionic/tools/versioner/tests/dependencies/dependencies/common/foo/
foodep.h 5 typedef int foo_t; typedef
  /external/clang/test/Modules/Inputs/merge-typedefs/
a1.h 9 typedef struct {} foo_t; typedef in typeref:struct:__anon16382
10 typedef foo_t foo2_t;
b1.h 3 typedef struct {} foo_t; typedef in typeref:struct:__anon16383
4 typedef foo_t foo2_t;
  /bionic/tools/versioner/tests/dependencies/headers/
foo.h 9 x86_t foo(foo_t);
11 arm_t foo(foo_t);
  /external/clang/test/CodeGen/
ifunc.c 14 typedef int (*foo_t)(int); typedef
18 static foo_t foo_ifunc() {
  /external/clang/test/Misc/
diag-aka-types.cpp 4 typedef X foo_t; typedef
6 foo_t *ptr;
7 char c1 = ptr; // expected-error{{'foo_t *' (aka 'X *')}}
9 const foo_t &ref = foo_t();
10 char c2 = ref; // expected-error{{'const foo_t' (aka 'const X')}}
  /external/selinux/libsepol/cil/test/integration_testing/
nonmls.conf 36 type foo_t, attrs;
48 role foo_r types foo_t;
76 sid test_sid foo_u:foo_r:foo_t
  /external/clang/test/SemaCXX/
illegal-member-initialization.cpp 30 foo_t a; // expected-error {{unknown type name 'foo_t'}}
  /prebuilts/go/darwin-x86/misc/cgo/errors/src/
err3.go 8 typedef struct foo foo_t;
11 foo_t *foop;
  /prebuilts/go/linux-x86/misc/cgo/errors/src/
err3.go 8 typedef struct foo foo_t;
11 foo_t *foop;
  /external/syslinux/gnu-efi/gnu-efi-3.0/apps/
t6.c 4 typedef EFI_STATUS (*foo_t)(EFI_HANDLE, EFI_GUID *, VOID **); typedef
  /external/clang/test/Parser/
declarators.c 44 foo_t *d; // expected-error {{unknown type name 'foo_t'}}
45 foo_t a; // expected-error {{unknown type name 'foo_t'}}
  /external/clang/test/Sema/
function.c 76 inline foo_t invalid_type() { // expected-error {{unknown type name 'foo_t'}}
  /system/tools/hidl/c2hal/test/
test.h 101 typedef foo_t bar_t;
  /external/stressapptest/
configure     [all...]
  /toolchain/binutils/binutils-2.27/intl/
configure     [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
configure     [all...]
  /external/e2fsprogs/
configure     [all...]
  /external/libcap-ng/libcap-ng-0.7/
configure     [all...]
  /external/libexif/
configure     [all...]
  /external/libusb-compat/
configure     [all...]
  /external/libevent/
configure     [all...]
  /external/python/cpython3/
configure     [all...]
  /toolchain/binutils/binutils-2.27/gas/
configure     [all...]
  /external/ImageMagick/
configure     [all...]

Completed in 1596 milliseconds

1 2