Home
last modified time | relevance | path

Searched refs:BFunc (Results 1 – 4 of 4) sorted by relevance

/external/python/cffi/cffi/
Dvengine_gen.py214 BFunc = self.ffi._get_cached_btype(tp)
216 newfunction = module.load_function(BFunc, wrappername)
316 BFunc = self.ffi._typeof_locked("intptr_t(*)(intptr_t)")[0]
317 function = module.load_function(BFunc, layoutfuncname)
445 BFunc = self.ffi._typeof_locked("int(*)(long long*)")[0]
446 function = module.load_function(BFunc, funcname)
458 BFunc = self.ffi._typeof_locked(tp.get_c_name(fntypeextra, name))[0]
459 function = module.load_function(BFunc, funcname)
495 BFunc = self.ffi._typeof_locked("int(*)(char*)")[0]
496 function = module.load_function(BFunc, funcname)
[all …]
/external/llvm-project/llvm/test/tools/llvm-pdbutil/Inputs/
DFilterTest.cpp34 int BFunc() { in BFunc() function
40 return (CFunc() + BFunc()) * IntGlobalVar + FC.foo(); in AFunc()
/external/python/cffi/c/
Dtest_c.py910 BFunc = new_function_type((BInt, BInt), BInt, False)
911 assert repr(BFunc) == "<ctype 'int(*)(int, int)'>"
912 BFunc2 = new_function_type((), BFunc, False)
917 BFunc = new_function_type((BInt, BInt), BInt, False)
918 assert BFunc.kind == "function"
919 assert BFunc.cname == "int(*)(int, int)"
920 assert BFunc.args == (BInt, BInt)
921 assert BFunc.result is BInt
922 assert BFunc.ellipsis is False
923 assert BFunc.abi == FFI_DEFAULT_ABI
[all …]
/external/llvm-project/llvm/test/tools/llvm-pdbutil/
Dsymbol-filters.test40 ; ONLY_FUNCS: func {{.*}} int __cdecl BFunc()
67 ; NAME_SORT_FUNCS: func {{.*}}sizeof= 10{{.*}}BFunc
75 ; SIZE_SORT_FUNCS: func {{.*}}sizeof= 10{{.*}}BFunc