Home
last modified time | relevance | path

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

12345678910>>...17

/openbsd/src/gnu/usr.bin/perl/vms/
Ddescrip_mms.template97 …@ If F$TrnLnm("Sys").eqs."" .and. F$TrnLnm("DECC$System_Include").nes."" Then Define/NoLog SYS DEC…
100 …@ If F$TrnLnm("Sys").eqs."" .and. F$TrnLnm("DECC$System_Include").eqs."" Then Define/NoLog SYS Sys…
102 …@ If F$TrnLnm("Sys").eqs."" .and. F$TrnLnm("DECC$System_Include").eqs."" Then Define/NoLog SYS DEC…
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 Create/Directory $(ARCHCORE)
[all …]
/openbsd/src/gnu/llvm/llvm/bindings/python/
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/lib/Target/ARM/Utils/
DARMBaseInfo.h91 Then, enumerator
133 case ARMVCC::Then: return "t"; in ARMVPTPredToString()
141 .Case("t", ARMVCC::Then) in ARMVectorCondCodeFromString()
DARMBaseInfo.cpp26 return Kind == ARMVCC::Then ? AddedThen : AddedElse; in expandPredBlockMask()
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp185 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anonc82f0dbd0111::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/
Dtoy.cpp205 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon3cab7ebe0111::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/
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/Chapter3/
Dtoy.cpp208 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon9ff58ec00111::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/Chapter1/
Dtoy.cpp208 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anonb6fcacbe0111::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/
Dtoy.cpp213 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon25a460c00111::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/Chapter7/
Dtoy.cpp213 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anonb127efbf0111::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/Chapter4/
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/BuildingAJIT/Chapter2/
Dtoy.cpp208 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon2b791dbf0111::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/
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/
Dtoy.cpp295 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon9a20d1c10211::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/
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()
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/
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/
DREADME4 it, and sets the checksum option. Then it forks the scapy program
/openbsd/src/gnu/llvm/clang/tools/clang-fuzzer/
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/
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/
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/
Dxfer16 is possible to boot from those files. Then install the rest of the files
/openbsd/src/usr.sbin/pkg_add/
DTODO2 packages as conflicts. Then save_old_libraries can split stuff off old
/openbsd/src/gnu/llvm/lldb/utils/lui/
DReadme9 Then, run the lui.py. To load a core file:

12345678910>>...17