| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVEVPTBlockPass.cpp | 117 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 D | appveyor.yml | 29 } Else { 38 } Else { 69 } Else {
|
| /freebsd-13.1/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-13.1/sys/contrib/device-tree/Bindings/serial/ |
| H A D | amlogic,meson-uart.yaml | 16 "Everything-Else" power domain. 33 - description: Everything-Else power domain UART controller
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/power/ |
| H A D | amlogic,meson-ee-pwrc.yaml | 8 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 D | usb_if.m | 47 # Else: Use builtin request handler 62 # Else: Failure
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | Stmt.cpp | 165 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 D | ByteCodeStmtGen.cpp | 202 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 D | SIAnnotateControlFlow.cpp | 52 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 D | SIOptimizeVGPRLiveRange.cpp | 219 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 D | PPCallbacks.h | 401 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 D | PPConditionalDirectiveRecord.h | 104 void Else(SourceLocation Loc, SourceLocation IfLoc) override;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | TGLexer.cpp | 41 { 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 D | TGLexer.h | 75 Ifdef, Ifndef, Else, Endif, Define enumerator
|
| /freebsd-13.1/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-13.1/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | atmel-tcb.txt | 20 channels are needed. Else, only one channel will be used.
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPConditionalDirectiveRecord.cpp | 126 void PPConditionalDirectiveRecord::Else(SourceLocation Loc, in Else() function in PPConditionalDirectiveRecord
|
| H A D | DependencyDirectivesSourceMinimizer.cpp | 909 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 D | WebAssemblyAsmParser.cpp | 227 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 D | brcm,bcm-keypad.txt | 53 as the output. Else defaults to column.
|
| /freebsd-13.1/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-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | omap3430-sdp.dts | 36 * Else, use 4 bit mode
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 657 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 D | AnalysisBasedWarnings.cpp | 789 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 D | Stmt.h | 1192 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()
|