Home
last modified time | relevance | path

Searched refs:ftype (Results 1 – 20 of 20) sorted by relevance

/external/v8/src/
Dflag-definitions.h40 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
42 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \ argument
49 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
51 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument
58 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
60 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument
66 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
67 { Flag::TYPE_##ftype, #nam, &FLAG_##nam, &FLAGDEFAULT_##nam, cmt, false },
68 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument
73 #define FLAG_FULL(ftype, ctype, nam, def, cmt) argument
[all …]
Dcodegen.cc65 const char* ftype; in MakeCodePrologue() local
70 ftype = "builtin"; in MakeCodePrologue()
74 ftype = "user-defined"; in MakeCodePrologue()
78 PrintF("*** Generate code for %s function: ", ftype); in MakeCodePrologue()
/external/clang/test/CodeGen/
Dblocks.c30 typedef double ftype(double); typedef
33 ftype ^test2 = ^ftype {
/external/skia/src/core/
DSkChunkAlloc.cpp72 SkChunkAlloc::Block* SkChunkAlloc::newBlock(size_t bytes, AllocFailType ftype) { in newBlock() argument
79 ftype == kThrow_AllocFailType ? SK_MALLOC_THROW : 0); in newBlock()
94 void* SkChunkAlloc::alloc(size_t bytes, AllocFailType ftype) { in alloc() argument
102 block = this->newBlock(bytes, ftype); in alloc()
/external/chromium_org/third_party/skia/src/core/
DSkChunkAlloc.cpp72 SkChunkAlloc::Block* SkChunkAlloc::newBlock(size_t bytes, AllocFailType ftype) { in newBlock() argument
79 ftype == kThrow_AllocFailType ? SK_MALLOC_THROW : 0); in newBlock()
94 void* SkChunkAlloc::alloc(size_t bytes, AllocFailType ftype) { in alloc() argument
102 block = this->newBlock(bytes, ftype); in alloc()
/external/clang/test/CodeGenCXX/
Dlinkage.cpp124 typedef S(*ftype)(); in g() typedef
125 return reinterpret_cast<void *>(f<ftype>); in g()
141 typedef S(*ftype)(I * x); in g() typedef
142 return reinterpret_cast<void *>(f<ftype>); in g()
/external/chromium_org/v8/src/
Dflag-definitions.h40 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
42 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \ argument
48 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
55 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
61 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
62 { Flag::TYPE_##ftype, #nam, &FLAG_##nam, &FLAGDEFAULT_##nam, cmt, false },
63 #define FLAG_ALIAS(ftype, ctype, alias, nam) \ argument
64 { Flag::TYPE_##ftype, #alias, &FLAG_##nam, &FLAGDEFAULT_##nam, \
78 #define FLAG_FULL(ftype, ctype, nam, def, cmt) argument
82 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument
[all …]
Dcodegen.cc65 const char* ftype; in MakeCodePrologue() local
70 ftype = "builtin"; in MakeCodePrologue()
74 ftype = "user-defined"; in MakeCodePrologue()
78 PrintF("[generating %s code for %s function: ", kind, ftype); in MakeCodePrologue()
/external/clang/test/SemaTemplate/
Dinstantiate-function-2.cpp36 typedef void ftype(int); typedef
39 ftype f;
/external/openfst/src/include/fst/
Dregister.h118 Fst<A> *Convert(const Fst<A> &fst, const string &ftype) { in Convert() argument
121 converter = registr->GetConverter(ftype); in Convert()
124 LOG(ERROR) << "Fst::Convert: Unknown FST type \"" << ftype in Convert()
/external/openssh/
Dmux.c516 format_forward(u_int ftype, Forward *fwd) in format_forward() argument
520 switch (ftype) { in format_forward()
542 fatal("%s: unknown forward type %u", __func__, ftype); in format_forward()
632 u_int ftype; in process_mux_open_fwd() local
636 if (buffer_get_int_ret(&ftype, m) != 0 || in process_mux_open_fwd()
656 (fwd_desc = format_forward(ftype, &fwd))); in process_mux_open_fwd()
658 if (ftype != MUX_FWD_LOCAL && ftype != MUX_FWD_REMOTE && in process_mux_open_fwd()
659 ftype != MUX_FWD_DYNAMIC) { in process_mux_open_fwd()
660 logit("%s: invalid forwarding type %u", __func__, ftype); in process_mux_open_fwd()
676 if (fwd.connect_port >= 65536 || (ftype != MUX_FWD_DYNAMIC && in process_mux_open_fwd()
[all …]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dregister.h158 Fst<A> *Convert(const Fst<A> &fst, const string &ftype) { in Convert() argument
161 converter = registr->GetConverter(ftype); in Convert()
164 LOG(ERROR) << "Fst::Convert: Unknown FST type \"" << ftype in Convert()
/external/chromium_org/third_party/leveldatabase/src/db/
Dleveldb_main.cc185 FileType ftype; in DumpFile() local
186 if (!GuessType(fname, &ftype)) { in DumpFile()
190 switch (ftype) { in DumpFile()
/external/javassist/src/main/javassist/tools/reflect/
DReflection.java364 CtClass ftype = f.getType(); in processFields() local
366 = CtNewMethod.wrapped(ftype, readPrefix + name, in processFields()
374 writeParam[1] = ftype; in processFields()
/external/kernel-headers/original/asm-arm/
Duser.h45 unsigned char ftype[8]; member
/external/chromium_org/third_party/skia/include/core/
DSkChunkAlloc.h65 Block* newBlock(size_t bytes, AllocFailType ftype);
/external/skia/include/core/
DSkChunkAlloc.h65 Block* newBlock(size_t bytes, AllocFailType ftype);
/external/valgrind/main/include/vki/
Dvki-arm-linux.h546 unsigned char ftype[8]; member
/external/kernel-headers/original/linux/
Dnfs_xdr.h535 u32 ftype; member
/external/clang/include/clang/Driver/
DCC1Options.td439 def ftype_visibility : Separate<["-"], "ftype-visibility">,