/freebsd/sys/contrib/device-tree/Bindings/fsi/ |
H A D | ibm,p9-fsi-controller.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/fsi/ibm,p9-fsi-controller.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: IBM FSI-attached FSI Hub Controller 10 - Eddie James <eajames@linux.ibm.com> 13 The FSI Hub Controller is an FSI controller, providing a number of FSI links, 14 located on a CFAM. Therefore this node will always be a child of an FSI CFAM 20 - ibm,p9-fsi-controller 24 - description: FSI slave address [all …]
|
H A D | ibm,p9-occ.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/fsi/ibm,p9-occ.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: IBM FSI-attached On-Chip Controller (OCC) 10 - Eddie James <eajames@linux.ibm.com> 13 The POWER processor On-Chip Controller (OCC) helps manage power and 14 thermals for the system, accessed through the FSI-attached SBEFIFO 20 - ibm,p9-occ 21 - ibm,p10-occ [all …]
|
H A D | ibm,p9-sbefifo.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/fsi/ibm,p9-sbefifo.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: IBM FSI-attached SBEFIFO engine 10 - Eddie James <eajames@linux.ibm.com> 13 The SBEFIFO is an FSI CFAM engine that provides an interface to the 15 of an FSI CFAM node. 20 - ibm,p9-sbefifo 21 - ibm,odyssey-sbefifo [all …]
|
H A D | ibm,fsi2spi.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-or-later) 3 --- 4 $id: http://devicetree.org/schemas/fsi/ibm,fsi2spi.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: IBM FSI-attached SPI controllers 10 - Eddie James <eajames@linux.ibm.com> 13 This binding describes an FSI CFAM engine called the FSI2SPI. Therefore this 14 node will always be a child of an FSI CFAM node. This FSI2SPI engine provides 20 - ibm,fsi2spi 24 - description: FSI slave address [all …]
|
H A D | ibm,p9-occ.txt | 1 Device-tree bindings for FSI-attached POWER9/POWER10 On-Chip Controller (OCC) 2 ----------------------------------------------------------------------------- 4 This is the binding for the P9 or P10 On-Chip Controller accessed over FSI from 5 a service processor. See fsi.txt for details on bindings for FSI slave and CFAM 6 nodes. The OCC is not an FSI slave device itself, rather it is accessed 10 - compatible = "ibm,p9-occ" or "ibm,p10-occ" 15 compatible = "ibm,p9-occ";
|
H A D | ibm,p9-scom.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/fsi/ibm,p9-scom.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: IBM FSI-attached SCOM engine 10 - Eddie James <eajames@linux.ibm.com> 14 Interconnect Bus). This node will always be a child of an FSI CFAM node. 19 - ibm,p9-scom 20 - ibm,i2cr-scom 24 - description: FSI slave address [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/spi/ |
H A D | ibm,spi-fsi.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/spi/ibm,spi-fsi.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: IBM FSI-attached SPI Controller 10 - Eddie James <eajames@linux.ibm.com> 13 A SPI controller found on IBM Power processors, accessed over FSI from a 20 - ibm,spi-fsi 26 - compatible 27 - reg [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | ibm,i2c-fsi.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/i2c/ibm,i2c-fsi.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: IBM FSI-attached I2C controller 10 - Eddie James <eajames@linux.ibm.com> 13 This I2C controller is an FSI CFAM engine, providing access to a number of 14 I2C busses. Therefore this node will always be a child of an FSI CFAM node. 19 - ibm,i2c-fsi 23 - description: FSI slave address [all …]
|
H A D | i2c-fsi.txt | 1 Device-tree bindings for FSI-attached I2C master and busses 2 ----------------------------------------------------------- 5 - compatible = "ibm,i2c-fsi"; 6 - reg = < address size >; : The FSI CFAM address and address 8 - #address-cells = <1>; : Number of address cells in child 10 - #size-cells = <0>; : Number of size cells in child nodes. 11 - child nodes : Nodes to describe busses off the I2C 15 - reg = < port number > : The port number on the I2C master. 18 - child nodes : Nodes to describe devices on the I2C 24 compatible = "ibm,i2c-fsi"; [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | Sema.cpp | 1 //===--- Sema.cpp - AST Builder and Semantic Analysis Implementation ------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 103 return CachedDarwinSDKInfo->get(); in getDarwinSDKInfoForAvailabilityChecking() 109 return CachedDarwinSDKInfo->get(); in getDarwinSDKInfoForAvailabilityChecking() 125 OS << ParamName->getName() << ":auto"; in InventAbbreviatedTemplateParameterTypeName() 139 Policy.Bool = BoolMacro->isObjectLike() && in getPrintingPolicy() 140 BoolMacro->getNumTokens() == 1 && in getPrintingPolicy() 141 BoolMacro->getReplacementToken(0).is(tok::kw__Bool); in getPrintingPolicy() [all …]
|
H A D | SemaDecl.cpp | 1 //===--- SemaDecl.cpp - Semantic Analysis for Declarations ----------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 96 if (!AllowInvalidDecl && ND->isInvalidDecl()) in ValidateCandidate() 109 // An injected-class-name of a class template (specialization) is valid in ValidateCandidate() 110 // as a template or as a non-template. in ValidateCandidate() 113 if (!RD || !RD->isInjectedClassName()) in ValidateCandidate() 115 RD = cast<CXXRecordDecl>(RD->getDeclContext()); in ValidateCandidate() 116 return RD->getDescribedClassTemplate() || in ValidateCandidate() [all …]
|
H A D | SemaChecking.cpp | 1 //===- SemaChecking.cpp - Extra Semantic Checking -------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 125 return SL->getLocationOfByte(ByteNo, getSourceManager(), LangOpts, in getLocationOfStringLiteralByte() 135 unsigned ArgCount = Call->getNumArgs(); in checkArgCountAtLeast() 139 return Diag(Call->getEndLoc(), diag::err_typecheck_call_too_few_args) in checkArgCountAtLeast() 141 << /*is non object*/ 0 << Call->getSourceRange(); in checkArgCountAtLeast() 145 unsigned ArgCount = Call->getNumArgs(); in checkArgCountAtMost() 148 return Diag(Call->getEndLoc(), diag::err_typecheck_call_too_many_args_at_most) in checkArgCountAtMost() [all …]
|
H A D | SemaDeclCXX.cpp | 1 //===------ SemaDeclCXX.cpp - Semantic Analysis for C++ Declarations ------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 64 //===----------------------------------------------------------------------===// 66 //===----------------------------------------------------------------------===// 69 /// CheckDefaultArgumentVisitor - C++ [dcl.fct.default] Traverses 71 /// contains any ill-formed subexpressions. For example, this will 90 /// VisitExpr - Visit all of the children of this expression. 93 for (const Stmt *SubStmt : Node->children()) in VisitExpr() [all …]
|
H A D | SemaType.cpp | 1 //===--- SemaType.cpp - Semantic Analysis for Types -----------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file implements type-related semantic analysis. 11 //===----------------------------------------------------------------------===// 62 /// isOmittedBlockReturnType - Return true if this declarator is missing a 79 /// diagnoseBadTypeAttribute - Diagnoses a type attribute which 100 StringRef name = attr.getAttrName()->getName(); in diagnoseBadTypeAttribute() 102 // The GC attributes are usually written with macros; special-case them. in diagnoseBadTypeAttribute() 103 IdentifierInfo *II = attr.isArgIdent(0) ? attr.getArgAsIdent(0)->Ident in diagnoseBadTypeAttribute() [all …]
|
H A D | SemaTemplate.cpp | 1 //===------- SemaTemplate.cpp - Semantic Analysis for C++ Templates -------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6 //===----------------------------------------------------------------------===// 9 //===----------------------------------------------------------------------===// 55 return SourceRange(Ps[0]->getTemplateLoc(), Ps[N-1]->getRAngleLoc()); in getTemplateParamsRange() 63 for (Scope *TempParamScope = S->getTemplateParamParent(); TempParamScope; in getTemplateDepth() 64 TempParamScope = TempParamScope->getParent()->getTemplateParamParent()) { in getTemplateDepth() 73 for (FunctionScopeInfo *FSI : getFunctionScopes()) { in getTemplateDepth() 74 if (auto *LSI = dyn_cast<LambdaScopeInfo>(FSI)) { in getTemplateDepth() 75 if (!LSI->TemplateParams.empty()) { in getTemplateDepth() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 1 //===--- Sema.h - Semantic Analysis & AST Building --------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 268 /// placing fix-its. 284 /// A single-element cache based on the file ID. 292 // Check the single-element cache. 296 // It's not in the single-element cache; flush the cache if we have one. 329 /// The callback should also emit signature help as a side-effect, but only 340 /// Handles all type casts, including C-style cast, C++ casts, etc. [all …]
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 7 # bug-ncurses@gnu.org 19 # under the ncurses MIT-style license. That was the effect of the agreement 33 # some portions of the data are derivative work under a compatible MIT-style 36 #------------------------------------------------------------------------------ 37 # https://invisible-island.net/ncurses/ncurses.faq.html#terminfo_copying 38 # https://invisible-island.net/personal/copyrights.html#removing_notes 39 #------------------------------------------------------------------------------ 48 # Please e-mail changes to terminfo@thyrsus.com; the old termcap@berkeley.edu 54 # This file describes the capabilities of various character-cell terminals, 55 # as needed by software such as screen-oriented editors. [all …]
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 2 %%% BibTeX-file{ 23 %%% (incompletely) 1970 -- 1979. 50 %%% covering 1958--1996 became too large (about 65 %%% Algorithms 1--492. For Algorithms 493--686, 72 %%% cross-referenced in both directions, so 75 %%% Corrigenda. Cross-referenced entries are 77 %%% that each is completely self-contained. 83 %%% ftp://netlib.bell-labs.com/netlib/toms. 88 %%% http://ciir.cs.umass.edu/cgi-bin/web_query_form/public/cacm2.1. 90 %%% The initial draft of entries for 1981 -- [all …]
|