Home
last modified time | relevance | path

Searched refs:Else (Results 1 – 25 of 53) sorted by relevance

123

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEVPTBlockPass.cpp117 assert(NextPred != ARMVCC::Else && in StepOverPredicatedInstrs()
190 ARMVCC::VPTCodes CurrentPredicate = ARMVCC::Else; in CreateVPTBlock()
237 (CurrentPredicate == ARMVCC::Then ? ARMVCC::Else : ARMVCC::Then); in CreateVPTBlock()
262 assert(Pred != ARMVCC::Else && "VPT block pass does not expect Else preds"); in InsertVPTBlocks()
/freebsd-13.1/crypto/openssl/
H A Dappveyor.yml29 } Else {
38 } Else {
69 } Else {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h92 Else enumerator
134 case ARMVCC::Else: return "e"; in ARMVPTPredToString()
142 .Case("e", ARMVCC::Else) in ARMVectorCondCodeFromString()
/freebsd-13.1/sys/contrib/device-tree/Bindings/serial/
H A Damlogic,meson-uart.yaml16 "Everything-Else" power domain.
33 - description: Everything-Else power domain UART controller
/freebsd-13.1/sys/contrib/device-tree/Bindings/power/
H A Damlogic,meson-ee-pwrc.yaml8 title: Amlogic Meson Everything-Else Power Domains
14 The Everything-Else Power Domains node should be the child of a syscon
/freebsd-13.1/sys/dev/usb/
H A Dusb_if.m47 # Else: Use builtin request handler
62 # Else: Failure
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp165 Stmt::Likelihood Stmt::getLikelihood(const Stmt *Then, const Stmt *Else) { in getLikelihood() argument
167 Likelihood LHE = ::getLikelihood(Else).first; in getLikelihood()
183 Stmt::determineLikelihoodConflict(const Stmt *Then, const Stmt *Else) { in determineLikelihoodConflict() argument
185 std::pair<Likelihood, const Attr *> LHE = ::getLikelihood(Else); in determineLikelihoodConflict()
917 SourceLocation RPL, Stmt *Then, SourceLocation EL, Stmt *Else) in IfStmt() argument
919 bool HasElse = Else != nullptr; in IfStmt()
931 setElse(Else); in IfStmt()
952 SourceLocation EL, Stmt *Else) { in Create() argument
953 bool HasElse = Else != nullptr; in Create()
961 IfStmt(Ctx, IL, IsConstexpr, Init, Var, Cond, LPL, RPL, Then, EL, Else); in Create()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp202 if (const Stmt *Else = IS->getElse()) { in visitIfStmt() local
212 if (!visitStmt(Else)) in visitIfStmt()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp52 Function *Else; member in __anoncca68f760111::SIAnnotateControlFlow
138 Else = Intrinsic::getDeclaration(&M, Intrinsic::amdgcn_else, in initialize()
218 Value *Ret = CallInst::Create(Else, popSaved(), "", Term); in insertElse()
H A DSIOptimizeVGPRLiveRange.cpp219 for (auto *Else : ElseBlocks) { in collectCandidateRegisters() local
220 for (auto &MI : Else->instrs()) { in collectCandidateRegisters()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h401 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { in Else() function
659 void Else(SourceLocation Loc, SourceLocation IfLoc) override { in Else() function
660 First->Else(Loc, IfLoc); in Else()
661 Second->Else(Loc, IfLoc); in Else()
H A DPPConditionalDirectiveRecord.h104 void Else(SourceLocation Loc, SourceLocation IfLoc) override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp41 { tgtok::Else, "else" },
740 } else if (Kind == tgtok::Else) { in lexPreprocessor()
782 IfdefOrElseEntry.Kind != tgtok::Else) { in lexPreprocessor()
871 if (Kind != tgtok::Else && Kind != tgtok::Endif) { in prepSkipRegion()
H A DTGLexer.h75 Ifdef, Ifndef, Else, Endif, Define enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp137 const Stmt *Else = Stmt2; in VisitIfStmt() local
138 while (const IfStmt *I2 = dyn_cast_or_null<IfStmt>(Else)) { in VisitIfStmt()
148 Else = I2->getElse(); in VisitIfStmt()
/freebsd-13.1/sys/contrib/device-tree/Bindings/mfd/
H A Datmel-tcb.txt20 channels are needed. Else, only one channel will be used.
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp126 void PPConditionalDirectiveRecord::Else(SourceLocation Loc, in Else() function in PPConditionalDirectiveRecord
H A DDependencyDirectivesSourceMinimizer.cpp909 Else // elif/elifdef/elifndef, else in computeSkippedRanges() enumerator
931 Offsets.push_back({T.Offset, Directive::Else}); in computeSkippedRanges()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp227 Else, enumerator
317 case Else: in nestingString()
591 push(Else); in ParseInstruction()
601 if (pop(Name, If, Else)) in ParseInstruction()
/freebsd-13.1/sys/contrib/device-tree/Bindings/input/
H A Dbrcm,bcm-keypad.txt53 as the output. Else defaults to column.
/freebsd-13.1/sys/contrib/device-tree/Bindings/net/
H A Dmediatek-bluetooth.txt62 Else, the pin controller on the platform only can support pinmux control and
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Domap3430-sdp.dts36 * Else, use 4 bit mode
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp657 Stmt *Else = M.makeReturn(RetVal); in create_OSAtomicCompareAndSwap() local
666 /* RPL=*/SourceLocation(), Body, SourceLocation(), Else); in create_OSAtomicCompareAndSwap()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp789 const Stmt *Else, bool CondVal, in CreateIfFixit() argument
795 if (Else) { in CreateIfFixit()
798 FixItHint::CreateRemoval(SourceRange(ElseKwLoc, Else->getEndLoc())); in CreateIfFixit()
802 if (Else) in CreateIfFixit()
804 If->getBeginLoc(), Else->getBeginLoc())); in CreateIfFixit()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1192 static Likelihood getLikelihood(const Stmt *Then, const Stmt *Else); in alignas()
1198 determineLikelihoodConflict(const Stmt *Then, const Stmt *Else); in alignas()
1955 SourceLocation RParenLoc, Stmt *Then, SourceLocation EL, Stmt *Else);
1966 Stmt *Else = nullptr);
2013 void setElse(Stmt *Else) { in setElse() argument
2016 getTrailingObjects<Stmt *>()[elseOffset()] = Else; in setElse()

123