Home
last modified time | relevance | path

Searched defs:Params (Results 1 – 25 of 123) sorted by relevance

12345

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stoptheworld_fuchsia.cpp28 struct Params { in StopTheWorld() struct
29 StopTheWorldCallback callback; in StopTheWorld()
30 void *argument; in StopTheWorld()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DInlineSimple.cpp40 InlineParams Params; member in __anon9a94bc790111::SimpleInliner
47 explicit SimpleInliner(InlineParams Params) in SimpleInliner()
112 Pass *llvm::createFunctionInliningPass(InlineParams &Params) { in createFunctionInliningPass()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_common_fuchsia.cpp64 struct Params { in LockStuffAndStopTheWorld() struct
65 InternalMmapVector<uptr> allocator_caches; in LockStuffAndStopTheWorld()
66 StopTheWorldCallback callback; in LockStuffAndStopTheWorld()
67 CheckForLeaksParam *argument; in LockStuffAndStopTheWorld()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclTemplate.cpp50 ArrayRef<NamedDecl *> Params, in TemplateParameterList()
119 ArrayRef<NamedDecl *> Params, in Create()
167 static void AdoptTemplateParameterList(TemplateParameterList *Params, in AdoptTemplateParameterList()
222 DeclarationName Name, TemplateParameterList *Params, in TemplateDecl()
345 TemplateParameterList *Params, in Create()
387 TemplateParameterList *Params = getTemplateParameters(); in getInjectedTemplateArgs() local
444 TemplateParameterList *Params, in Create()
603 TemplateParameterList *Params = getTemplateParameters(); in getInjectedClassNameSpecialization() local
791 IdentifierInfo *Id, TemplateParameterList *Params, in TemplateTemplateParmDecl()
805 TemplateParameterList *Params) { in Create()
[all …]
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpiexec/
H A Daeexec.c193 ACPI_OBJECT_LIST Params; in AeTestBufferArgument() local
217 static ACPI_OBJECT_LIST Params; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/
H A Dfunctions.rst23 Params chapter
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/
H A Dfunctions.rst23 Params chapter
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/
H A Dfunctions.rst23 Params chapter
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/
H A Dfunctions.rst23 Params chapter
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp53 SmallVectorImpl<MVT> &Params, in computeSignatureVTs()
101 const SmallVectorImpl<MVT> &Params) { in signatureFromMVTs()
H A DWebAssemblyMachineFunctionInfo.h36 std::vector<MVT> Params; variable
191 std::vector<FlowStringValue> Params; member
H A DWebAssemblyMCInstLower.cpp117 SmallVector<wasm::ValType, 4> Params; in GetExternalSymbolSymbol() local
267 SmallVector<wasm::ValType, 4> Params; in lower() local
H A DWebAssemblyRuntimeLibcallSignatures.cpp519 SmallVectorImpl<wasm::ValType> &Params) { in getLibcallSignature()
894 SmallVectorImpl<wasm::ValType> &Params) { in getLibcallSignature()
/netbsd-src/sys/external/bsd/acpica/dist/debugger/
H A Ddbtest.c923 ACPI_OBJECT Params[2]; in AcpiDbReadFromObject() local
1010 ACPI_OBJECT Params[2]; in AcpiDbWriteToObject() local
1104 ACPI_OBJECT Params[ACPI_METHOD_NUM_ARGS]; in AcpiDbEvaluateOnePredefinedName() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h207 InlineParams Params) in DefaultInlineAdvisor()
215 InlineParams Params; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DFunction.cpp20 llvm::DenseMap<unsigned, ParamDescriptor> &&Params) in Function()
H A DByteCodeEmitter.h72 llvm::DenseMap<const ParmVarDecl *, unsigned> Params; variable
H A DEvalEmitter.h79 llvm::DenseMap<const ParmVarDecl *, unsigned> Params; variable
H A DInterpFrame.h147 llvm::DenseMap<unsigned, std::unique_ptr<char[]>> Params; variable
H A DFunction.h150 llvm::DenseMap<unsigned, ParamDescriptor> Params; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceFileWriter.h45 ResourceFileWriter(const WriterParams &Params, in ResourceFileWriter()
171 const WriterParams &Params; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp236 void MCDwarfLineTable::emit(MCStreamer *MCOS, MCDwarfLineTableParams Params) { in emit()
263 void MCDwarfDwoLineTable::Emit(MCStreamer &MCOS, MCDwarfLineTableParams Params, in Emit()
273 MCDwarfLineTableHeader::Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params, in Emit()
452 MCDwarfLineTableHeader::Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params, in Emit()
519 void MCDwarfLineTable::emitCU(MCStreamer *MCOS, MCDwarfLineTableParams Params, in emitCU()
639 void MCDwarfLineAddr::Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params, in Emit()
650 static uint64_t SpecialAddr(MCDwarfLineTableParams Params, uint64_t op) { in SpecialAddr()
655 void MCDwarfLineAddr::Encode(MCContext &Context, MCDwarfLineTableParams Params, in Encode()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Ddhcpcsdk.d45 LPDHCPAPI_PARAMS Params; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassBuilder.cpp2082 StringRef Params = Name; local
2100 Expected<LoopUnrollOptions> parseLoopUnrollOptions(StringRef Params) { in parseLoopUnrollOptions()
2145 Expected<MemorySanitizerOptions> parseMSanPassOptions(StringRef Params) { in parseMSanPassOptions()
2174 Expected<SimplifyCFGOptions> parseSimplifyCFGOptions(StringRef Params) { in parseSimplifyCFGOptions()
2210 Expected<LoopVectorizeOptions> parseLoopVectorizeOptions(StringRef Params) { in parseLoopVectorizeOptions()
2230 Expected<bool> parseLoopUnswitchOptions(StringRef Params) { in parseLoopUnswitchOptions()
2249 Expected<bool> parseMergedLoadStoreMotionOptions(StringRef Params) { in parseMergedLoadStoreMotionOptions()
2269 Expected<GVNOptions> parseGVNOptions(StringRef Params) { in parseGVNOptions()
2294 parseStackLifetimeOptions(StringRef Params) { in parseStackLifetimeOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFormatVariadic.h151 formatv_object(StringRef Fmt, Tuple &&Params) in formatv_object()

12345