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

12345

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DFunction.cpp18 Function::Function(Program &P, const FunctionDecl *F, unsigned ArgSize, function in class:Function
[all...]
H A DFunction.h59 class Function { class in namespace:clang::interp
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCastValueChecker.cpp34 enum class CallKind { Function, Method, InstanceOf }; member in class:__anon930::CastValueChecker::CallKind
/netbsd-current/sys/external/bsd/acpica/dist/executer/
H A Dexserial.c189 UINT32 Function; local
307 UINT32 Function; local
[all...]
H A Dexregion.c72 AcpiExSystemMemorySpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
359 AcpiExSystemIoSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
424 AcpiExPciConfigSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
505 AcpiExCmosSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
542 AcpiExPciBarSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
579 AcpiExDataTableSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_fdr_log_records.h19 enum class RecordType : uint8_t { Function, Metadata }; member in class:__xray::RecordType
H A Dxray_interface_internal.h28 uint64_t Function; member in struct:XRaySledEntry
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSymbolRewriter.h72 Function, /// function - descriptor rewrites a function member in class:llvm::SymbolRewriter::RewriteDescriptor::Type
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/XRay/
H A DBlockVerifier.h36 Function, member in class:llvm::xray::BlockVerifier::State
H A DBlockPrinter.h28 Function, member in class:llvm::xray::BlockPrinter::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
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp48 get(const CoverageMapping &CM, const coverage::FunctionRecord &Function) argument
H A DCoverageSummaryInfo.h239 void addFunction(const FunctionCoverageSummary &Function) { argument
246 void addInstantiation(const FunctionCoverageSummary &Function) { argument
/netbsd-current/sys/dev/acpi/acpica/
H A DOsdSchedule.c99 AcpiOsExecute(ACPI_EXECUTE_TYPE Type, ACPI_OSD_EXEC_CALLBACK Function, argument
H A DOsdMisc.c119 AcpiOsSignal(UINT32 Function, void *Info) argument
/netbsd-current/external/gpl2/texinfo/dist/info/
H A Dinfo.h37 typedef int Function (); typedef
/netbsd-current/external/apache2/llvm/dist/llvm/lib/XRay/
H A DBlockVerifier.cpp96 {State::Function, member in class:llvm::xray::State
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DCalledOnceCheck.h90 handleNeverCalled(const ParmVarDecl *Parameter, const Decl *Function, const Stmt *Where, NeverCalledReason Reason, bool IsCalledDirectly, bool IsCompletionHandler) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch.py110 class Function(_Component): class in inherits:_Component
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_handlers_cxx.cpp160 handleFunctionTypeMismatch(FunctionTypeMismatchData *Data, ValueHandle Function, ValueHandle calleeRTTI, ValueHandle fnRTTI, ReportOptions Opts) argument
188 __ubsan_handle_function_type_mismatch_v1(FunctionTypeMismatchData *Data, ValueHandle Function, ValueHandle calleeRTTI, ValueHandle fnRTTI) argument
196 __ubsan_handle_function_type_mismatch_v1_abort( FunctionTypeMismatchData *Data, ValueHandle Function, ValueHandle calleeRTTI, ValueHandle fnRTTI) argument
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Drltypedefs.h35 typedef int Function () __attribute__ ((deprecated)); typedef
40 typedef int Function (); typedef
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCWinEH.h44 const MCSymbol *Function = nullptr; member in struct:llvm::WinEH::FrameInfo
60 FrameInfo(const MCSymbol *Function, const MCSymbol *BeginFuncEHLabel) argument
62 FrameInfo(const MCSymbol *Function, const MCSymbol *BeginFuncEHLabel, argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnyCall.h29 Function, enumerator in enum:clang::AnyCall::Kind
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h493 struct Function<R(Args...)> { struct in namespace:testing::internal

Completed in 407 milliseconds

12345