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 58 typedef jobject (fntype)(JNIEnv*, jclass); typedef
59 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni());
69 typedef void (fntype)(JNIEnv*, jclass); typedef
70 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni());
76 typedef jboolean (fntype)(JNIEnv*, jclass); typedef
77 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni());
83 typedef jbyte (fntype)(JNIEnv*, jclass, jint) typedef
90 typedef jint (fntype)(JNIEnv*, jclass, jint); typedef
97 typedef jobject (fntype)(JNIEnv*, jclass, jobject); typedef
110 typedef jint (fntype)(JNIEnv*, jclass, jint, jboolean); typedef
117 typedef jint (fntype)(JNIEnv*, jclass, jobject, jint); typedef
127 typedef jshort (fntype)(JNIEnv*, jclass, jint, jboolean); typedef
135 typedef void (fntype)(JNIEnv*, jclass, jint, jboolean); typedef
142 typedef jboolean (fntype)(JNIEnv*, jclass, jobject, jobject); typedef
153 typedef jboolean (fntype)(JNIEnv*, jclass, jint, jobject, jobject); typedef
164 typedef void (fntype)(JNIEnv*, jclass, jint, jobject, jint, jint); typedef
173 typedef void (fntype)(JNIEnv*, jclass, jobject, jint, jobject, jint, jint); typedef
189 typedef jobject (fntype)(JNIEnv*, jobject); typedef
200 typedef void (fntype)(JNIEnv*, jobject); typedef
207 typedef jobject (fntype)(JNIEnv*, jobject, jobject); typedef
221 typedef jint (fntype)(JNIEnv*, jobject, jint, jint); typedef
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cgo/
out.go 767 fntype := fn.Type
768 forFieldList(fntype.Params,
786 forFieldList(fntype.Results,
812 if fntype.Results == nil || len(fntype.Results.List) == 0 {
814 } else if len(fntype.Results.List) == 1 && len(fntype.Results.List[0].Names) <= 1 {
815 gccResult = p.cgoType(fntype.Results.List[0].Type).C.String()
819 forFieldList(fntype.Results,
837 forFieldList(fntype.Params
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
out.go 767 fntype := fn.Type
768 forFieldList(fntype.Params,
786 forFieldList(fntype.Results,
812 if fntype.Results == nil || len(fntype.Results.List) == 0 {
814 } else if len(fntype.Results.List) == 1 && len(fntype.Results.List[0].Names) <= 1 {
815 gccResult = p.cgoType(fntype.Results.List[0].Type).C.String()
819 forFieldList(fntype.Results,
837 forFieldList(fntype.Params
    [all...]
  /toolchain/binutils/binutils-2.27/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 1051 // fntype
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
parser.go 1051 // fntype
    [all...]

Completed in 315 milliseconds