Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp126 void PPConditionalDirectiveRecord::Else(SourceLocation Loc, in Else() function in PPConditionalDirectiveRecord
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h92 Else enumerator
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp137 const Stmt *Else = Stmt2; in VisitIfStmt() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp53 Function *Else; member in __anon9f980a420111::SIAnnotateControlFlow
H A DSIOptimizeVGPRLiveRange.cpp229 for (auto *Else : ElseBlocks) { in collectCandidateRegisters() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp167 Stmt::Likelihood Stmt::getLikelihood(const Stmt *Then, const Stmt *Else) { in getLikelihood()
185 Stmt::determineLikelihoodConflict(const Stmt *Then, const Stmt *Else) { in determineLikelihoodConflict()
926 SourceLocation RPL, Stmt *Then, SourceLocation EL, Stmt *Else) in IfStmt()
961 Stmt *Then, SourceLocation EL, Stmt *Else) { in Create()
H A DStmtPrinter.cpp313 if (Stmt *Else = If->getElse()) { in PrintRawIfStmt() local
341 if (Stmt *Else = If->getElse()) { in PrintRawIfStmt() local
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h72 Else, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h459 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { in Else() function
753 void Else(SourceLocation Loc, SourceLocation IfLoc) override { in Else() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1923 const auto *Else = S->getElse(); in coverIfConsteval() local
1983 const auto *Else = S->getElse(); in coverIfConstexpr() local
2042 if (const Stmt *Else = S->getElse()) { in VisitIfStmt() local
H A DCGStmt.cpp892 if (const Stmt *Else = S.getElse()) { in EmitIfStmt() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp395 if (Stmt *Else = IS->getElse()) { in BuildScopeInformation() local
H A DSemaExceptionSpec.cpp1549 CanThrowResult Else = IS->getElse() ? canThrow(IS->getElse()) : CT_Cannot; in canThrow() local
H A DAnalysisBasedWarnings.cpp816 const Stmt *Else, bool CondVal, in CreateIfFixit()
H A DTreeTransform.h1418 SourceLocation ElseLoc, Stmt *Else) { in RebuildIfStmt()
8046 StmtResult Else; in TransformIfStmt() local
H A DSemaOpenMP.cpp12030 auto *Else = S->getElse(); in checkForm3() local
12154 auto *Else = S2->getElse(); in checkForm45() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp224 Else, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp791 BasicBlock *Else = Br->getSuccessor(1); in lowerTypeTestCall() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3354 LLVMBasicBlockRef Then, LLVMBasicBlockRef Else) { in LLVMBuildCondBr()
3359 LLVMBasicBlockRef Else, unsigned NumCases) { in LLVMBuildSwitch()
4234 LLVMValueRef Then, LLVMValueRef Else, in LLVMBuildSelect()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2044 const CFGBlock *Else = (B->succ_begin() + 1)->getReachableBlock(); in isAssertlikeBlock() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp4313 if (const Stmt *Else = IS->getElse()) { in visitIfStmt() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp3105 if (Stmt *Else = I->getElse()) { in VisitIfStmt() local
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5635 const Stmt *const Else = Node.getElse(); in AST_MATCHER_P() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1909 const Node *Else; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp79 unsigned Else = (Mask >> Pos) & 1; in setITState() local