/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter5/ |
H A D | toy.cpp | 185 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 D | toy.cpp | 205 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 D | toy.cpp | 206 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 D | toy.cpp | 213 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 D | toy.cpp | 208 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 D | toy.cpp | 208 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 D | toy.cpp | 208 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 D | toy.cpp | 213 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 D | ARMBaseInfo.h | 91 Then, enumerator
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/ |
H A D | toy.cpp | 295 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 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/examples/Kaleidoscope/MCJIT/lazy/ |
H A D | toy-jit.cpp | 167 ExprAST *Cond, *Then, *Else; member in IfExprAST 334 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
|
H A D | toy.cpp | 168 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 D | toy-jit.cpp | 182 ExprAST *Cond, *Then, *Else; member in IfExprAST 349 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
|
H A D | toy.cpp | 189 ExprAST *Cond, *Then, *Else; member in IfExprAST 356 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
|
/openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
H A D | TGLexer.h | 52 String, Then, TrueKW, enumerator
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/initial/ |
H A D | toy.cpp | 166 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 D | toy.cpp | 208 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 D | echo.cpp | 513 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 D | SemaExceptionSpec.cpp | 1554 CanThrowResult Then = canThrow(IS->getThen()); in canThrow() local
|
H A D | AnalysisBasedWarnings.cpp | 791 static void CreateIfFixit(Sema &S, const Stmt *If, const Stmt *Then, in CreateIfFixit()
|
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/ |
H A D | llvm_ocaml.c | 1705 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 D | LowerTypeTests.cpp | 768 BasicBlock *Then = InitialBB->splitBasicBlock(CI->getIterator()); in lowerTypeTestCall() local
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | Core.cpp | 3130 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 D | BugReporterVisitors.cpp | 2022 const CFGBlock *Then = B->succ_begin()->getReachableBlock(); in isAssertlikeBlock() local
|