Home
last modified time | relevance | path

Searched defs:Then (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp185 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anonde6ff8cc0111::IfExprAST
188 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
348 auto Then = ParseExpression(); in ParseIfExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp205 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon52ec69cd0111::IfExprAST
208 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
382 auto Then = ParseExpression(); in ParseIfExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp208 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon4bdfba2f0111::IfExprAST
211 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
399 auto Then = ParseExpression(); in ParseIfExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp213 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anonc768dace0111::IfExprAST
216 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
404 auto Then = ParseExpression(); in ParseIfExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp208 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anond763492e0111::IfExprAST
211 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
399 auto Then = ParseExpression(); in ParseIfExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp208 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon62e6d82d0111::IfExprAST
211 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
399 auto Then = ParseExpression(); in ParseIfExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp206 std::unique_ptr<ExprAST> Cond, Then, Else; member in IfExprAST
209 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
382 auto Then = ParseExpression(); in ParseIfExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp214 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon3be54bcf0111::IfExprAST
217 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
405 auto Then = ParseExpression(); in ParseIfExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h91 Then, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp295 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anonb061bcd00211::IfExprAST
299 std::unique_ptr<ExprAST> Then, std::unique_ptr<ExprAST> Else) in IfExprAST()
516 auto Then = ParseExpression(); in ParseIfExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp167 ExprAST *Cond, *Then, *Else; member in IfExprAST
334 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
H A Dtoy.cpp168 ExprAST *Cond, *Then, *Else; member in IfExprAST
335 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp165 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()
945 SourceLocation LPL, SourceLocation RPL, Stmt *Then, in Create()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp182 ExprAST *Cond, *Then, *Else; member in IfExprAST
349 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
H A Dtoy.cpp189 ExprAST *Cond, *Then, *Else; member in IfExprAST
356 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGLexer.h52 String, Then, TrueKW, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp166 ExprAST *Cond, *Then, *Else; member in IfExprAST
333 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp208 ExprAST *Cond, *Then, *Else; member in IfExprAST
375 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp512 LLVMValueRef Then = LLVMGetOperand(Src, 2); in CloneInstruction() local
526 LLVMBasicBlockRef Then = DeclareBB(LLVMGetNormalDest(Src)); in CloneInstruction() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1534 CanThrowResult Then = canThrow(IS->getThen()); in canThrow() local
H A DAnalysisBasedWarnings.cpp788 static void CreateIfFixit(Sema &S, const Stmt *If, const Stmt *Then, in CreateIfFixit()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1736 LLVMValueRef llvm_build_cond_br(LLVMValueRef If, LLVMBasicBlockRef Then, in llvm_build_cond_br()
1785 LLVMBasicBlockRef Then, in llvm_build_invoke_nat()
2249 LLVMValueRef llvm_build_select(LLVMValueRef If, LLVMValueRef Then, in llvm_build_select()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp3155 LLVMBasicBlockRef Then, LLVMBasicBlockRef Else) { in LLVMBuildCondBr()
3171 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, in LLVMBuildInvoke()
3184 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, in LLVMBuildInvoke2()
3919 LLVMValueRef Then, LLVMValueRef Else, in LLVMBuildSelect()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp792 BasicBlock *Then = InitialBB->splitBasicBlock(CI->getIterator()); in lowerTypeTestCall() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1857 const CFGBlock *Then = B->succ_begin()->getReachableBlock(); in isAssertlikeBlock() local

12