| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVEVPTBlockPass.cpp | 112 assert(NextPred != ARMVCC::Else && in StepOverPredicatedInstrs() 186 ARMVCC::VPTCodes CurrentPredicate = ARMVCC::Else; in CreateVPTBlock() 233 (CurrentPredicate == ARMVCC::Then ? ARMVCC::Else : ARMVCC::Then); in CreateVPTBlock() 258 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 | 1970 const auto *Else = S->getElse(); in coverIfConsteval() local 1984 if (Else) { in coverIfConsteval() 1986 markSkipped(getEnd(Then), getEnd(Else)); in coverIfConsteval() 1991 markSkipped(S->getIfLoc(), Else ? getStart(Else) : getEnd(Then)); in coverIfConsteval() 1993 if (Else) in coverIfConsteval() 1994 propagateCounts(ParentCount, Else); in coverIfConsteval() 2030 const auto *Else = S->getElse(); in coverIfConstexpr() local 2037 if (Else) in coverIfConstexpr() 2039 markSkipped(getEnd(Then), getEnd(Else)); in coverIfConstexpr() 2042 markSkipped(startOfSkipped, Else ? getStart(Else) : getEnd(Then)); in coverIfConstexpr() [all …]
|
| H A D | CGStmt.cpp | 879 const Stmt *Else = S.getElse(); in EmitIfStmt() local 884 const Stmt *Executed = S.isNegatedConsteval() ? S.getThen() : Else; in EmitIfStmt() 910 const Stmt *Skipped = Else; in EmitIfStmt() 934 if (Else) in EmitIfStmt() 952 LH = Stmt::getLikelihood(S.getThen(), Else); in EmitIfStmt() 983 if (Else) { in EmitIfStmt() 991 incrementProfileCounter(Else); in EmitIfStmt() 994 EmitStmt(Else); in EmitIfStmt()
|
| /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 | 175 Stmt::Likelihood Stmt::getLikelihood(const Stmt *Then, const Stmt *Else) { in getLikelihood() argument 177 Likelihood LHE = ::getLikelihood(Else).first; in getLikelihood() 193 Stmt::determineLikelihoodConflict(const Stmt *Then, const Stmt *Else) { in determineLikelihoodConflict() argument 195 std::pair<Likelihood, const Attr *> LHE = ::getLikelihood(Else); in determineLikelihoodConflict() 970 SourceLocation RPL, Stmt *Then, SourceLocation EL, Stmt *Else) in IfStmt() argument 972 bool HasElse = Else != nullptr; in IfStmt() 984 setElse(Else); in IfStmt() 1005 Stmt *Then, SourceLocation EL, Stmt *Else) { in Create() argument 1006 bool HasElse = Else != nullptr; in Create() 1014 IfStmt(Ctx, IL, Kind, Init, Var, Cond, LPL, RPL, Then, EL, Else); in Create()
|
| H A D | StmtPrinter.cpp | 318 if (Stmt *Else = If->getElse()) { in PrintRawIfStmt() local 321 PrintStmt(Else); in PrintRawIfStmt() 346 if (Stmt *Else = If->getElse()) { in PrintRawIfStmt() local 349 if (auto *CS = dyn_cast<CompoundStmt>(Else)) { in PrintRawIfStmt() 353 } else if (auto *ElseIf = dyn_cast<IfStmt>(Else)) { in PrintRawIfStmt()
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | TGLexer.cpp | 52 {tgtok::Else, "else"}, 779 } else if (Kind == tgtok::Else) { in lexPreprocessor() 820 IfdefOrElseEntry.Kind == tgtok::Else) && in lexPreprocessor() 903 assert((Kind == tgtok::Else || Kind == tgtok::Endif) && in prepSkipRegion()
|
| H A D | TGLexer.h | 72 Else, enumerator
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | PPCallbacks.h | 460 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { in Else() function 754 void Else(SourceLocation Loc, SourceLocation IfLoc) override { in Else() function 755 First->Else(Loc, IfLoc); in Else() 756 Second->Else(Loc, IfLoc); in Else()
|
| H A D | PPConditionalDirectiveRecord.h | 104 void Else(SourceLocation Loc, SourceLocation IfLoc) override;
|
| H A D | NoTrivialPPDirectiveTracer.h | 296 void Else(SourceLocation Loc, SourceLocation IfLoc) override { in Else() function
|
| /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/AMDGPU/ |
| H A D | SIAnnotateControlFlow.cpp | 55 Function *Else = nullptr; member in __anon9f980a420111::SIAnnotateControlFlow 207 getDecl(Else, Intrinsic::amdgcn_else, {IntMask, IntMask}), {popSaved()}); in insertElse()
|
| H A D | SIOptimizeVGPRLiveRange.cpp | 236 for (auto *Else : ElseBlocks) { in collectCandidateRegisters() local 237 for (auto &MI : Else->instrs()) { in collectCandidateRegisters()
|
| /freebsd/sys/contrib/device-tree/Bindings/net/bluetooth/ |
| H A D | mediatek,bluetooth.txt | 26 Else, the pin controller on the platform only can support pinmux control and
|
| /freebsd/sys/contrib/device-tree/Bindings/net/ |
| H A D | mediatek-bluetooth.txt | 26 Else, the pin controller on the platform only can support pinmux control and
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 257 Else, enumerator 348 case Else: in nestingString() 630 if (popAndPushWithSameSignature(Name, If, Else)) in parseInstruction() 643 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/src/arm/ti/omap/ |
| H A D | omap3430-sdp.dts | 36 * Else, use 4 bit mode
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 687 Stmt *Else = M.makeReturn(RetVal); in create_OSAtomicCompareAndSwap() local 695 /* RPL=*/SourceLocation(), Body, SourceLocation(), Else); in create_OSAtomicCompareAndSwap()
|
| /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>.
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 1574 CanThrowResult Else = IS->getElse() ? canThrow(IS->getElse()) : CT_Cannot; in canThrow() local 1575 if (Then == Else) in canThrow() 1581 : mergeCanThrow(Then, Else)); in canThrow()
|