Home
last modified time | relevance | path

Searched refs:Then (Results 1 – 25 of 406) sorted by relevance

12345678910>>...17

/openbsd-src/gnu/usr.bin/perl/vms/
H A Ddescrip_mms.template97 @ If F$TrnLnm("Sys").eqs."" .and. F$TrnLnm("DECC$System_Include").nes."" Then Define/NoLog SYS DECC$System_Include
100 @ If F$TrnLnm("Sys").eqs."" .and. F$TrnLnm("DECC$System_Include").eqs."" Then Define/NoLog SYS Sys$Library
102 @ If F$TrnLnm("Sys").eqs."" .and. F$TrnLnm("DECC$System_Include").eqs."" Then Define/NoLog SYS DECC$Library_Include
340 @ If F$Search("$(MMS$TARGET)").eqs."" Then Library/Object/Create $(MMS$TARGET)
344 @ If F$Search("$(MMS$TARGET)").eqs."" Then Library/Object/Create $(MMS$TARGET)
399 @ If F$Search("$(DBG)perlshr_xtras.ts").nes."" Then Delete/NoLog/NoConfirm $(DBG)perlshr_xtras.ts;*
418 @ If F$Search("$(MMS$TARGET)").nes."" Then Delete/NoLog/NoConfirm $(MMS$TARGET);*
512 @ If F$Search("perl_root:[lib]html.dir").eqs."" Then Create/Directory perl_root:[lib.html]
563 If F$TrnLnm("Sys") .nes. "" Then Deass SYS
586 @ If F$Search("$(ARCHDIR)CORE.dir").eqs."" Then Creat
[all...]
/openbsd-src/gnu/llvm/llvm/bindings/python/
H A DREADME.txt23 Then by running nosetests:
36 Then run nosetests:
45 Then open cover/index.html in your browser of choice to see the code coverage.
54 Then at any time run it to see a report:
/openbsd-src/gnu/llvm/llvm/utils/TableGen/jupyter/
H A DREADME.md7 Then put this folder on your PYTHONPATH so jupyter can find it:
13 Then run one of:
17 # Then in the notebook interface, select 'LLVM TableGen' from the 'New' menu.
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h91 Then, enumerator
133 case ARMVCC::Then: return "t"; in ARMVPTPredToString()
141 .Case("t", ARMVCC::Then) in ARMVectorCondCodeFromString()
H A DARMBaseInfo.cpp26 return Kind == ARMVCC::Then ? AddedThen : AddedElse; in expandPredBlockMask()
/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() argument
190 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {} in IfExprAST()
348 auto Then = ParseExpression(); in ParseIfExpr() local
349 if (!Then) in ParseIfExpr()
361 return std::make_unique<IfExprAST>(std::move(Cond), std::move(Then), in ParseIfExpr()
644 Value *ThenV = Then->codegen(); in codegen()
/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() argument
210 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {} in IfExprAST()
382 auto Then = ParseExpression(); in ParseIfExpr() local
383 if (!Then) in ParseIfExpr()
395 return std::make_unique<IfExprAST>(std::move(Cond), std::move(Then), in ParseIfExpr()
756 Value *ThenV = Then->codegen(); in codegen()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DMVEVPTBlockPass.cpp168 assert(getVPTInstrPredicate(*Iter) == ARMVCC::Then && in CreateVPTBlock()
237 (CurrentPredicate == ARMVCC::Then ? ARMVCC::Else : ARMVCC::Then); in CreateVPTBlock()
/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() argument
211 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {} in IfExprAST()
382 auto Then = ParseExpression(); in ParseIfExpr() local
383 if (!Then) in ParseIfExpr()
395 return std::make_unique<IfExprAST>(std::move(Cond), std::move(Then), in ParseIfExpr()
840 Value *ThenV = Then->codegen(); in codegen()
/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() argument
218 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {} in IfExprAST()
404 auto Then = ParseExpression(); in ParseIfExpr() local
405 if (!Then) in ParseIfExpr()
417 return std::make_unique<IfExprAST>(std::move(Cond), std::move(Then), in ParseIfExpr()
863 Value *ThenV = Then->codegen(); in codegen()
/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() argument
213 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {} in IfExprAST()
399 auto Then = ParseExpression(); in ParseIfExpr() local
400 if (!Then) in ParseIfExpr()
412 return std::make_unique<IfExprAST>(std::move(Cond), std::move(Then), in ParseIfExpr()
857 Value *ThenV = Then->codegen(); in codegen()
/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() argument
218 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {} in IfExprAST()
404 auto Then = ParseExpression(); in ParseIfExpr() local
405 if (!Then) in ParseIfExpr()
417 return std::make_unique<IfExprAST>(std::move(Cond), std::move(Then), in ParseIfExpr()
861 Value *ThenV = Then->codegen(); in codegen()
/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() argument
213 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {} in IfExprAST()
399 auto Then = ParseExpression(); in ParseIfExpr() local
400 if (!Then) in ParseIfExpr()
412 return std::make_unique<IfExprAST>(std::move(Cond), std::move(Then), in ParseIfExpr()
857 Value *ThenV = Then->codegen(); in codegen()
/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() argument
213 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {} in IfExprAST()
399 auto Then = ParseExpression(); in ParseIfExpr() local
400 if (!Then) in ParseIfExpr()
412 return std::make_unique<IfExprAST>(std::move(Cond), std::move(Then), in ParseIfExpr()
857 Value *ThenV = Then->codegen(); in codegen()
/openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl05.rst21 If/Then/Else
60 Lexer Extensions for If/Then/Else
91 AST Extensions for If/Then/Else
100 std::unique_ptr<ExprAST> Cond, Then, Else;
103 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then,
105 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {}
112 Parser Extensions for If/Then/Else
134 auto Then = ParseExpression();
135 if (!Then)
147 return std::make_unique<IfExprAST>(std::move(Cond), std::move(Then),
[all …]
/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() argument
300 : ExprAST(Loc), Cond(std::move(Cond)), Then(std::move(Then)), in IfExprAST()
306 Then->dump(indent(out, ind) << "Then:", ind + 1); in dump()
516 auto Then = ParseExpression(); in ParseIfExpr() local
517 if (!Then) in ParseIfExpr()
529 return std::make_unique<IfExprAST>(IfLoc, std::move(Cond), std::move(Then), in ParseIfExpr()
1031 Value *ThenV = Then->codegen(); in codegen()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp167 ExprAST *Cond, *Then, *Else; member in IfExprAST
170 : Cond(cond), Then(then), Else(_else) {} in IfExprAST()
334 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
335 if (Then == 0) return 0; in ParseIfExpr()
345 return new IfExprAST(Cond, Then, Else); in ParseIfExpr()
740 Value *ThenV = Then->Codegen(); in Codegen()
H A Dtoy.cpp168 ExprAST *Cond, *Then, *Else; member in IfExprAST
171 : Cond(cond), Then(then), Else(_else) {} in IfExprAST()
335 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
336 if (Then == 0) return 0; in ParseIfExpr()
346 return new IfExprAST(Cond, Then, Else); in ParseIfExpr()
1020 Value *ThenV = Then->Codegen(); in Codegen()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp182 ExprAST *Cond, *Then, *Else; member in IfExprAST
185 : Cond(cond), Then(then), Else(_else) {} in IfExprAST()
349 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
350 if (Then == 0) return 0; in ParseIfExpr()
360 return new IfExprAST(Cond, Then, Else); in ParseIfExpr()
758 Value *ThenV = Then->Codegen(); in Codegen()
/openbsd-src/regress/sys/netinet6/rip6cksum/
H A DREADME4 it, and sets the checksum option. Then it forks the scapy program
/openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/
H A DREADME.txt29 Then build the clang-fuzzer target.
54 Then build the clang-objc-fuzzer target.
91 Then build the clang-proto-fuzzer and clang-proto-to-cxx targets. Optionally,
/openbsd-src/gnu/llvm/clang/docs/
H A DClangRepl.rst8 high level programming language into LLVM IR. Then the LLVM IR is executed by
47 2. Then it sends the input to the underlying incremental facilities in Clang
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp166 ExprAST *Cond, *Then, *Else; member in IfExprAST
169 : Cond(cond), Then(then), Else(_else) {} in IfExprAST()
333 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
334 if (Then == 0) return 0; in ParseIfExpr()
344 return new IfExprAST(Cond, Then, Else); in ParseIfExpr()
980 Value *ThenV = Then->Codegen(); in Codegen()
/openbsd-src/distrib/notes/macppc/
H A Dxfer16 is possible to boot from those files. Then install the rest of the files
/openbsd-src/usr.sbin/pkg_add/
H A DTODO2 packages as conflicts. Then save_old_libraries can split stuff off old

12345678910>>...17