Searched refs:ClassType (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_bindglobals.py133 elif type(v) in (type, ClassType):
H A D_pycoder.py200 encode_dispatch[ClassType] = save_global
278 type(cls) is ClassType and
/macosx-10.10.1/swig-12/Source/Modules/
H A Dlang.cxx59 static String *ClassType = 0; /* Fully qualified type name to use */ variable
1231 Swig_MethodToFunction(n, ClassType, Getattr(n, "template") ? SmartPointer : Extend | SmartPointer | DirectorExtraCall, director_type,
1419 Swig_MembersetToFunction(n, ClassType, flags, &call);
1466 Swig_MembergetToFunction(n, ClassType, flags);
1907 String *type = NewString(ClassType);
2340 ClassType = NewString(classname);
2342 ClassType = NewStringf("%s %s", kind, classname);
2344 Setattr(n, "classtypeobj", Copy(ClassType));
2345 Setattr(n, "classtype", SwigType_namestr(ClassType));
2401 Delete(ClassType);
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/objc/
H A D_pycoder.py294 encode_dispatch[ClassType] = save_global
411 type(cls) is ClassType and
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/objc/
H A D_pycoder.py315 encode_dispatch[ClassType] = save_global
441 type(cls) is ClassType and
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DDIBuilder.h337 DIArray Elements, DIType ClassType);
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGSpeculativeJIT.h2198 template <typename ClassType, typename StructureType, typename StorageType> // StructureType and StorageType can be GPR or ImmPtr.
2203 size_t size = ClassType::allocationSize(0);
2204 if (ClassType::needsDestruction && ClassType::hasImmortalStructure)
2206 else if (ClassType::needsDestruction)
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DDIBuilder.cpp553 DIType ClassType) {
565 ClassType,
548 createEnumerationType(DIDescriptor Scope, StringRef Name, DIFile File, unsigned LineNumber, uint64_t SizeInBits, uint64_t AlignInBits, DIArray Elements, DIType ClassType) argument
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dpythoncomplete.vim169 if type(func_obj) == types.ClassType: func_obj = _ctor(func_obj)
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLLowerDFGToLLVM.cpp4329 template<typename ClassType>
4333 size_t size = ClassType::allocationSize(0);
4334 if (ClassType::needsDestruction && ClassType::hasImmortalStructure)
4336 else if (ClassType::needsDestruction)

Completed in 220 milliseconds