Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEVPTBlockPass.cpp116 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/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/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1923 const auto *Else = S->getElse(); in coverIfConsteval() local
1937 if (Else) { in coverIfConsteval()
1939 markSkipped(getEnd(Then), getEnd(Else)); in coverIfConsteval()
1944 markSkipped(S->getIfLoc(), Else ? getStart(Else) : getEnd(Then)); in coverIfConsteval()
1946 if (Else) in coverIfConsteval()
1947 propagateCounts(ParentCount, Else); in coverIfConsteval()
1983 const auto *Else = S->getElse(); in coverIfConstexpr() local
1990 if (Else) in coverIfConstexpr()
1992 markSkipped(getEnd(Then), getEnd(Else)); in coverIfConstexpr()
1995 markSkipped(startOfSkipped, Else ? getStart(Else) : getEnd(Then)); in coverIfConstexpr()
[all …]
/freebsd/sys/dev/usb/
H A Dusb_if.m46 # Else: Use builtin request handler
61 # Else: Failure
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp167 Stmt::Likelihood Stmt::getLikelihood(const Stmt *Then, const Stmt *Else) { in getLikelihood() argument
169 Likelihood LHE = ::getLikelihood(Else).first; in getLikelihood()
185 Stmt::determineLikelihoodConflict(const Stmt *Then, const Stmt *Else) { in determineLikelihoodConflict() argument
187 std::pair<Likelihood, const Attr *> LHE = ::getLikelihood(Else); in determineLikelihoodConflict()
926 SourceLocation RPL, Stmt *Then, SourceLocation EL, Stmt *Else) in IfStmt() argument
928 bool HasElse = Else != nullptr; in IfStmt()
940 setElse(Else); in IfStmt()
961 Stmt *Then, SourceLocation EL, Stmt *Else) { in Create() argument
962 bool HasElse = Else != nullptr; in Create()
970 IfStmt(Ctx, IL, Kind, Init, Var, Cond, LPL, RPL, Then, EL, Else); in Create()
H A DStmtPrinter.cpp313 if (Stmt *Else = If->getElse()) { in PrintRawIfStmt() local
316 PrintStmt(Else); in PrintRawIfStmt()
341 if (Stmt *Else = If->getElse()) { in PrintRawIfStmt() local
344 if (auto *CS = dyn_cast<CompoundStmt>(Else)) { in PrintRawIfStmt()
348 } else if (auto *ElseIf = dyn_cast<IfStmt>(Else)) { in PrintRawIfStmt()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp41 { tgtok::Else, "else" },
761 } else if (Kind == tgtok::Else) { in lexPreprocessor()
803 IfdefOrElseEntry.Kind != tgtok::Else) { in lexPreprocessor()
893 if (Kind != tgtok::Else && Kind != tgtok::Endif) { in prepSkipRegion()
H A DTGLexer.h72 Else, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp53 Function *Else; member in __anon9f980a420111::SIAnnotateControlFlow
139 Else = Intrinsic::getDeclaration(&M, Intrinsic::amdgcn_else, in initialize()
225 Value *ElseCall = IRB.CreateCall(Else, {popSaved()}); in insertElse()
H A DSIOptimizeVGPRLiveRange.cpp229 for (auto *Else : ElseBlocks) { in collectCandidateRegisters() local
230 for (auto &MI : Else->instrs()) { in collectCandidateRegisters()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h459 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { in Else() function
753 void Else(SourceLocation Loc, SourceLocation IfLoc) override { in Else() function
754 First->Else(Loc, IfLoc); in Else()
755 Second->Else(Loc, IfLoc); in Else()
H A DPPConditionalDirectiveRecord.h104 void Else(SourceLocation Loc, SourceLocation IfLoc) override;
/freebsd/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/sys/contrib/device-tree/Bindings/mfd/
H A Datmel-tcb.txt20 channels are needed. Else, only one channel will be used.
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_flags.inc39 "If set, prints the heap profile in text format. Else use the raw binary serialization format.")
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp126 void PPConditionalDirectiveRecord::Else(SourceLocation Loc, in Else() function in PPConditionalDirectiveRecord
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp224 Else, enumerator
301 case Else: in nestingString()
588 if (popAndPushWithSameSignature(Name, If, Else)) in ParseInstruction()
597 if (pop(Name, If, Else)) in ParseInstruction()
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dbrcm,bcm-keypad.txt53 as the output. Else defaults to column.
/freebsd/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/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap3430-sdp.dts36 * Else, use 4 bit mode
/freebsd/crypto/openssl/doc/man3/
H A DX509_verify_cert.pod24 Else the chain must reach a trust anchor contained in I<store>.
H A DCONF_modules_load_file.pod26 Else the function returns the path obtained using
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1549 CanThrowResult Else = IS->getElse() ? canThrow(IS->getElse()) : CT_Cannot; in canThrow() local
1550 if (Then == Else) in canThrow()
1556 : mergeCanThrow(Then, Else)); in canThrow()
H A DJumpDiagnostics.cpp395 if (Stmt *Else = IS->getElse()) { in BuildScopeInformation() local
398 BuildScopeInformation(Else, NewParentScope); in BuildScopeInformation()
H A DAnalysisBasedWarnings.cpp816 const Stmt *Else, bool CondVal, in CreateIfFixit() argument
822 if (Else) { in CreateIfFixit()
825 FixItHint::CreateRemoval(SourceRange(ElseKwLoc, Else->getEndLoc())); in CreateIfFixit()
829 if (Else) in CreateIfFixit()
831 If->getBeginLoc(), Else->getBeginLoc())); in CreateIfFixit()

123