| /freebsd/sys/contrib/device-tree/Bindings/mtd/ |
| H A D | gpio-control-nand.txt | 15 GPIO references is: RDY, nCE, ALE, CLE, and nWP. nCE and nWP are optional. 41 <&banka 4 0>, /* CLE */
|
| H A D | orion-nand.txt | 9 - cle : Address line number connected to CLE. Default is 0
|
| H A D | fsmc-nand.txt | 15 byte 0 TCLR : CLE to RE delay in number of AHB clock cycles, only 4 bits
|
| H A D | davinci-nand.txt | 33 - ti,davinci-mask-cle: mask for CLE. Needed for executing command
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | JumpDiagnostics.cpp | 85 void BuildScopeInformation(CompoundLiteralExpr *CLE, unsigned &ParentScope); 291 void JumpScopeChecker::BuildScopeInformation(CompoundLiteralExpr *CLE, in BuildScopeInformation() argument 295 Scopes.push_back(GotoScope(ParentScope, InDiag, OutDiag, CLE->getExprLoc())); in BuildScopeInformation() 568 else if (auto *CLE = dyn_cast<CompoundLiteralExpr *>(EWC->getObject(i))) in BuildScopeInformation() local 569 BuildScopeInformation(CLE, origParentScope); in BuildScopeInformation()
|
| H A D | CheckExprLifetime.cpp | 817 if (auto *CLE = dyn_cast<CompoundLiteralExpr>(Init)) { in visitLocalsRetainedByReferenceBinding() local 818 if (!CLE->isFileScope()) in visitLocalsRetainedByReferenceBinding() 819 Visit(Path, Local(CLE), RK); in visitLocalsRetainedByReferenceBinding() 1519 } else if (auto *CLE = dyn_cast<CompoundLiteralExpr>(L)) { in checkExprLifetimeImpl() local 1521 << InitEntity->getType()->isReferenceType() << CLE->getInitializer() in checkExprLifetimeImpl()
|
| H A D | SemaChecking.cpp | 3319 if (const auto *CLE = dyn_cast<CompoundLiteralExpr>(Expr)) in CheckNonNullExpr() local 3320 if (const auto *ILE = dyn_cast<InitListExpr>(CLE->getInitializer())) in CheckNonNullExpr()
|
| /freebsd/sys/contrib/device-tree/src/arm/microchip/ |
| H A D | at91-tse850-3.dts | 359 /* 20 */ "", "ALE", "CLE", "",
|
| H A D | sama5d4.dtsi | 1282 AT91_PIOC 18 AT91_PERIPH_A AT91_PINCTRL_PULL_UP /* PC18 CLE */
|
| /freebsd/sys/contrib/device-tree/src/powerpc/ |
| H A D | xpedite5200.dts | 431 cle-line = <0x8>; /* CLE tied to A3 */
|
| H A D | xpedite5200_xmon.dts | 435 cle-line = <0x8>; /* CLE tied to A3 */
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 1549 } else if (auto *CLE = dyn_cast<CompoundLiteralExpr *>(CO)) { in VisitExprWithCleanups() local 1551 Obj["id"] = createPointerRepresentation(CLE); in VisitExprWithCleanups() 1552 Obj["kind"] = CLE->getStmtClassName(); in VisitExprWithCleanups()
|
| H A D | TextNodeDumper.cpp | 1004 else if (auto *CLE = dyn_cast<CompoundLiteralExpr *>(C)) in dumpCleanupObject() local 1009 OS << CLE->getStmtClassName(); in dumpCleanupObject() 1011 dumpPointer(CLE); in dumpCleanupObject()
|
| H A D | ExprConstant.cpp | 2122 const CompoundLiteralExpr *CLE = cast<CompoundLiteralExpr>(E); in IsGlobalLValue() local 2123 return CLE->isFileScope() && CLE->isLValue(); in IsGlobalLValue() 4542 } else if (const CompoundLiteralExpr *CLE = in findCompleteObject() local 4557 if (QualType CLETy = CLE->getType(); CLETy->isArrayType() && in findCompleteObject() 4561 Info.Note(CLE->getExprLoc(), diag::note_declared_at); in findCompleteObject() 4565 BaseVal = &CLE->getStaticValue(); in findCompleteObject()
|
| H A D | Expr.cpp | 4056 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(this)){ in isNullPointerConstant() local 4057 const Expr *InitExpr = CLE->getInitializer(); in isNullPointerConstant()
|
| H A D | ASTImporter.cpp | 9463 if (auto *CLE = From.dyn_cast<CompoundLiteralExpr *>()) { in Import() local 9464 if (Expected<Expr *> R = Import(CLE)) in Import()
|
| /freebsd/sys/contrib/device-tree/src/mips/ingenic/ |
| H A D | ci20.dts | 427 * Only CLE/ALE are needed for the devices that are connected, rather
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 2589 const CompoundLiteralExpr *CLE, llvm::GlobalVariable *GV) { in setAddrOfConstantCompoundLiteral() argument 2590 bool Ok = EmittedCompoundLiterals.insert(std::make_pair(CLE, GV)).second; in setAddrOfConstantCompoundLiteral()
|
| H A D | CodeGenModule.h | 1203 void setAddrOfConstantCompoundLiteral(const CompoundLiteralExpr *CLE,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsScheduleP5600.td | 363 def : InstRW<[P5600WriteFPUS], (instregex "^(CLE|CLEI)_(S|U)_[BHWD]$")>;
|
| H A D | MipsScheduleGeneric.td | 1475 def : InstRW<[GenericWriteFPUS], (instregex "^(CLE|CLEI)_(S|U)_[BHWD]$")>;
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1999 } else if (auto *CLE = Obj.dyn_cast<CompoundLiteralExpr *>()) { in VisitExprWithCleanups() local 2001 Record.AddStmt(CLE); in VisitExprWithCleanups()
|
| /freebsd/share/misc/ |
| H A D | pci_vendors | 27987 0101 Acorn CLE-101 27988 0215 Acorn CLE-215 27989 021f Acorn CLE-215+
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | funstack.in | 3642 @Article{Schwayder:1971:CLE, 3661 @Article{Shwayder:1971:CLE,
|