Searched defs:ReturnValue (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCUDARuntime.cpp27 EmitCUDAKernelCallExpr(CodeGenFunction &CGF, const CUDAKernelCallExpr *E, ReturnValueSlot ReturnValue) argument
H A DTargetInfo.h134 addReturnRegisterOutputs( CodeGen::CodeGenFunction &CGF, CodeGen::LValue ReturnValue, std::string &Constraints, std::vector<llvm::Type *> &ResultRegTypes, std::vector<llvm::Type *> &ResultTruncRegTypes, std::vector<CodeGen::LValue> &ResultRegDests, std::string &AsmString, unsigned NumOutputs) const argument
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DCompression.cpp37 static zlib::Status encodeZlibReturnValue(int ReturnValue) { argument
/freebsd-11.0-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsinit.c85 AcpiDsInitOneObject( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
/freebsd-11.0-release/sys/contrib/dev/acpica/components/namespace/
H A Dnsdumpdv.c74 AcpiNsDumpOneDevice( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
H A Dnswalk.c190 AcpiNsWalkNamespace( ACPI_OBJECT_TYPE Type, ACPI_HANDLE StartNode, UINT32 MaxDepth, UINT32 Flags, ACPI_WALK_CALLBACK DescendingCallback, ACPI_WALK_CALLBACK AscendingCallback, void *Context, void **ReturnValue) argument
H A Dnsinit.c322 AcpiNsInitOneObject( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
472 AcpiNsFindIniMethods( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
545 AcpiNsInitOneDevice( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
H A Dnsdump.c204 AcpiNsDumpOneObject( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
740 AcpiNsDumpOneObjectPath( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
784 AcpiNsGetMaxDepth( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
H A Dnsxfeval.c613 AcpiWalkNamespace( ACPI_OBJECT_TYPE Type, ACPI_HANDLE StartObject, UINT32 MaxDepth, ACPI_WALK_CALLBACK DescendingCallback, ACPI_WALK_CALLBACK AscendingCallback, void *Context, void **ReturnValue) argument
704 AcpiNsGetDeviceCallback( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
859 AcpiGetDevices( char *HID, ACPI_WALK_CALLBACK UserFunction, void *Context, void **ReturnValue) argument
/freebsd-11.0-release/sys/contrib/dev/acpica/compiler/
H A Dasllookup.c114 LkIsObjectUsed( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
H A Daslnamesp.c156 NsDoOneNamespaceObject( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
408 NsDoOnePathname( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
H A Dprexpress.c264 PrResolveIntegerExpression( char *Line, UINT64 *ReturnValue) argument
H A Ddtexpress.c82 DtResolveIntegerExpression( DT_FIELD *Field, UINT64 *ReturnValue) argument
H A Daslmapoutput.c474 MpEmitOneDevice( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
/freebsd-11.0-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbstats.c293 AcpiDbClassifyOneObject( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
H A Ddbconvert.c70 AcpiDbHexCharToValue( int HexChar, UINT8 *ReturnValue) argument
113 AcpiDbHexByteToBinary( char *HexByte, UINT8 *ReturnValue) argument
H A Ddbnames.c368 AcpiDbWalkAndMatchName( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
482 AcpiDbWalkForPredefinedNames( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
583 AcpiDbWalkForObjectCounts( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
620 AcpiDbWalkForSpecificObjects( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
755 AcpiDbIntegrityWalk( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
866 AcpiDbWalkForReferences( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
943 AcpiDbBusWalk( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
[all...]
/freebsd-11.0-release/sys/contrib/dev/acpica/components/events/
H A Devgpeinit.c330 AcpiEvMatchGpeMethod( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
H A Devhandler.c220 AcpiEvInstallHandler( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
H A Devgpe.c746 UINT32 ReturnValue; local
/freebsd-11.0-release/sys/contrib/dev/acpica/components/hardware/
H A Dhwregs.c414 AcpiHwRegisterRead( UINT32 RegisterId, UINT32 *ReturnValue) argument
H A Dhwpci.c375 UINT64 ReturnValue; local
/freebsd-11.0-release/sys/contrib/dev/acpica/components/utilities/
H A Dutosi.c461 UINT32 ReturnValue; local
H A Dutnonansi.c282 UINT64 ReturnValue = 0; local
497 UINT64 ReturnValue = 0; local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c116 int ReturnValue; local

Completed in 216 milliseconds

12