Searched defs:Function (Results 1 - 25 of 139) sorted by relevance

123456

/freebsd-current/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_init.cpp96 const auto Function = Sled.function(); variable
H A Dxray_fdr_log_records.h18 enum class RecordType : uint8_t { Function, Metadata }; member in class:__xray::RecordType
H A Dxray_interface.cpp192 const auto Function = Sled.function(); variable
H A Dxray_interface_internal.h27 uint64_t Function; member in struct:XRaySledEntry
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastValueChecker.cpp35 enum class CallKind { Function, Method, InstanceOf }; member in class:__anon961::CastValueChecker::CallKind
/freebsd-current/sys/dev/acpica/Osd/
H A DOsdDebug.c69 AcpiOsSignal(UINT32 Function, void *Info) argument
H A DOsdSchedule.c146 acpi_task_enqueue(int priority, ACPI_OSD_EXEC_CALLBACK Function, void *Context) argument
191 AcpiOsExecute(ACPI_EXECUTE_TYPE Type, ACPI_OSD_EXEC_CALLBACK Function, argument
/freebsd-current/sys/contrib/dev/acpica/components/executer/
H A Dexserial.c297 UINT32 Function; local
415 UINT32 Function; local
[all...]
H A Dexregion.c180 AcpiExSystemMemorySpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
467 AcpiExSystemIoSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
532 AcpiExPciConfigSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
613 AcpiExCmosSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
650 AcpiExPciBarSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
687 AcpiExDataTableSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunction.cpp19 Function::Function(Program &P, const FunctionDecl *F, unsigned ArgSize, function in class:Function
/freebsd-current/contrib/llvm-project/llvm/include/llvm/XRay/
H A DBlockPrinter.h28 Function, member in class:llvm::xray::BlockPrinter::State
H A DBlockVerifier.h34 Function, member in class:llvm::xray::BlockVerifier::State
H A DYAMLXRayRecord.h36 std::string Function; member in struct:llvm::xray::YAMLXRayRecord
H A DInstrumentationMap.h46 uint64_t Function; member in struct:llvm::xray::SledEntry
60 yaml::Hex64 Function; member in struct:llvm::xray::YAMLXRaySledEntry
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSymbolRewriter.h71 Function, /// function - descriptor rewrites a function member in class:llvm::SymbolRewriter::RewriteDescriptor::Type
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DCalledOnceCheck.h89 handleNeverCalled(const ParmVarDecl *Parameter, const Decl *Function, const Stmt *Where, NeverCalledReason Reason, bool IsCalledDirectly, bool IsCompletionHandler) argument
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp63 get(const CoverageMapping &CM, const coverage::FunctionRecord &Function) argument
/freebsd-current/contrib/llvm-project/llvm/lib/XRay/
H A DBlockVerifier.cpp98 {State::Function, member in class:llvm::xray::State
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DReplayInlineAdvisor.h44 enum class Scope : int { Function, Module }; member in class:llvm::ReplayInlinerSettings::Scope
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnyCall.h30 Function, enumerator in enum:clang::AnyCall::Kind
/freebsd-current/sys/dev/mpi3mr/mpi/
H A Dmpi30_pci.h56 U8 Function; /* 0x03 */ member in struct:_MPI3_NVME_ENCAPSULATED_REQUEST
86 U8 Function; /* 0x03 */ member in struct:_MPI3_NVME_ENCAPSULATED_ERROR_REPLY
H A Dmpi30_sas.h66 U8 Function; /* 0x03 */ member in struct:_MPI3_SMP_PASSTHROUGH_REQUEST
87 U8 Function; /* 0x03 */ member in struct:_MPI3_SMP_PASSTHROUGH_REPLY
/freebsd-current/sys/dev/mpr/mpi/
H A Dmpi2_ra.h75 U8 Function; /* 0x03 */ member in struct:_MPI2_RAID_ACCELERATOR_REQUEST
97 U8 Function; /* 0x03 */ member in struct:_MPI2_RAID_ACCELERATOR_REPLY
/freebsd-current/sys/dev/mps/mpi/
H A Dmpi2_ra.h76 U8 Function; /* 0x03 */ member in struct:_MPI2_RAID_ACCELERATOR_REQUEST
98 U8 Function; /* 0x03 */ member in struct:_MPI2_RAID_ACCELERATOR_REPLY
/freebsd-current/sys/contrib/dev/acpica/components/events/
H A Devrgnini.c178 AcpiEvSystemMemoryRegionSetup( ACPI_HANDLE Handle, UINT32 Function, void *HandlerContext, void **RegionContext) argument
247 AcpiEvIoSpaceRegionSetup( ACPI_HANDLE Handle, UINT32 Function, void *HandlerContext, void **RegionContext) argument
287 AcpiEvPciConfigRegionSetup( ACPI_HANDLE Handle, UINT32 Function, void *HandlerContext, void **RegionContext) argument
558 AcpiEvPciBarRegionSetup( ACPI_HANDLE Handle, UINT32 Function, void *HandlerContext, void **RegionContext) argument
589 AcpiEvCmosRegionSetup( ACPI_HANDLE Handle, UINT32 Function, void *HandlerContext, void **RegionContext) argument
620 AcpiEvDataTableRegionSetup( ACPI_HANDLE Handle, UINT32 Function, void *HandlerContext, void **RegionContext) argument
676 AcpiEvDefaultRegionSetup( ACPI_HANDLE Handle, UINT32 Function, void *HandlerContext, void **RegionContext) argument
[all...]

Completed in 204 milliseconds

123456