Home
last modified time | relevance | path

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

12

/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/include/clang/Lex/
H A DNoTrivialPPDirectiveTracer.h296 void Else(SourceLocation Loc, SourceLocation IfLoc) override { in Else() function
H A DPPCallbacks.h460 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { in Else() function
754 void Else(SourceLocation Loc, SourceLocation IfLoc) override { in Else() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp175 Stmt::Likelihood Stmt::getLikelihood(const Stmt *Then, const Stmt *Else) { in getLikelihood()
193 Stmt::determineLikelihoodConflict(const Stmt *Then, const Stmt *Else) { in determineLikelihoodConflict()
970 SourceLocation RPL, Stmt *Then, SourceLocation EL, Stmt *Else) in IfStmt()
1005 Stmt *Then, SourceLocation EL, Stmt *Else) { in Create()
H A DStmtPrinter.cpp318 if (Stmt *Else = If->getElse()) { in PrintRawIfStmt() local
346 if (Stmt *Else = If->getElse()) { in PrintRawIfStmt() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp55 Function *Else = nullptr; member in __anon9f980a420111::SIAnnotateControlFlow
H A DSIOptimizeVGPRLiveRange.cpp236 for (auto *Else : ElseBlocks) { in collectCandidateRegisters() local
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h72 Else, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp394 if (Stmt *Else = IS->getElse()) { in BuildScopeInformation() local
H A DSemaExceptionSpec.cpp1574 CanThrowResult Else = IS->getElse() ? canThrow(IS->getElse()) : CT_Cannot; in canThrow() local
H A DAnalysisBasedWarnings.cpp953 const Stmt *Else, bool CondVal, in CreateIfFixit()
H A DTreeTransform.h1412 SourceLocation ElseLoc, Stmt *Else) { in RebuildIfStmt()
8339 StmtResult Else; in TransformIfStmt() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp687 Stmt *Else = M.makeReturn(RetVal); in create_OSAtomicCompareAndSwap() local
H A DCFG.cpp3214 if (Stmt *Else = I->getElse()) { in VisitIfStmt() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1970 const auto *Else = S->getElse(); in coverIfConsteval() local
2030 const auto *Else = S->getElse(); in coverIfConstexpr() local
2086 if (const Stmt *Else = S->getElse()) { in VisitIfStmt() local
H A DCGStmt.cpp879 const Stmt *Else = S.getElse(); in EmitIfStmt() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp257 Else, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp813 BasicBlock *Else = Br->getSuccessor(1); in lowerTypeTestCall() local
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp5409 else if (const Stmt *Else = IS->getElse()) in visitIfStmt() local
5431 if (const Stmt *Else = IS->getElse()) { in visitIfStmt() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3409 LLVMBasicBlockRef Then, LLVMBasicBlockRef Else) { in LLVMBuildCondBr()
3414 LLVMBasicBlockRef Else, unsigned NumCases) { in LLVMBuildSwitch()
4310 LLVMValueRef Then, LLVMValueRef Else, in LLVMBuildSelect()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1996 const CFGBlock *Else = (B->succ_begin() + 1)->getReachableBlock(); in isAssertlikeBlock() local
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5681 const Stmt *const Else = Node.getElse(); in AST_MATCHER_P() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1947 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

12