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