/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVEVPTBlockPass.cpp | 116 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 D | ARMBaseInfo.h | 92 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 D | CoverageMappingGen.cpp | 1923 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 D | usb_if.m | 46 # Else: Use builtin request handler 61 # Else: Failure
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 167 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 D | StmtPrinter.cpp | 313 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 D | TGLexer.cpp | 41 { 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 D | TGLexer.h | 72 Else, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIAnnotateControlFlow.cpp | 53 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 D | SIOptimizeVGPRLiveRange.cpp | 229 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 D | PPCallbacks.h | 459 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 D | PPConditionalDirectiveRecord.h | 104 void Else(SourceLocation Loc, SourceLocation IfLoc) override;
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | IdenticalExprChecker.cpp | 137 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 D | atmel-tcb.txt | 20 channels are needed. Else, only one channel will be used.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_flags.inc | 39 "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 D | PPConditionalDirectiveRecord.cpp | 126 void PPConditionalDirectiveRecord::Else(SourceLocation Loc, in Else() function in PPConditionalDirectiveRecord
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 224 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 D | brcm,bcm-keypad.txt | 53 as the output. Else defaults to column.
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | mediatek-bluetooth.txt | 62 Else, the pin controller on the platform only can support pinmux control and
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | omap3430-sdp.dts | 36 * Else, use 4 bit mode
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509_verify_cert.pod | 24 Else the chain must reach a trust anchor contained in I<store>.
|
H A D | CONF_modules_load_file.pod | 26 Else the function returns the path obtained using
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 1549 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 D | JumpDiagnostics.cpp | 395 if (Stmt *Else = IS->getElse()) { in BuildScopeInformation() local 398 BuildScopeInformation(Else, NewParentScope); in BuildScopeInformation()
|
H A D | AnalysisBasedWarnings.cpp | 816 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()
|