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

  /external/compiler-rt/lib/asan/
asan_win_dll_thunk.cc 107 typedef void (*fntype)(); \
108 static fntype fn = (fntype)getRealProcAddressOrDie(#name); \
115 typedef void (*fntype)(void *arg); \
116 static fntype fn = (fntype)getRealProcAddressOrDie(#name); \
123 typedef void (*fntype)(void *, void *); \
124 static fntype fn = (fntype)getRealProcAddressOrDie(#name); \
131 typedef void *(*fntype)(void *, void *, void *);
207 typedef void (*fntype)(); typedef
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testloadso.c 22 typedef int (*fntype) (const char *); typedef
32 fntype fn = NULL;
62 fn = (fntype) SDL_LoadFunction(lib, symname);
  /art/runtime/interpreter/
interpreter.cc 56 typedef jobject (fntype)(JNIEnv*, jclass); typedef
57 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni());
67 typedef void (fntype)(JNIEnv*, jclass); typedef
68 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni());
74 typedef jboolean (fntype)(JNIEnv*, jclass); typedef
75 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni());
81 typedef jbyte (fntype)(JNIEnv*, jclass, jint) typedef
88 typedef jint (fntype)(JNIEnv*, jclass, jint); typedef
95 typedef jobject (fntype)(JNIEnv*, jclass, jobject); typedef
108 typedef jint (fntype)(JNIEnv*, jclass, jint, jboolean); typedef
115 typedef jint (fntype)(JNIEnv*, jclass, jobject, jint); typedef
125 typedef jshort (fntype)(JNIEnv*, jclass, jint, jboolean); typedef
133 typedef void (fntype)(JNIEnv*, jclass, jint, jboolean); typedef
140 typedef jboolean (fntype)(JNIEnv*, jclass, jobject, jobject); typedef
151 typedef jboolean (fntype)(JNIEnv*, jclass, jint, jobject, jobject); typedef
162 typedef void (fntype)(JNIEnv*, jclass, jint, jobject, jint, jint); typedef
171 typedef void (fntype)(JNIEnv*, jclass, jobject, jint, jobject, jint, jint); typedef
187 typedef jobject (fntype)(JNIEnv*, jobject); typedef
198 typedef void (fntype)(JNIEnv*, jobject); typedef
205 typedef jobject (fntype)(JNIEnv*, jobject, jobject); typedef
219 typedef jint (fntype)(JNIEnv*, jobject, jint, jint); typedef
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cgo/
out.go 746 fntype := fn.Type
747 forFieldList(fntype.Params,
765 forFieldList(fntype.Results,
791 if fntype.Results == nil || len(fntype.Results.List) == 0 {
793 } else if len(fntype.Results.List) == 1 && len(fntype.Results.List[0].Names) <= 1 {
794 gccResult = p.cgoType(fntype.Results.List[0].Type).C.String()
798 forFieldList(fntype.Results,
816 forFieldList(fntype.Params
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
out.go 746 fntype := fn.Type
747 forFieldList(fntype.Params,
765 forFieldList(fntype.Results,
791 if fntype.Results == nil || len(fntype.Results.List) == 0 {
793 } else if len(fntype.Results.List) == 1 && len(fntype.Results.List[0].Names) <= 1 {
794 gccResult = p.cgoType(fntype.Results.List[0].Type).C.String()
798 forFieldList(fntype.Results,
816 forFieldList(fntype.Params
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
rdcoff.c 668 int fntype;
686 fntype = 0;
769 fntype = syment.n_type;
797 DECREF (fntype), paux, FALSE, dhandle);
833 fntype = 0;
667 int fntype; local
ieee.c 3875 struct ieee_buflist fntype; member in struct:ieee_handle
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
esc.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
esc.go     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
target.def     [all...]
gimple.h 289 tree GTY ((tag ("0"))) fntype;
    [all...]
tree.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
parser.go 932 // fntype
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
parser.go 932 // fntype
    [all...]

Completed in 1077 milliseconds