Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp185 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon0dd774980111::IfExprAST
188 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
348 auto Then = ParseExpression(); in ParseIfExpr() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp205 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon8253e5990111::IfExprAST
208 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
382 auto Then = ParseExpression(); in ParseIfExpr() local
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp213 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anonf6d0569a0111::IfExprAST
216 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
404 auto Then = ParseExpression(); in ParseIfExpr() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp208 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon348c1f790111::IfExprAST
211 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
399 auto Then = ParseExpression(); in ParseIfExpr() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp208 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anona908907a0111::IfExprAST
211 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
399 auto Then = ParseExpression(); in ParseIfExpr() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp208 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon1d85017b0111::IfExprAST
211 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
399 auto Then = ParseExpression(); in ParseIfExpr() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp213 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon6b4cc79b0111::IfExprAST
216 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
404 auto Then = ParseExpression(); in ParseIfExpr() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h91 Then, enumerator
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp295 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anondfc9389c0211::IfExprAST
299 std::unique_ptr<ExprAST> Then, std::unique_ptr<ExprAST> Else) in IfExprAST()
516 auto Then = ParseExpression(); in ParseIfExpr() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A 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/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
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DTGLexer.h52 String, Then, TrueKW, enumerator
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp166 ExprAST *Cond, *Then, *Else; member in IfExprAST
333 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp208 ExprAST *Cond, *Then, *Else; member in IfExprAST
375 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp513 LLVMValueRef Then = LLVMGetOperand(Src, 2); in CloneInstruction() local
528 LLVMBasicBlockRef Then = DeclareBB(LLVMGetNormalDest(Src)); in CloneInstruction() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1554 CanThrowResult Then = canThrow(IS->getThen()); in canThrow() local
H A DAnalysisBasedWarnings.cpp791 static void CreateIfFixit(Sema &S, const Stmt *If, const Stmt *Then, in CreateIfFixit()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1705 LLVMValueRef llvm_build_cond_br(LLVMValueRef If, LLVMBasicBlockRef Then, in llvm_build_cond_br()
1754 value Args, LLVMBasicBlockRef Then, in llvm_build_invoke_nat()
2222 LLVMValueRef llvm_build_select(LLVMValueRef If, LLVMValueRef Then, in llvm_build_select()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp768 BasicBlock *Then = InitialBB->splitBasicBlock(CI->getIterator()); in lowerTypeTestCall() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp3130 LLVMBasicBlockRef Then, LLVMBasicBlockRef Else) { in LLVMBuildCondBr()
3146 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, in LLVMBuildInvoke2()
3841 LLVMValueRef Then, LLVMValueRef Else, in LLVMBuildSelect()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2022 const CFGBlock *Then = B->succ_begin()->getReachableBlock(); in isAssertlikeBlock() local

12