Home
last modified time | relevance | path

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

123

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Utils/
HDARMBaseInfo.h92 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/
HDMVEVPTBlockPass.cpp114 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/
HDSIAnnotateControlFlow.cpp70 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/
HDusb_if.m47 # Else: Use builtin request handler
62 # Else: Failure
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
HDPPCallbacks.h365 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()
HDPPConditionalDirectiveRecord.h96 void Else(SourceLocation Loc, SourceLocation IfLoc) override;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDByteCodeStmtGen.cpp202 if (const Stmt *Else = IS->getElse()) { in visitIfStmt() local
212 if (!visitStmt(Else)) in visitIfStmt()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
HDTGLexer.cpp40 { 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()
HDTGLexer.h69 Ifdef, Ifndef, Else, Endif, Define enumerator
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDIdenticalExprChecker.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-11-stable/contrib/llvm-project/clang/lib/AST/
HDStmt.cpp832 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/
HDWebAssemblyAsmParser.cpp191 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/
HDPPConditionalDirectiveRecord.cpp104 void PPConditionalDirectiveRecord::Else(SourceLocation Loc, in Else() function in PPConditionalDirectiveRecord
HDDependencyDirectivesSourceMinimizer.cpp906 Else // elif,else in computeSkippedRanges() enumerator
926 Offsets.push_back({T.Offset, Directive::Else}); in computeSkippedRanges()
/freebsd-11-stable/sys/gnu/dts/arm/
HDomap3430-sdp.dts39 * Else, use 4 bit mode
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCoverageMappingGen.cpp1194 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/
HDAnalysisBasedWarnings.cpp787 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()
HDSemaExceptionSpec.cpp1516 CanThrowResult Else = IS->getElse() ? canThrow(IS->getElse()) : CT_Cannot; in canThrow() local
1517 if (Then == Else) in canThrow()
1523 : mergeCanThrow(Then, Else)); in canThrow()
HDJumpDiagnostics.cpp377 if (Stmt *Else = IS->getElse()) { in BuildScopeInformation() local
380 BuildScopeInformation(Else, NewParentScope); in BuildScopeInformation()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
HDBodyFarm.cpp655 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/
HDBugReporterVisitors.cpp1754 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/
HDStmt.h1898 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/
HDCore.h3585 LLVMBasicBlockRef Then, LLVMBasicBlockRef Else);
3587 LLVMBasicBlockRef Else, unsigned NumCases);
3894 LLVMValueRef Then, LLVMValueRef Else,
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
HDz_Windows_NT-586_asm.asm944 ; 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/
HDdeque2431 // 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_.

123