/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | PPConditionalDirectiveRecord.cpp | 104 void PPConditionalDirectiveRecord::Else(SourceLocation Loc, in Else() function in PPConditionalDirectiveRecord
|
H A D | DependencyDirectivesSourceMinimizer.cpp | 907 Else // elif,else in computeSkippedRanges() enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/ |
H A D | toy.cpp | 185 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anonde6ff8cc0111::IfExprAST 189 std::unique_ptr<ExprAST> Else) in IfExprAST() 357 auto Else = ParseExpression(); in ParseIfExpr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/ |
H A D | toy.cpp | 205 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon52ec69cd0111::IfExprAST 209 std::unique_ptr<ExprAST> Else) in IfExprAST() 391 auto Else = ParseExpression(); in ParseIfExpr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | toy.cpp | 208 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon4bdfba2f0111::IfExprAST 212 std::unique_ptr<ExprAST> Else) in IfExprAST() 408 auto Else = ParseExpression(); in ParseIfExpr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/ |
H A D | toy.cpp | 213 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anonc768dace0111::IfExprAST 217 std::unique_ptr<ExprAST> Else) in IfExprAST() 413 auto Else = ParseExpression(); in ParseIfExpr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | toy.cpp | 208 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anond763492e0111::IfExprAST 212 std::unique_ptr<ExprAST> Else) in IfExprAST() 408 auto Else = ParseExpression(); in ParseIfExpr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
H A D | toy.cpp | 208 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon62e6d82d0111::IfExprAST 212 std::unique_ptr<ExprAST> Else) in IfExprAST() 408 auto Else = ParseExpression(); in ParseIfExpr() local
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/ |
H A D | toy.cpp | 214 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon3be54bcf0111::IfExprAST 218 std::unique_ptr<ExprAST> Else) in IfExprAST() 414 auto Else = ParseExpression(); in ParseIfExpr() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | ByteCodeStmtGen.cpp | 202 if (const Stmt *Else = IS->getElse()) { in visitIfStmt() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Utils/ |
H A D | ARMBaseInfo.h | 92 Else enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SIAnnotateControlFlow.cpp | 52 Function *Else; member in __anon5b8ad8ad0111::SIAnnotateControlFlow
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/ |
H A D | toy.cpp | 295 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anonb061bcd00211::IfExprAST 299 std::unique_ptr<ExprAST> Then, std::unique_ptr<ExprAST> Else) in IfExprAST() 525 auto Else = ParseExpression(); in ParseIfExpr() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | IdenticalExprChecker.cpp | 137 const Stmt *Else = Stmt2; in VisitIfStmt() local
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Stmt.cpp | 165 Stmt::Likelihood Stmt::getLikelihood(const Stmt *Then, const Stmt *Else) { in getLikelihood() 183 Stmt::determineLikelihoodConflict(const Stmt *Then, const Stmt *Else) { in determineLikelihoodConflict() 911 SourceLocation RPL, Stmt *Then, SourceLocation EL, Stmt *Else) in IfStmt() 946 SourceLocation EL, Stmt *Else) { in Create()
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
H A D | TGLexer.h | 75 Ifdef, Ifndef, Else, Endif, Define enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 365 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { in Else() function 597 void Else(SourceLocation Loc, SourceLocation IfLoc) override { in Else() function
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | BodyFarm.cpp | 657 Stmt *Else = M.makeReturn(RetVal); in create_OSAtomicCompareAndSwap() local
|