| /openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter5/ |
| D | toy.cpp | 185 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/ |
| D | toy.cpp | 205 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/ |
| D | toy.cpp | 208 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/ |
| D | toy.cpp | 208 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/ |
| D | toy.cpp | 213 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/ |
| D | toy.cpp | 206 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/ |
| D | toy.cpp | 208 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/ |
| D | PPConditionalDirectiveRecord.cpp | 126 void PPConditionalDirectiveRecord::Else(SourceLocation Loc, in Else() function in PPConditionalDirectiveRecord
|
| /openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter8/ |
| D | toy.cpp | 213 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/ |
| D | ARMBaseInfo.h | 92 Else enumerator
|
| /openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/ |
| D | toy.cpp | 295 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/ |
| D | Stmt.cpp | 166 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/ |
| D | SIAnnotateControlFlow.cpp | 52 Function *Else; member in __anon0e01ac3e0111::SIAnnotateControlFlow
|
| D | SIOptimizeVGPRLiveRange.cpp | 229 for (auto *Else : ElseBlocks) { in collectCandidateRegisters() local
|
| /openbsd/src/gnu/llvm/clang/lib/AST/Interp/ |
| D | ByteCodeStmtGen.cpp | 273 if (const Stmt *Else = IS->getElse()) { in visitIfStmt() local
|
| /openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
| D | toy-jit.cpp | 167 ExprAST *Cond, *Then, *Else; member in IfExprAST 342 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
|
| D | toy.cpp | 168 ExprAST *Cond, *Then, *Else; member in IfExprAST 343 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
|
| /openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| D | IdenticalExprChecker.cpp | 137 const Stmt *Else = Stmt2; in VisitIfStmt() local
|
| /openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/ |
| D | toy-jit.cpp | 182 ExprAST *Cond, *Then, *Else; member in IfExprAST 357 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
|
| D | toy.cpp | 189 ExprAST *Cond, *Then, *Else; member in IfExprAST 364 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
|
| /openbsd/src/gnu/llvm/llvm/lib/TableGen/ |
| D | TGLexer.h | 76 Ifdef, Ifndef, Else, Endif, Define enumerator
|
| /openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/initial/ |
| D | toy.cpp | 166 ExprAST *Cond, *Then, *Else; member in IfExprAST 341 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
|
| /openbsd/src/gnu/llvm/clang/include/clang/Lex/ |
| D | PPCallbacks.h | 423 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/ |
| D | toy.cpp | 208 ExprAST *Cond, *Then, *Else; member in IfExprAST 383 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
|
| /openbsd/src/gnu/llvm/clang/lib/Analysis/ |
| D | BodyFarm.cpp | 687 Stmt *Else = M.makeReturn(RetVal); in create_OSAtomicCompareAndSwap() local
|