Home
last modified time | relevance | path

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

123

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DElseAfterReturnCheck.cpp116 const Stmt *Else, SourceLocation ElseLoc) { in removeElseAndBrackets()
239 const auto *Else = Result.Nodes.getNodeAs<Stmt>("else"); in check() local
H A DBracesAroundStatementsCheck.cpp98 const Stmt *Else = S->getElse(); in check() local
/llvm-project/llvm/unittests/Analysis/
H A DPhiValuesTest.cpp35 BasicBlock *Else = BasicBlock::Create(C, "else", F); in TEST() local
H A DSparsePropagation.cpp380 BasicBlock *Else = BasicBlock::Create(Context, "else", F); TEST_F() local
420 BasicBlock *Else = BasicBlock::Create(Context, "else", F); TEST_F() local
/llvm-project/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp126 void PPConditionalDirectiveRecord::Else(SourceLocation Loc, in Else() function in PPConditionalDirectiveRecord
/llvm-project/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp189 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon2f5574b40111::IfExprAST
193 std::unique_ptr<ExprAST> Else) in IfExprAST() argument
361 auto Else = ParseExpression(); in ParseIfExpr() local
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DBranchCloneCheck.cpp114 const Stmt *Else = Result.Nodes.getNodeAs<Stmt>("else"); check() local
/llvm-project/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp209 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anona3d1e5b50111::IfExprAST
213 std::unique_ptr<ExprAST> Else) in IfExprAST() argument
395 auto Else = ParseExpression(); in ParseIfExpr() local
/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h92 Else enumerator
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp206 std::unique_ptr<ExprAST> Cond, Then, Else; member in IfExprAST
210 std::unique_ptr<ExprAST> Else) in IfExprAST() argument
391 auto Else = ParseExpression(); in ParseIfExpr() local
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp208 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anoncdd06d150111::IfExprAST
212 std::unique_ptr<ExprAST> Else) in IfExprAST() argument
408 auto Else = ParseExpression(); in ParseIfExpr() local
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp208 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon424cde160111::IfExprAST
212 std::unique_ptr<ExprAST> Else) in IfExprAST() argument
408 auto Else = ParseExpression(); in ParseIfExpr() local
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp208 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anonb6c94f170111::IfExprAST
212 std::unique_ptr<ExprAST> Else) in IfExprAST() argument
408 auto Else = ParseExpression(); in ParseIfExpr() local
/llvm-project/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp217 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon184e56b60111::IfExprAST
221 std::unique_ptr<ExprAST> Else) in IfExprAST() argument
417 auto Else = ParseExpression(); in ParseIfExpr() local
/llvm-project/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp213 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon8ccac7b70111::IfExprAST
217 std::unique_ptr<ExprAST> Else) in IfExprAST()
413 auto Else = ParseExpression(); in ParseIfExpr() local
/llvm-project/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp295 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon014738b80211::IfExprAST
299 std::unique_ptr<ExprAST> Then, std::unique_ptr<ExprAST> Else) in IfExprAST()
525 auto Else = ParseExpression(); in ParseIfExpr() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp53 Function *Else; global() member in __anon0b4205950111::SIAnnotateControlFlow
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp167 ExprAST *Cond, *Then, *Else; member in IfExprAST
342 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
/llvm-project/clang/lib/AST/
H A DStmt.cpp167 getLikelihood(const Stmt * Then,const Stmt * Else) getLikelihood() argument
185 determineLikelihoodConflict(const Stmt * Then,const Stmt * Else) determineLikelihoodConflict() argument
926 IfStmt(const ASTContext & Ctx,SourceLocation IL,IfStatementKind Kind,Stmt * Init,VarDecl * Var,Expr * Cond,SourceLocation LPL,SourceLocation RPL,Stmt * Then,SourceLocation EL,Stmt * Else) IfStmt() argument
961 Create(const ASTContext & Ctx,SourceLocation IL,IfStatementKind Kind,Stmt * Init,VarDecl * Var,Expr * Cond,SourceLocation LPL,SourceLocation RPL,Stmt * Then,SourceLocation EL,Stmt * Else) Create() argument
[all...]
/llvm-project/clang-tools-extra/pseudo/lib/
H A DDirectiveTree.cpp
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp182 ExprAST *Cond, *Then, *Else; member in IfExprAST
357 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h72 Else, enumerator
/llvm-project/clang-tools-extra/clang-tidy/
H A DExpandModularHeadersPPCallbacks.cpp303 void ExpandModularHeadersPPCallbacks::Else(SourceLocation Loc, SourceLocation) { in Else() function in clang::tooling::ExpandModularHeadersPPCallbacks
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp166 ExprAST *Cond, *Then, *Else; member in IfExprAST
341 ExprAST *Else = ParseExpression(); in ParseIfExpr() local

123