/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); 292 void JumpScopeChecker::BuildScopeInformation(CompoundLiteralExpr *CLE, in BuildScopeInformation() argument 296 Scopes.push_back(GotoScope(ParentScope, InDiag, OutDiag, CLE->getExprLoc())); in BuildScopeInformation() 569 else if (auto *CLE = EWC->getObject(i).dyn_cast<CompoundLiteralExpr *>()) in BuildScopeInformation() local 570 BuildScopeInformation(CLE, origParentScope); in BuildScopeInformation()
|
H A D | CheckExprLifetime.cpp | 621 if (auto *CLE = dyn_cast<CompoundLiteralExpr>(Init)) { in visitLocalsRetainedByReferenceBinding() local 622 if (!CLE->isFileScope()) in visitLocalsRetainedByReferenceBinding() 623 Visit(Path, Local(CLE), RK); in visitLocalsRetainedByReferenceBinding() 1212 } else if (auto *CLE = dyn_cast<CompoundLiteralExpr>(L)) { in checkExprLifetimeImpl() local 1214 << InitEntity->getType()->isReferenceType() << CLE->getInitializer() in checkExprLifetimeImpl()
|
H A D | SemaChecking.cpp | 2992 if (const auto *CLE = dyn_cast<CompoundLiteralExpr>(Expr)) in CheckNonNullExpr() local 2993 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 | 1279 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 | 1535 } else if (auto *CLE = CO.dyn_cast<CompoundLiteralExpr *>()) { in VisitExprWithCleanups() local 1537 Obj["id"] = createPointerRepresentation(CLE); in VisitExprWithCleanups() 1538 Obj["kind"] = CLE->getStmtClassName(); in VisitExprWithCleanups()
|
H A D | TextNodeDumper.cpp | 869 else if (auto *CLE = C.dyn_cast<CompoundLiteralExpr *>()) in dumpCleanupObject() local 874 OS << CLE->getStmtClassName(); in dumpCleanupObject() 876 dumpPointer(CLE); in dumpCleanupObject()
|
H A D | ExprConstant.cpp | 2079 const CompoundLiteralExpr *CLE = cast<CompoundLiteralExpr>(E); in IsGlobalLValue() local 2080 return CLE->isFileScope() && CLE->isLValue(); in IsGlobalLValue() 4349 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(Base)) { in handleLValueToRValueConversion() local 4359 if (!Evaluate(Lit, Info, CLE->getInitializer())) in handleLValueToRValueConversion() 4375 QualType CLETy = CLE->getType(); in handleLValueToRValueConversion() 4379 Info.Note(CLE->getExprLoc(), diag::note_declared_at); in handleLValueToRValueConversion()
|
H A D | Expr.cpp | 4029 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(this)){ in isNullPointerConstant() local 4030 const Expr *InitExpr = CLE->getInitializer(); in isNullPointerConstant()
|
H A D | ASTImporter.cpp | 9051 if (auto *CLE = From.dyn_cast<CompoundLiteralExpr *>()) { in Import() local 9052 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 | 2472 const CompoundLiteralExpr *CLE, llvm::GlobalVariable *GV) { in setAddrOfConstantCompoundLiteral() argument 2473 bool Ok = EmittedCompoundLiterals.insert(std::make_pair(CLE, GV)).second; in setAddrOfConstantCompoundLiteral()
|
H A D | CodeGenModule.h | 1143 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 | 1974 } else if (auto *CLE = Obj.dyn_cast<CompoundLiteralExpr *>()) { in VisitExprWithCleanups() local 1976 Record.AddStmt(CLE); in VisitExprWithCleanups()
|
/freebsd/share/misc/ |
H A D | pci_vendors | 26808 0101 Acorn CLE-101 26809 0215 Acorn CLE-215 26810 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,
|