/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | VFABIDemangling.cpp |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | FormatVariadic.h | 132 Tuple Parameters; variable 154 Parameters(std::move(Params)) { in formatv_object() 155 ParameterPointers = std::apply(create_adapters(), Parameters); in formatv_object() 162 Parameters(std::move(rhs.Parameters)) { in formatv_object() 163 ParameterPointers = std::apply(create_adapters(), Parameters); in formatv_object()
|
/freebsd/sys/contrib/dev/acpica/components/namespace/ |
H A D | nsxfeval.c | 419 Info->Parameters = ACPI_ALLOCATE_ZEROED ( in ACPI_EXPORT_SYMBOL() 421 if (!Info->Parameters) in ACPI_EXPORT_SYMBOL() 432 &ExternalParams->Pointer[i], &Info->Parameters[i]); in ACPI_EXPORT_SYMBOL() 439 Info->Parameters[Info->ParamCount] = NULL; in ACPI_EXPORT_SYMBOL() 488 Info->Parameters = ACPI_ALLOCATE_ZEROED ( in ACPI_EXPORT_SYMBOL() 490 if (!Info->Parameters) in ACPI_EXPORT_SYMBOL() 501 &ExternalParams->Pointer[i], &Info->Parameters[i]); in ACPI_EXPORT_SYMBOL() 508 Info->Parameters[Info->ParamCount] = NULL; in ACPI_EXPORT_SYMBOL() 623 if (Info->Parameters) in ACPI_EXPORT_SYMBOL() 627 AcpiUtDeleteInternalObjectList (Info->Parameters); in ACPI_EXPORT_SYMBOL()
|
H A D | nseval.c | 264 if (Info->Parameters) in AcpiNsEvaluate() 266 while (Info->Parameters[Info->ParamCount]) in AcpiNsEvaluate()
|
H A D | nsinit.c | 316 Info.EvaluateInfo->Parameters = NULL; in AcpiNsInitializeDevices() 336 Info.EvaluateInfo->Parameters = NULL; in AcpiNsInitializeDevices() 840 Info->Parameters = NULL; in AcpiNsInitOneDevice()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaSwift.cpp | 348 StringRef ContextName, BaseName, Parameters; in validateSwiftFunctionName() local 350 std::tie(BaseName, Parameters) = Name.split('('); in validateSwiftFunctionName() 380 if (Parameters.empty()) { in validateSwiftFunctionName() 385 assert(Parameters.back() == ')' && "expected ')'"); in validateSwiftFunctionName() 386 Parameters = Parameters.drop_back(); // ')' in validateSwiftFunctionName() 388 if (Parameters.empty()) { in validateSwiftFunctionName() 404 if (Parameters.back() != ':') { in validateSwiftFunctionName() 414 std::tie(CurrentParam, Parameters) = Parameters.split(':'); in validateSwiftFunctionName() 444 } while (!Parameters.empty()); in validateSwiftFunctionName()
|
/freebsd/contrib/libucl/doc/ |
H A D | lua_api.md | 75 **Parameters:** 100 **Parameters:** 143 **Parameters:** 170 **Parameters:** 184 **Parameters:**
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DXILEmitter.cpp | 366 SequenceToOffsetTable<SmallVector<ParameterKind>> Parameters; in emitDXILOperationTable() local 383 Parameters.add(ParamKindVec); in emitDXILOperationTable() 389 Parameters.layout(); in emitDXILOperationTable() 417 << Parameters.get(ParameterMap[Op.OpClass]) << " },\n"; in emitDXILOperationTable() 460 Parameters.emit( in emitDXILOperationTable()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCAsmMacro.h | 145 MCAsmMacroParameters Parameters; member 152 : Name(N), Body(B), Parameters(std::move(P)) {} in MCAsmMacro() 155 : Name(N), Body(B), Parameters(std::move(P)), Locals(std::move(L)), in MCAsmMacro()
|
/freebsd/sys/contrib/dev/acpica/components/parser/ |
H A D | psxface.c | 506 if (Info->Parameters) in AcpiPsUpdateParameterList() 510 for (i = 0; Info->Parameters[i]; i++) in AcpiPsUpdateParameterList() 515 Info->Parameters[i], Action); in AcpiPsUpdateParameterList()
|
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | DeclarationFragments.h | 269 const std::vector<Parameter> &getParameters() const { return Parameters; } in getParameters() 274 Parameters.emplace_back(Name, Fragments); in addParameter() 285 return Parameters.empty() && ReturnType.getFragments().empty(); in empty() 289 std::vector<Parameter> Parameters;
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_MD-MDC2.pod | 16 =head2 Gettable Parameters 21 =head2 Settable Context Parameters
|
H A D | EVP_MD-SHA1.pod | 16 =head2 Gettable Parameters 21 =head2 Settable Context Parameters
|
H A D | EVP_MD-MD5-SHA1.pod | 18 =head2 Gettable Parameters 23 =head2 Settable Context Parameters
|
H A D | EVP_MD-SHAKE.pod | 48 =head2 Gettable Parameters 53 =head2 Settable Context Parameters
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NoOwnershipChangeVisitor.cpp | 111 ArrayRef<ParmVarDecl *> Parameters = Call.parameters(); in maybeEmitNoteForParameters() local 112 for (unsigned I = 0; I < Call.getNumArgs() && I < Parameters.size(); ++I) { in maybeEmitNoteForParameters()
|
/freebsd/sys/contrib/device-tree/Bindings/input/rmi4/ |
H A D | rmi_spi.txt | 24 Function Parameters: 25 Parameters specific to RMI functions are contained in child nodes of the rmi device
|
H A D | rmi_i2c.txt | 33 Function Parameters: 34 Parameters specific to RMI functions are contained in child nodes of the rmi device
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | DXContainer.h | 245 ViewArray<dxbc::ProgramSignatureElement> Parameters; variable 251 return Parameters.begin(); in begin() 255 return Parameters.end(); in end() 269 bool isEmpty() const { return Parameters.isEmpty(); } in isEmpty()
|
/freebsd/sys/dev/qlxgb/ |
H A D | README.txt | 17 5. Driver Parameters 62 5. Parameters to set prior to installing the driver
|
/freebsd/sys/dev/qlxge/ |
H A D | README.txt | 17 5. Driver Parameters 62 5. Parameters to set prior to installing the driver
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCAsmMacro.cpp | 37 for (const MCAsmMacroParameter &P : Parameters) { in dump()
|
/freebsd/sys/dev/qlxgbe/ |
H A D | README.txt | 17 5. Driver Parameters 62 5. Parameters to set prior to installing the driver
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 297 ArrayRef<MCAsmMacroParameter> Parameters); 299 ArrayRef<MCAsmMacroParameter> Parameters, 2503 ArrayRef<MCAsmMacroParameter> Parameters, in expandMacro() argument 2506 unsigned NParameters = Parameters.size(); in expandMacro() 2508 bool HasVararg = NParameters ? Parameters.back().Vararg : false; in expandMacro() 2566 if (Parameters[Index].Name == Argument) in expandMacro() 2617 if (Parameters[Index].Name == Token) in expandMacro() 2752 const unsigned NParameters = M ? M->Parameters.size() : 0; in parseMacroArguments() 2762 bool HasVararg = NParameters ? M->Parameters.back().Vararg : false; in parseMacroArguments() 2818 if (M->Parameters[FAI].Name == FA.Name) in parseMacroArguments() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
H A D | MCDCTypes.h | 55 using Parameters = variable
|