/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/ARM/Utils/ |
H A D | ARMBaseInfo.h | 92 Else enumerator
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | IdenticalExprChecker.cpp | 137 const Stmt *Else = Stmt2; in VisitIfStmt() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIAnnotateControlFlow.cpp | 53 Function *Else; member in __anon9f980a420111::SIAnnotateControlFlow
|
H A D | SIOptimizeVGPRLiveRange.cpp | 229 for (auto *Else : ElseBlocks) { in collectCandidateRegisters() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 167 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 D | StmtPrinter.cpp | 313 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 D | TGLexer.h | 72 Else, enumerator
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 459 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 D | CoverageMappingGen.cpp | 1923 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 D | CGStmt.cpp | 892 if (const Stmt *Else = S.getElse()) { in EmitIfStmt() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | JumpDiagnostics.cpp | 395 if (Stmt *Else = IS->getElse()) { in BuildScopeInformation() local
|
H A D | SemaExceptionSpec.cpp | 1549 CanThrowResult Else = IS->getElse() ? canThrow(IS->getElse()) : CT_Cannot; in canThrow() local
|
H A D | AnalysisBasedWarnings.cpp | 816 const Stmt *Else, bool CondVal, in CreateIfFixit()
|
H A D | TreeTransform.h | 1418 SourceLocation ElseLoc, Stmt *Else) { in RebuildIfStmt() 8046 StmtResult Else; in TransformIfStmt() local
|
H A D | SemaOpenMP.cpp | 12030 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 D | WebAssemblyAsmParser.cpp | 224 Else, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 791 BasicBlock *Else = Br->getSuccessor(1); in lowerTypeTestCall() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 3354 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 D | BugReporterVisitors.cpp | 2044 const CFGBlock *Else = (B->succ_begin() + 1)->getReachableBlock(); in isAssertlikeBlock() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp | 4313 if (const Stmt *Else = IS->getElse()) { in visitIfStmt() local
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 3105 if (Stmt *Else = I->getElse()) { in VisitIfStmt() local
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 5635 const Stmt *const Else = Node.getElse(); in AST_MATCHER_P() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 1909 const Node *Else; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 79 unsigned Else = (Mask >> Pos) & 1; in setITState() local
|