Home
last modified time | relevance | path

Searched refs:argtypes (Results 1 – 9 of 9) sorted by relevance

/external/llvm/bindings/python/llvm/
Dobject.py439 library.LLVMCreateObjectFile.argtypes = [MemoryBuffer]
442 library.LLVMDisposeObjectFile.argtypes = [ObjectFile]
444 library.LLVMGetSections.argtypes = [ObjectFile]
447 library.LLVMDisposeSectionIterator.argtypes = [c_object_p]
449 library.LLVMIsSectionIteratorAtEnd.argtypes = [ObjectFile, c_object_p]
452 library.LLVMMoveToNextSection.argtypes = [c_object_p]
454 library.LLVMMoveToContainingSection.argtypes = [c_object_p, c_object_p]
456 library.LLVMGetSymbols.argtypes = [ObjectFile]
459 library.LLVMDisposeSymbolIterator.argtypes = [c_object_p]
461 library.LLVMIsSymbolIteratorAtEnd.argtypes = [ObjectFile, c_object_p]
[all …]
Dcore.py441 library.LLVMInitializeCore.argtypes = [PassRegistry]
444 library.LLVMInitializeTransformUtils.argtypes = [PassRegistry]
447 library.LLVMInitializeScalarOpts.argtypes = [PassRegistry]
450 library.LLVMInitializeObjCARCOpts.argtypes = [PassRegistry]
453 library.LLVMInitializeVectorization.argtypes = [PassRegistry]
456 library.LLVMInitializeInstCombine.argtypes = [PassRegistry]
459 library.LLVMInitializeIPO.argtypes = [PassRegistry]
462 library.LLVMInitializeInstrumentation.argtypes = [PassRegistry]
465 library.LLVMInitializeAnalysis.argtypes = [PassRegistry]
468 library.LLVMInitializeIPA.argtypes = [PassRegistry]
[all …]
Ddisassembler.py150 library.LLVMCreateDisasm.argtypes = [c_char_p, c_void_p, c_int,
154 library.LLVMDisasmDispose.argtypes = [Disassembler]
156 library.LLVMDisasmInstruction.argtypes = [Disassembler, POINTER(c_ubyte),
160 library.LLVMSetDisasmOptions.argtypes = [Disassembler, c_uint64]
Dbit_reader.py28 library.LLVMParseBitcode.argtypes = [MemoryBuffer, POINTER(c_object_p), POINTER(c_char_p)]
/external/apache-http/src/org/apache/commons/logging/
DLogSource.java174 Class[] argtypes = new Class[1]; in setLogImplementation() local
175 argtypes[0] = "".getClass(); in setLogImplementation()
176 logImplctor = logclass.getConstructor(argtypes); in setLogImplementation()
192 Class[] argtypes = new Class[1]; in setLogImplementation() local
193 argtypes[0] = "".getClass(); in setLogImplementation()
194 logImplctor = logclass.getConstructor(argtypes); in setLogImplementation()
/external/libxml2/
Dgentest.py513 argtypes = {} variable
520 if not argtypes.has_key(type):
521 argtypes[type] = func
545 if (name == None) or ((name not in argtypes) and (name not in rettypes)):
549 if argtypes.has_key(name) and is_known_param_type(name, name) == 0:
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneTest.java1071 final Class[] argtypes = new Class[0]; in TestFractionalDST() local
1072 java.lang.reflect.Method m = tz_java.getClass().getMethod("getDSTSavings", argtypes); in TestFractionalDST()
/external/clang/bindings/python/clang/
Dcindex.py3466 func.argtypes = item[1]
/external/clang/docs/
DLanguageExtensions.rst1015 * ``__is_trivially_constructible(type, argtypes...)``: Determines whether a
1017 ``argtypes...`` such that no non-trivial functions are called as part of