Home
last modified time | relevance | path

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

12

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

12