Searched refs:Type (Results 1 - 25 of 1293) sorted by relevance

1234567891011>>

/macosx-10.9.5/swig-10/Lib/r/
H A Dstd_vector.i5 #define %swig_vector_methods(Type...) %swig_sequence_methods(Type)
6 #define %swig_vector_methods_val(Type...) %swig_sequence_methods_val(Type);
/macosx-10.9.5/swig-10/Lib/python/
H A Dpybackward.swg8 #define SWIG_As_frag(Type...) %fragment_name(As, Type)
9 #define SWIG_As_name(Type...) %symbol_name(As, Type)
10 #define SWIG_As(Type...) SWIG_As_name(Type) SWIG_AS_CALL_ARGS
12 #define SWIG_Check_frag(Type...) %fragment_name(Check, Type)
13 #define SWIG_Check_name(Type...) %symbol_name(Check, Type)
[all...]
H A Dstd_common.i10 %define %traits_ptypen(Type...)
11 %fragment(SWIG_Traits_frag(Type),"header",
12 fragment=SWIG_AsVal_frag(Type),
13 fragment=SWIG_From_frag(Type),
16 template <> struct traits<Type > {
18 static const char* type_name() { return #Type; }
20 template <> struct traits_asval<Type > {
21 typedef Type value_type;
23 return SWIG_AsVal(Type)(obj, val);
26 template <> struct traits_from<Type > {
[all...]
H A Dpycomplex.swg3 provide complex Type, the Name you want to use in the converters,
11 %define %swig_fromcplx_conv(Type, Real, Imag)
12 %fragment(SWIG_From_frag(Type),"header")
15 SWIG_From(Type)(%ifcplusplus(const Type&, Type) c)
23 %define %swig_cplxdbl_conv(Type, Constructor, Real, Imag)
24 %fragment(SWIG_AsVal_frag(Type),"header",
28 SWIG_AsVal(Type) (PyObject *o, Type* va
[all...]
/macosx-10.9.5/swig-10/Lib/octave/
H A Dstd_common.i8 %define %traits_ptypen(Type...)
9 %fragment(SWIG_Traits_frag(Type),"header",
10 fragment=SWIG_AsVal_frag(Type),
11 fragment=SWIG_From_frag(Type),
14 template <> struct traits<Type > {
16 static const char* type_name() { return #Type; }
18 template <> struct traits_asval<Type > {
19 typedef Type value_type;
21 return SWIG_AsVal(Type)(obj, val);
24 template <> struct traits_from<Type > {
[all...]
H A Doctuserdir.swg21 template <class Type> class RCPtr {
24 RCPtr(Type *p);
25 Type * operator->() const;
68 %define %extend_smart_pointer(Type...)
69 %implicitconv Type;
70 %apply const SWIGTYPE& SMARTPOINTER { const Type& };
71 %apply SWIGTYPE SMARTPOINTER { Type };
H A Doctcomplex.swg3 provide complex Type, the Name you want to use in the conversors,
11 %define %swig_fromcplx_conv(Type, Real, Imag)
12 %fragment(SWIG_From_frag(Type),"header")
15 SWIG_From(Type)(%ifcplusplus(const Type&, Type) c)
23 %define %swig_cplxdbl_conv(Type, Constructor, Real, Imag)
24 %fragment(SWIG_AsVal_frag(Type),"header",
28 SWIG_AsVal(Type) (const octave_value& ov, Type* va
[all...]
/macosx-10.9.5/swig-10/Lib/ruby/
H A Dstd_common.i11 %define %traits_ptypen(Type...)
12 %fragment(SWIG_Traits_frag(Type),"header",
13 fragment=SWIG_AsVal_frag(Type),
14 fragment=SWIG_From_frag(Type),
17 template <> struct traits<Type > {
19 static const char* type_name() { return #Type; }
21 template <> struct traits_asval<Type > {
22 typedef Type value_type;
24 return SWIG_AsVal(Type)(obj, val);
27 template <> struct traits_from<Type > {
[all...]
/macosx-10.9.5/swig-10/Lib/typemaps/
H A Dvaltypes.swg2 * Value typemaps (Type, const Type&) for value types, such as
8 * %typemaps_from(FromMeth, FromFrag, Type)
9 * %typemaps_asval(CheckCode, AsValMeth, AsValFrag, Type)
10 * %typemaps_asvalfrom(CheckCode, AsValMeth, FromMeth, AsValFrag, FromFrag, Type)
14 * %typemaps_asvalfromn(CheckCode, Type)
18 * %value_in_typemap(asval_meth,frag,Type)
19 * %value_varin_typemap(asval_meth,frag,Type)
20 * %value_typecheck_typemap(checkcode,asval_meth,frag,Type)
21 * %value_directorout_typemap(asval_meth,frag,Type)
[all...]
H A Dptrtypes.swg7 * Value typemaps (Type, const Type&) for "Ptr" types, such as swig
12 * %typemaps_asptr(CheckCode, AsPtrMeth, AsPtrFrag, Type)
13 * %typemaps_asptrfrom(CheckCode, AsPtrMeth, FromMeth, AsPtrFrag, FromFrag, Type)
17 * %typemaps_asptrfromn(CheckCode, Type)
21 * %ptr_in_typemap(asptr_meth,frag,Type)
22 * %ptr_varin_typemap(asptr_meth,frag,Type)
23 * %ptr_typecheck_typemap(check,asptr_meth,frag,Type)
24 * %ptr_directorout_typemap(asptr_meth,frag,Type)
31 %define %ptr_in_typemap(asptr_meth,frag,Type
[all...]
H A Dfragments.swg177 %fragment("name" {Type}, "header") { a type dependent fragment }
217 %define %my_typemaps(Type)
218 %typemaps(in,fragment="incode"{Type}) {
219 value = in_method_##Type(obj);
299 #define %fragment_name(Name, Type...) %string_name(Name) "_" {Type}
301 #define SWIG_Traits_frag(Type...) %fragment_name(Traits, Type)
302 #define SWIG_AsPtr_frag(Type...) %fragment_name(AsPtr, Type)
[all...]
H A Dimplicit.swg40 %define %implicit_type(Type...)
41 %traits_swigtype(Type);
44 %define %implicit_frag(Type...) ,fragment=SWIG_Traits_frag(Type) %enddef
46 %define %implicit_code(Type...)
48 Type _v;
49 int res = swig::asval<Type >(obj, &_v);
51 if (val) *val = new value_type(static_cast<const Type& >(_v));
59 %define %implicit(Type, ...)
63 %fragment(SWIG_Traits_frag(Type),"heade
[all...]
H A Dinoutlist.swg79 %define %_value_input_typemap(code, asval_meth, asval_frag, Type)
80 %typemap(in,noblock=1,fragment=asval_frag) Type *INPUT ($*ltype temp, int res = 0) {
82 Type val;
92 %typemap(in,noblock=1,fragment=asval_frag) Type &INPUT($*ltype temp, int res = 0) {
94 Type val;
104 %typemap(freearg,noblock=1,match="in") Type *INPUT, Type &INPUT {
107 %typemap(typecheck,noblock=1,precedence=code,fragment=asval_frag) Type *INPUT, Type &INPUT {
117 %define %_ptr_input_typemap(code,asptr_meth,asptr_frag,Type)
[all...]
H A Dswigmacros.swg26 %const_cast(a, Type) const_cast<Type >(a)
27 %static_cast(a, Type) static_cast<Type >(a)
28 %reinterpret_cast(a, Type) reinterpret_cast<Type >(a)
29 %numeric_cast(a, Type) static_cast<Type >(a)
44 %new_instance(Type) Allocate a new instance of given Type
[all...]
H A Dfactory.swg72 %define %_factory_dispatch(Type)
74 Type *dobj = dynamic_cast<Type *>($1);
77 %set_output(SWIG_NewPointerObj(%as_voidptr(dobj),$descriptor(Type *), $owner | %newpointer_flags));
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-run/sample/
H A Dcommon.conf1 Content-Type: application/X-atf-config; version="1"
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Transforms/Utils/
H A DBypassSlowDivision.h29 const DenseMap<Type*, Type*> &BypassTypeMap);
/macosx-10.9.5/swig-10/Lib/std/
H A Dstd_common.i77 template <class Type>
79 typedef Type noconst_type;
82 template <class Type>
83 struct noconst_traits<const Type> {
84 typedef Type noconst_type;
96 template <class Type> struct traits { };
98 template <class Type>
100 return traits<typename noconst_traits<Type >::noconst_type >::type_name();
103 template <class Type>
110 static swig_type_info *info = type_query(type_name<Type>());
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp50 unsigned Type; local
56 case FK_Data_8: Type = ELF::R_X86_64_PC64; break;
57 case FK_Data_4: Type = ELF::R_X86_64_PC32; break;
58 case FK_Data_2: Type = ELF::R_X86_64_PC16; break;
62 Type = ELF::R_X86_64_PC64;
72 Type = ELF::R_X86_64_PC32;
75 Type = ELF::R_X86_64_PLT32;
78 Type = ELF::R_X86_64_GOTPCREL;
81 Type = ELF::R_X86_64_GOTTPOFF;
84 Type
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dglobalizer.h73 template <class Type>
76 Type &operator () ()
95 return *reinterpret_cast<Type *>(pointer);
114 delete reinterpret_cast<Type *>(pointer);
122 static void *make() { return new Type; }
125 template <class Type>
126 class CleanModuleNexus : public ModuleNexus<Type> {
131 this, ModuleNexus<Type>::pointer);
132 delete reinterpret_cast<Type *>(ModuleNexus<Type>
[all...]
H A Dthreading_internal.h86 // Atomic<Type> is a set of (static) operations that can atomically access memory.
92 template <class Type>
94 typedef AtomicTypes<sizeof(Type) * 8> _Ops;
98 static Type add(int delta, Type &store)
99 { return Type(_Ops::add(delta, (_Type &)store)); }
100 static Type addb(int delta, Type &store)
101 { return Type(_Ops::addb(delta, (_Type &)store)); }
103 static bool cas(Type oldValu
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dglobalizer.h73 template <class Type>
76 Type &operator () ()
95 return *reinterpret_cast<Type *>(pointer);
114 delete reinterpret_cast<Type *>(pointer);
122 static void *make() { return new Type; }
125 template <class Type>
126 class CleanModuleNexus : public ModuleNexus<Type> {
131 this, ModuleNexus<Type>::pointer);
132 delete reinterpret_cast<Type *>(ModuleNexus<Type>
[all...]
H A Dthreading_internal.h86 // Atomic<Type> is a set of (static) operations that can atomically access memory.
92 template <class Type>
94 typedef AtomicTypes<sizeof(Type) * 8> _Ops;
98 static Type add(int delta, Type &store)
99 { return Type(_Ops::add(delta, (_Type &)store)); }
100 static Type addb(int delta, Type &store)
101 { return Type(_Ops::addb(delta, (_Type &)store)); }
103 static bool cas(Type oldValu
[all...]
/macosx-10.9.5/swig-10/Lib/
H A Dattribute.i21 #define %mangle(Type...) #@Type
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dxalloc.h59 # define XMALLOC(Type, N_items) ((Type *) xmalloc (sizeof (Type) * (N_items)))
60 # define XCALLOC(Type, N_items) ((Type *) xcalloc (sizeof (Type), (N_items)))
61 # define XREALLOC(Ptr, Type, N_items) \
62 ((Type *) xrealloc ((void *) (Ptr), sizeof (Type) * (N_items)))
65 # define NEW(Type, Va
[all...]

Completed in 211 milliseconds

1234567891011>>