Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp185 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anonc04ad50e0111::IfExprAST
189 std::unique_ptr<ExprAST> Else) in IfExprAST()
357 auto Else = ParseExpression(); in ParseIfExpr() local
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp205 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon34c7460f0111::IfExprAST
209 std::unique_ptr<ExprAST> Else) in IfExprAST()
391 auto Else = ParseExpression(); in ParseIfExpr() local
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp213 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anona943b7100111::IfExprAST
217 std::unique_ptr<ExprAST> Else) in IfExprAST()
413 auto Else = ParseExpression(); in ParseIfExpr() local
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp208 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon6f160faf0111::IfExprAST
212 std::unique_ptr<ExprAST> Else) in IfExprAST()
408 auto Else = ParseExpression(); in ParseIfExpr() local
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp208 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anone39280b00111::IfExprAST
212 std::unique_ptr<ExprAST> Else) in IfExprAST()
408 auto Else = ParseExpression(); in ParseIfExpr() local
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp208 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon580ef1b10111::IfExprAST
212 std::unique_ptr<ExprAST> Else) in IfExprAST()
408 auto Else = ParseExpression(); in ParseIfExpr() local
/openbsd/gnu/llvm/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()
391 auto Else = ParseExpression(); in ParseIfExpr() local
/openbsd/gnu/llvm/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp126 void PPConditionalDirectiveRecord::Else(SourceLocation Loc, in Else() function in PPConditionalDirectiveRecord
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp213 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon1dc028110111::IfExprAST
217 std::unique_ptr<ExprAST> Else) in IfExprAST()
413 auto Else = ParseExpression(); in ParseIfExpr() local
/openbsd/gnu/llvm/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h92 Else enumerator
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp295 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon923c99120211::IfExprAST
299 std::unique_ptr<ExprAST> Then, std::unique_ptr<ExprAST> Else) in IfExprAST()
525 auto Else = ParseExpression(); in ParseIfExpr() local
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp52 Function *Else; member in __anon3e83ae2f0111::SIAnnotateControlFlow
H A DSIOptimizeVGPRLiveRange.cpp229 for (auto *Else : ElseBlocks) { in collectCandidateRegisters() local
/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp273 if (const Stmt *Else = IS->getElse()) { in visitIfStmt() local
/openbsd/gnu/llvm/clang/lib/AST/
H A DStmt.cpp166 Stmt::Likelihood Stmt::getLikelihood(const Stmt *Then, const Stmt *Else) { in getLikelihood()
184 Stmt::determineLikelihoodConflict(const Stmt *Then, const Stmt *Else) { in determineLikelihoodConflict()
924 SourceLocation RPL, Stmt *Then, SourceLocation EL, Stmt *Else) in IfStmt()
959 Stmt *Then, SourceLocation EL, Stmt *Else) { in Create()
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp167 ExprAST *Cond, *Then, *Else; member in IfExprAST
342 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
H A Dtoy.cpp168 ExprAST *Cond, *Then, *Else; member in IfExprAST
343 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp137 const Stmt *Else = Stmt2; in VisitIfStmt() local
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp182 ExprAST *Cond, *Then, *Else; member in IfExprAST
357 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
H A Dtoy.cpp189 ExprAST *Cond, *Then, *Else; member in IfExprAST
364 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
/openbsd/gnu/llvm/llvm/lib/TableGen/
H A DTGLexer.h76 Ifdef, Ifndef, Else, Endif, Define enumerator
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp166 ExprAST *Cond, *Then, *Else; member in IfExprAST
341 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp208 ExprAST *Cond, *Then, *Else; member in IfExprAST
383 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DPPCallbacks.h423 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { in Else() function
695 void Else(SourceLocation Loc, SourceLocation IfLoc) override { in Else() function
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DBodyFarm.cpp687 Stmt *Else = M.makeReturn(RetVal); in create_OSAtomicCompareAndSwap() local

12