Home
last modified time | relevance | path

Searched refs:func_address (Results 1 – 25 of 47) sorted by last modified time

12

/dports/devel/libCello/libCello-1.1.7/src/
H A DType.c139 intptr_t* func_address = Type_Class(self, class_name, func, file, line) + offset; in Type_Implements_Method() local
140 return bool_var(*func_address); in Type_Implements_Method()
/dports/lang/cython-devel/cython-2b1e743/Cython/Debugger/
H A Dlibcython.py335 func_address = 0
337 func_address = gdb_value.address
338 if not isinstance(func_address, int):
340 if not isinstance(func_address, (str, bytes)):
341 func_address = str(func_address)
342 func_address = int(func_address.split()[0], 0)
345 sys.stdout.write('#%-2d 0x%016x in %s(%s)' % (index, func_address, func_name, a))
/dports/lang/v8/v8-9.6.180.12/test/cctest/compiler/
H A Dtest-run-calls-to-external-references.cc422 Address func_address = FUNCTION_ADDR(&FUNC); \
424 ApiFunction func(func_address); \
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/commands/
H A Dfunctioncmds.c1321 ObjectAddress func_address; in SetFunctionReturnType() local
1349 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionReturnType()
1350 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionReturnType()
1365 ObjectAddress func_address; in SetFunctionArgType() local
1394 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionArgType()
1395 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionArgType()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/commands/
H A Dfunctioncmds.c1321 ObjectAddress func_address; in SetFunctionReturnType() local
1349 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionReturnType()
1350 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionReturnType()
1365 ObjectAddress func_address; in SetFunctionArgType() local
1394 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionArgType()
1395 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionArgType()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/commands/
H A Dfunctioncmds.c1321 ObjectAddress func_address; in SetFunctionReturnType() local
1349 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionReturnType()
1350 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionReturnType()
1365 ObjectAddress func_address; in SetFunctionArgType() local
1394 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionArgType()
1395 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionArgType()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/commands/
H A Dfunctioncmds.c1321 ObjectAddress func_address; in SetFunctionReturnType() local
1349 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionReturnType()
1350 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionReturnType()
1365 ObjectAddress func_address; in SetFunctionArgType() local
1394 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionArgType()
1395 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionArgType()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/commands/
H A Dfunctioncmds.c1321 ObjectAddress func_address; in SetFunctionReturnType() local
1349 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionReturnType()
1350 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionReturnType()
1365 ObjectAddress func_address; in SetFunctionArgType() local
1394 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionArgType()
1395 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionArgType()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/commands/
H A Dfunctioncmds.c1321 ObjectAddress func_address; in SetFunctionReturnType() local
1349 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionReturnType()
1350 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionReturnType()
1365 ObjectAddress func_address; in SetFunctionArgType() local
1394 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionArgType()
1395 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionArgType()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/commands/
H A Dfunctioncmds.c1321 ObjectAddress func_address; in SetFunctionReturnType() local
1349 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionReturnType()
1350 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionReturnType()
1365 ObjectAddress func_address; in SetFunctionArgType() local
1394 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionArgType()
1395 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionArgType()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/commands/
H A Dfunctioncmds.c1319 ObjectAddress func_address; in SetFunctionReturnType() local
1345 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionReturnType()
1346 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionReturnType()
1361 ObjectAddress func_address; in SetFunctionArgType() local
1388 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionArgType()
1389 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionArgType()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/commands/
H A Dfunctioncmds.c1319 ObjectAddress func_address; in SetFunctionReturnType() local
1345 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionReturnType()
1346 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionReturnType()
1361 ObjectAddress func_address; in SetFunctionArgType() local
1388 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionArgType()
1389 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionArgType()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/commands/
H A Dfunctioncmds.c1319 ObjectAddress func_address; in SetFunctionReturnType() local
1345 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionReturnType()
1346 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionReturnType()
1361 ObjectAddress func_address; in SetFunctionArgType() local
1388 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionArgType()
1389 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionArgType()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/commands/
H A Dfunctioncmds.c1319 ObjectAddress func_address; in SetFunctionReturnType() local
1345 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionReturnType()
1346 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionReturnType()
1361 ObjectAddress func_address; in SetFunctionArgType() local
1388 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionArgType()
1389 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionArgType()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/commands/
H A Dfunctioncmds.c1319 ObjectAddress func_address; in SetFunctionReturnType() local
1345 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionReturnType()
1346 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionReturnType()
1361 ObjectAddress func_address; in SetFunctionArgType() local
1388 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionArgType()
1389 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionArgType()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/commands/
H A Dfunctioncmds.c1319 ObjectAddress func_address; in SetFunctionReturnType() local
1345 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionReturnType()
1346 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionReturnType()
1361 ObjectAddress func_address; in SetFunctionArgType() local
1388 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionArgType()
1389 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionArgType()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/commands/
H A Dfunctioncmds.c1319 ObjectAddress func_address; in SetFunctionReturnType() local
1345 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionReturnType()
1346 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionReturnType()
1361 ObjectAddress func_address; in SetFunctionArgType() local
1388 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionArgType()
1389 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionArgType()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/commands/
H A Dfunctioncmds.c1335 ObjectAddress func_address; in SetFunctionReturnType() local
1361 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionReturnType()
1362 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionReturnType()
1377 ObjectAddress func_address; in SetFunctionArgType() local
1404 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionArgType()
1405 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionArgType()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/commands/
H A Dfunctioncmds.c1335 ObjectAddress func_address; in SetFunctionReturnType() local
1361 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionReturnType()
1362 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionReturnType()
1377 ObjectAddress func_address; in SetFunctionArgType() local
1404 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionArgType()
1405 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionArgType()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/commands/
H A Dfunctioncmds.c1335 ObjectAddress func_address; in SetFunctionReturnType() local
1361 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionReturnType()
1362 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionReturnType()
1377 ObjectAddress func_address; in SetFunctionArgType() local
1404 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionArgType()
1405 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionArgType()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/commands/
H A Dfunctioncmds.c1335 ObjectAddress func_address; in SetFunctionReturnType() local
1361 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionReturnType()
1362 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionReturnType()
1377 ObjectAddress func_address; in SetFunctionArgType() local
1404 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionArgType()
1405 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionArgType()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/commands/
H A Dfunctioncmds.c1335 ObjectAddress func_address; in SetFunctionReturnType() local
1361 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionReturnType()
1362 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionReturnType()
1377 ObjectAddress func_address; in SetFunctionArgType() local
1404 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionArgType()
1405 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionArgType()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/commands/
H A Dfunctioncmds.c1335 ObjectAddress func_address; in SetFunctionReturnType() local
1361 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionReturnType()
1362 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionReturnType()
1377 ObjectAddress func_address; in SetFunctionArgType() local
1404 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionArgType()
1405 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionArgType()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/commands/
H A Dfunctioncmds.c1335 ObjectAddress func_address; in SetFunctionReturnType() local
1361 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionReturnType()
1362 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionReturnType()
1377 ObjectAddress func_address; in SetFunctionArgType() local
1404 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionArgType()
1405 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionArgType()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/commands/
H A Dfunctioncmds.c1416 ObjectAddress func_address; in SetFunctionReturnType() local
1442 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionReturnType()
1443 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionReturnType()
1458 ObjectAddress func_address; in SetFunctionArgType() local
1485 ObjectAddressSet(func_address, ProcedureRelationId, funcOid); in SetFunctionArgType()
1486 recordDependencyOn(&func_address, &type_address, DEPENDENCY_NORMAL); in SetFunctionArgType()

12