| /openbsd-src/usr.bin/file/magdir/ |
| H A D | sysex | 99 >>>4 byte 0x20 SNDP (Sound Parameter Change) 100 >>>4 byte 0x30 SNDQ (Sound Parameter Inquiry) 104 >>>4 byte 0x21 MULP (Multi Parameter Change) 105 >>>4 byte 0x31 MULQ (Multi Parameter Inquiry) 109 >>>4 byte 0x22 DRMP (Drum Map Parameter Change) 110 >>>4 byte 0x32 DRMQ (Drum Map Parameter Inquiry) 114 >>>4 byte 0x23 PATP (Sequencer Pattern Parameter Change) 115 >>>4 byte 0x33 PATQ (Sequencer Pattern Parameter Inquiry) 117 >>>4 byte 0x04 GLBR (Global Parameter Request) 118 >>>4 byte 0x14 GLBD (Global Parameter Dump) [all …]
|
| /openbsd-src/gnu/llvm/libcxx/utils/libcxx/test/ |
| H A D | params.py | 71 Parameter(name='target_triple', type=str, 80 Parameter(name='std', choices=_allStandards, type=str, 89 Parameter(name='enable_modules', choices=[True, False], type=bool, default=False, 97 Parameter(name='enable_exceptions', choices=[True, False], type=bool, default=True, 104 Parameter(name='enable_rtti', choices=[True, False], type=bool, default=True, 111 …Parameter(name='stdlib', choices=['llvm-libc++', 'apple-libc++', 'libstdc++', 'msvc'], type=str, d… 133 Parameter(name='enable_warnings', choices=[True, False], type=bool, default=True, 140 …Parameter(name='use_sanitizer', choices=['', 'Address', 'HWAddress', 'Undefined', 'Memory', 'Memor… 167 Parameter(name='enable_experimental', choices=[True, False], type=bool, default=True, 182 Parameter(name='long_tests', choices=[True, False], type=bool, default=True, [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | CalledOnceCheck.cpp | 775 const ParmVarDecl *Parameter = getParameter(IndexedStatus.index()); in checkEntry() local 785 if (isCaptured(Parameter)) { in checkEntry() 787 Handler.handleCapturedNeverCalled(Parameter, AC.getDecl(), in checkEntry() 788 !isExplicitlyMarked(Parameter)); in checkEntry() 790 Handler.handleNeverCalled(Parameter, in checkEntry() 791 !isExplicitlyMarked(Parameter)); in checkEntry() 910 const ParmVarDecl *Parameter = getParameter(Index); in processCallFor() local 912 Parameter, &CurrentState.getCallFor(Index), Call, in processCallFor() 913 !isExplicitlyMarked(Parameter), in processCallFor() 950 const ParmVarDecl *Parameter = getParameter(Index); in findAndReportNotCalledBranches() local [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/ |
| H A D | CalledOnceCheck.h | 59 virtual void handleDoubleCall(const ParmVarDecl *Parameter, const Expr *Call, in handleDoubleCall() argument 66 virtual void handleNeverCalled(const ParmVarDecl *Parameter, in handleNeverCalled() argument 73 virtual void handleCapturedNeverCalled(const ParmVarDecl *Parameter, in handleCapturedNeverCalled() argument 89 virtual void handleNeverCalled(const ParmVarDecl *Parameter, in handleNeverCalled() argument
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
| H A D | template26.C | 44 class Parameter { 49 Parameter(): is_set_(0), overrides_(0) {} in Parameter() function 59 find_parameter_in_stack(Stack<T1>& stack, Parameter<T2>& (T1::*access)()) in find_parameter_in_stack() 76 Parameter<int> a_; 79 Parameter<int>& a() { return a_; } in a()
|
| /openbsd-src/gnu/llvm/llvm/docs/AMDGPU/ |
| H A D | gfx8_param.rst | 18 p0 Parameter *P0*. 19 p10 Parameter *P10*. 20 p20 Parameter *P20*.
|
| H A D | gfx9_param.rst | 18 p0 Parameter *P0*. 19 p10 Parameter *P10*. 20 p20 Parameter *P20*.
|
| H A D | gfx10_param.rst | 18 p0 Parameter *P0*. 19 p10 Parameter *P10*. 20 p20 Parameter *P20*.
|
| H A D | gfx1030_param.rst | 18 p0 Parameter *P0*. 19 p10 Parameter *P10*. 20 p20 Parameter *P20*.
|
| H A D | gfx7_param.rst | 18 p0 Parameter *P0*. 19 p10 Parameter *P10*. 20 p20 Parameter *P20*.
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NonNullParamChecker.cpp | 76 for (const ParmVarDecl *Parameter : Call.parameters()) { in setBitsAccordingToParameterAttributes() local 77 unsigned ParameterIndex = Parameter->getFunctionScopeIndex(); in setBitsAccordingToParameterAttributes() 81 if (Parameter->hasAttr<NonNullAttr>()) in setBitsAccordingToParameterAttributes() 252 for (const ParmVarDecl *Parameter : AbstractCall->parameters()) { in checkBeginFunction() local 254 if (!ParameterNonNullMarks.test(Parameter->getFunctionScopeIndex())) in checkBeginFunction() 260 if (!Parameter->getType()->isPointerType()) in checkBeginFunction() 263 Loc ParameterLoc = State->getLValue(Parameter, LocContext); in checkBeginFunction()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/rdi-share/ |
| H A D | params.h | 31 typedef struct Parameter { struct 34 } Parameter; argument 46 Parameter *param; /* pointer to array of Parameters */
|
| H A D | serdrv.c | 109 static Parameter param_default[] = { 114 sizeof(param_default)/sizeof(Parameter), param_default };
|
| /openbsd-src/gnu/llvm/clang/include/clang/ExtractAPI/ |
| H A D | DeclarationFragments.h | 158 struct Parameter { struct 162 Parameter(StringRef Name, DeclarationFragments Fragments) in Parameter() argument 166 const std::vector<Parameter> &getParameters() const { return Parameters; } in getParameters() 186 std::vector<Parameter> Parameters;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/t/ |
| H A D | 001bzip2.t | 67 my $err = "Parameter 'BlockSize100K' must be an unsigned int, got '$stringValue'"; 81 my $err = "Parameter 'BlockSize100K' not between 1 and 9, got $stringValue"; 95 my $err = "Parameter 'WorkFactor' must be an unsigned int, got '$stringValue'"; 109 my $err = "Parameter 'WorkFactor' not between 0 and 250, got $stringValue"; 131 my $err = "Parameter 'Small' must be an int, got '$stringValue'";
|
| H A D | 01misc.t | 51 like $@, mkErr("Parameter 'fred' must be an int, got 'joe'"), 55 like $@, mkErr("Parameter 'fred' must be an unsigned int, got 'undef'"), 59 like $@, mkErr("Parameter 'fred' must be a signed int, got 'undef'"), 63 like $@, mkErr("Parameter 'fred' must be a signed int, got 'abc'"), 67 like $@, mkErr("Parameter 'fred' must be a code reference, got 'abc'"), 79 like $@, mkErr("Parameter 'fred' not writable"), 86 like $@, mkErr("Parameter 'fred' not writable"), 92 like $@, mkErr("Parameter 'fred' not a scalar reference"), 97 like $@, mkErr("Parameter 'fred' not a scalar"),
|
| H A D | 004gziphdr.t | 253 like $@, mkErr("^IO::Compress::Gzip: Parameter 'OS_Code' must be an unsigned int, got $code_name"), 342 my $prefix = 'Error with ExtraField Parameter: '; 382 "Error with ExtraField Parameter: Truncated in FEXTRA Body Section", 386 "Error with ExtraField Parameter: Truncated in FEXTRA Body Section", 390 "Error with ExtraField Parameter: Truncated in FEXTRA Body Section", 394 "Error with ExtraField Parameter: SubField ID 2nd byte is 0x00", 605 like $@, mkErr('Error with ExtraField Parameter: Too Large'); 606 like $GzipError, '/Error with ExtraField Parameter: Too Large/'; 978 my $error = 'Error with ExtraField Parameter: ' .
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-debuginfo-analyzer.rst | 545 =Parameter: A parameter to function. 766 [003] 2 {Parameter} 'ParamPtr' -> 'INTPTR' 767 [003] 2 {Parameter} 'ParamUnsigned' -> 'unsigned int' 768 [003] 2 {Parameter} 'ParamBool' -> 'bool' 932 [003] 2 {Parameter} 'ParamBool' -> 'bool' 933 [003] 2 {Parameter} 'ParamPtr' -> 'INTPTR' 934 [003] 2 {Parameter} 'ParamUnsigned' -> 'unsigned int' 1201 [003] {Parameter} 'Input' -> 'float' 1208 [003] {Parameter} 'Param' -> 'char' 1255 [003] 1 {Parameter} 'Input' -> 'float' [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/mt/ |
| H A D | ABI.txt | 91 | Parameter Word 1 | 107 | Parameter Word 2 | 109 | Parameter Word 1 | 113 Parameter Assignment to Registers
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Initialization.h | 194 llvm::PointerIntPair<ParmVarDecl *, 1> Parameter; member 276 Entity.Parameter = {Parm, Consumed}; in InitializeParameter() 289 Entity.Parameter = {nullptr, Consumed}; in InitializeParameter() 487 return Parameter.getInt(); in isParameterConsumed()
|
| /openbsd-src/gnu/llvm/clang/lib/ExtractAPI/Serialization/ |
| H A D | SymbolGraphSerializer.cpp | 438 Object Parameter; in serializeFunctionSignatureMixinImpl() local 439 Parameter["name"] = P.Name; in serializeFunctionSignatureMixinImpl() 440 serializeArray(Parameter, "declarationFragments", in serializeFunctionSignatureMixinImpl() 442 Parameters.emplace_back(std::move(Parameter)); in serializeFunctionSignatureMixinImpl()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ASTNodeTraverser.h | 426 for (const auto *Parameter : D->parameters()) in VisitFunctionDecl() local 427 Visit(Parameter); in VisitFunctionDecl() 662 for (const ParmVarDecl *Parameter : D->parameters()) in VisitObjCMethodDecl() local 663 Visit(Parameter); in VisitObjCMethodDecl()
|
| /openbsd-src/gnu/gcc/gcc/config/iq2000/ |
| H A D | abi | 115 | Parameter Word 2 | 117 | Parameter Word 1 | 121 Parameter Assignment to Registers
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 2774 for (unsigned Parameter = 0; !NParameters || Parameter < NParameters; in parseMacroArguments() local 2775 ++Parameter) { in parseMacroArguments() 2790 bool Vararg = HasVararg && Parameter == (NParameters - 1); in parseMacroArguments() 2825 unsigned PI = Parameter; in parseMacroArguments() 4526 MCAsmMacroParameter Parameter; in parseDirectiveMacro() local 4527 if (parseIdentifier(Parameter.Name)) in parseDirectiveMacro() 4532 if (CurrParam.Name.equals(Parameter.Name)) in parseDirectiveMacro() 4534 " named '" + Parameter.Name + "'"); in parseDirectiveMacro() 4545 "'" + Parameter.Name + "' in macro '" + Name + "'"); in parseDirectiveMacro() 4548 Parameter.Required = true; in parseDirectiveMacro() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Attributes.td | 50 /// Parameter of a function that tells us the alignment of an allocation, as in 57 /// Parameter is the pointer to be manipulated by the allocator function. 77 /// Parameter or return value may not contain uninitialized or poison bits. 218 /// Parameter is required to be a trivial constant.
|