Home
last modified time | relevance | path

Searched refs:CLE (Results 1 – 24 of 24) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dgpio-control-nand.txt15 GPIO references is: RDY, nCE, ALE, CLE, and nWP. nCE and nWP are optional.
41 <&banka 4 0>, /* CLE */
H A Dorion-nand.txt9 - cle : Address line number connected to CLE. Default is 0
H A Dfsmc-nand.txt15 byte 0 TCLR : CLE to RE delay in number of AHB clock cycles, only 4 bits
H A Ddavinci-nand.txt33 - ti,davinci-mask-cle: mask for CLE. Needed for executing command
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp85 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 DCheckExprLifetime.cpp621 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 DSemaChecking.cpp2992 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 Dat91-tse850-3.dts359 /* 20 */ "", "ALE", "CLE", "",
H A Dsama5d4.dtsi1279 AT91_PIOC 18 AT91_PERIPH_A AT91_PINCTRL_PULL_UP /* PC18 CLE */
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dxpedite5200.dts431 cle-line = <0x8>; /* CLE tied to A3 */
H A Dxpedite5200_xmon.dts435 cle-line = <0x8>; /* CLE tied to A3 */
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1535 } 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 DTextNodeDumper.cpp869 else if (auto *CLE = C.dyn_cast<CompoundLiteralExpr *>()) in dumpCleanupObject() local
874 OS << CLE->getStmtClassName(); in dumpCleanupObject()
876 dumpPointer(CLE); in dumpCleanupObject()
H A DExprConstant.cpp2079 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 DExpr.cpp4029 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(this)){ in isNullPointerConstant() local
4030 const Expr *InitExpr = CLE->getInitializer(); in isNullPointerConstant()
H A DASTImporter.cpp9051 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 Dci20.dts427 * Only CLE/ALE are needed for the devices that are connected, rather
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2472 const CompoundLiteralExpr *CLE, llvm::GlobalVariable *GV) { in setAddrOfConstantCompoundLiteral() argument
2473 bool Ok = EmittedCompoundLiterals.insert(std::make_pair(CLE, GV)).second; in setAddrOfConstantCompoundLiteral()
H A DCodeGenModule.h1143 void setAddrOfConstantCompoundLiteral(const CompoundLiteralExpr *CLE,
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsScheduleP5600.td363 def : InstRW<[P5600WriteFPUS], (instregex "^(CLE|CLEI)_(S|U)_[BHWD]$")>;
H A DMipsScheduleGeneric.td1475 def : InstRW<[GenericWriteFPUS], (instregex "^(CLE|CLEI)_(S|U)_[BHWD]$")>;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1974 } else if (auto *CLE = Obj.dyn_cast<CompoundLiteralExpr *>()) { in VisitExprWithCleanups() local
1976 Record.AddStmt(CLE); in VisitExprWithCleanups()
/freebsd/share/misc/
H A Dpci_vendors26808 0101 Acorn CLE-101
26809 0215 Acorn CLE-215
26810 021f Acorn CLE-215+
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in3642 @Article{Schwayder:1971:CLE,
3661 @Article{Shwayder:1971:CLE,