| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Utils/ |
| HD | ARMBaseInfo.h | 92 Else enumerator 134 case ARMVCC::Else: return "e"; in ARMVPTPredToString() 142 .Case("e", ARMVCC::Else) in ARMVectorCondCodeFromString()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | MVEVPTBlockPass.cpp | 114 assert(Pred != ARMVCC::Else && "VPT block pass does not expect Else preds"); in InsertVPTBlocks() 130 assert(NextPred != ARMVCC::Else && in InsertVPTBlocks()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | SIAnnotateControlFlow.cpp | 70 Function *Else; member in __anon80b991b90111::SIAnnotateControlFlow 153 Else = Intrinsic::getDeclaration(&M, Intrinsic::amdgcn_else, in initialize() 224 Value *Ret = CallInst::Create(Else, popSaved(), "", Term); in insertElse()
|
| /freebsd-11-stable/sys/dev/usb/ |
| HD | usb_if.m | 47 # Else: Use builtin request handler 62 # Else: Failure
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/ |
| HD | PPCallbacks.h | 365 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { in Else() function 599 void Else(SourceLocation Loc, SourceLocation IfLoc) override { in Else() function 600 First->Else(Loc, IfLoc); in Else() 601 Second->Else(Loc, IfLoc); in Else()
|
| HD | PPConditionalDirectiveRecord.h | 96 void Else(SourceLocation Loc, SourceLocation IfLoc) override;
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/ |
| HD | ByteCodeStmtGen.cpp | 202 if (const Stmt *Else = IS->getElse()) { in visitIfStmt() local 212 if (!visitStmt(Else)) in visitIfStmt()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/ |
| HD | TGLexer.cpp | 40 { tgtok::Else, "else" }, 719 } else if (Kind == tgtok::Else) { in lexPreprocessor() 761 IfdefOrElseEntry.Kind != tgtok::Else) { in lexPreprocessor() 850 if (Kind != tgtok::Else && Kind != tgtok::Endif) { in prepSkipRegion()
|
| HD | TGLexer.h | 69 Ifdef, Ifndef, Else, Endif, Define enumerator
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| HD | 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-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | Stmt.cpp | 832 SourceLocation EL, Stmt *Else) in IfStmt() argument 834 bool HasElse = Else != nullptr; in IfStmt() 846 setElse(Else); in IfStmt() 866 Stmt *Then, SourceLocation EL, Stmt *Else) { in Create() argument 867 bool HasElse = Else != nullptr; in Create() 875 IfStmt(Ctx, IL, IsConstexpr, Init, Var, Cond, Then, EL, Else); in Create()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| HD | WebAssemblyAsmParser.cpp | 191 Else, enumerator 242 case Else: in nestingString() 476 push(Else); in ParseInstruction() 482 if (pop(Name, If, Else)) in ParseInstruction()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/ |
| HD | PPConditionalDirectiveRecord.cpp | 104 void PPConditionalDirectiveRecord::Else(SourceLocation Loc, in Else() function in PPConditionalDirectiveRecord
|
| HD | DependencyDirectivesSourceMinimizer.cpp | 906 Else // elif,else in computeSkippedRanges() enumerator 926 Offsets.push_back({T.Offset, Directive::Else}); in computeSkippedRanges()
|
| /freebsd-11-stable/sys/gnu/dts/arm/ |
| HD | omap3430-sdp.dts | 39 * Else, use 4 bit mode
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CoverageMappingGen.cpp | 1194 if (const Stmt *Else = S->getElse()) { in VisitIfStmt() local 1196 Gap = findGapAreaBetween(S->getThen(), Else); in VisitIfStmt() 1199 extendRegion(Else); in VisitIfStmt() 1200 OutCount = addCounters(OutCount, propagateCounts(ElseCount, Else)); in VisitIfStmt()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | AnalysisBasedWarnings.cpp | 787 const Stmt *Else, bool CondVal, in CreateIfFixit() argument 793 if (Else) { in CreateIfFixit() 796 FixItHint::CreateRemoval(SourceRange(ElseKwLoc, Else->getEndLoc())); in CreateIfFixit() 800 if (Else) in CreateIfFixit() 802 If->getBeginLoc(), Else->getBeginLoc())); in CreateIfFixit()
|
| HD | SemaExceptionSpec.cpp | 1516 CanThrowResult Else = IS->getElse() ? canThrow(IS->getElse()) : CT_Cannot; in canThrow() local 1517 if (Then == Else) in canThrow() 1523 : mergeCanThrow(Then, Else)); in canThrow()
|
| HD | JumpDiagnostics.cpp | 377 if (Stmt *Else = IS->getElse()) { in BuildScopeInformation() local 380 BuildScopeInformation(Else, NewParentScope); in BuildScopeInformation()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/ |
| HD | BodyFarm.cpp | 655 Stmt *Else = M.makeReturn(RetVal); in create_OSAtomicCompareAndSwap() local 662 SourceLocation(), Else); in create_OSAtomicCompareAndSwap()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| HD | BugReporterVisitors.cpp | 1754 const CFGBlock *Else = (B->succ_begin() + 1)->getReachableBlock(); in isAssertlikeBlock() local 1756 if (!Then || !Else) in isAssertlikeBlock() 1759 if (Then->isInevitablySinking() != Else->isInevitablySinking()) in isAssertlikeBlock() 1773 if (const Stmt *ElseCond = Else->getTerminatorCondition()) in isAssertlikeBlock() 1776 return isAssertlikeBlock(Else, Context); in isAssertlikeBlock()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | Stmt.h | 1898 VarDecl *Var, Expr *Cond, Stmt *Then, SourceLocation EL, Stmt *Else); 1908 Stmt *Else = nullptr); 1955 void setElse(Stmt *Else) { in setElse() argument 1958 getTrailingObjects<Stmt *>()[elseOffset()] = Else; in setElse()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm-c/ |
| HD | Core.h | 3585 LLVMBasicBlockRef Then, LLVMBasicBlockRef Else); 3587 LLVMBasicBlockRef Else, unsigned NumCases); 3894 LLVMValueRef Then, LLVMValueRef Else,
|
| /freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/ |
| HD | z_Windows_NT-586_asm.asm | 944 ; ZF and exchange DL with [rcx]. Else, clear 1051 ; ZF and exchange DL with [rcx]. Else, clear
|
| /freebsd-11-stable/contrib/llvm-project/libcxx/include/ |
| HD | deque | 2431 // Else if __base::__map_.size() < __base::__map_.capacity() then we need to allocate 1 buffer 2450 // Else need to allocate 1 buffer, *and* we need to reallocate __map_. 2500 // Else if __nb <= __map_.capacity() - __map_.size() then we need to allocate __nb buffers 2522 // Else need to allocate __nb buffers, *and* we need to reallocate __map_. 2576 // Else if __nb <= __map_.capacity() - __map_.size() then we need to allocate __nb buffers 2592 // Else need to allocate 1 buffer, *and* we need to reallocate __map_. 2640 // Else if __nb <= __map_.capacity() - __map_.size() then we need to allocate __nb buffers 2663 // Else need to allocate __nb buffers, *and* we need to reallocate __map_.
|