Home
last modified time | relevance | path

Searched refs:Else (Results 1 – 25 of 103) sorted by relevance

12345

/openbsd/src/gnu/usr.bin/binutils/gas/
Dmpw-config.in8 Else
32 Else If "{target_canonical}" =~ /powerpc-apple-macos/
37 Else If "{target_canonical}" =~ /i386-\Option-x-go32/
41 Else If "{target_canonical}" =~ /m68k-\Option-x-coff/
44 Else If "{target_canonical}" =~ /mips-idt-ecoff/
48 Else If "{target_canonical}" =~ /mips-\Option-x-\Option-x/
55 Else If "{target_canonical}" =~ /sh-\Option-x-hms/
72 Else If "{target_arch}" =~ /tahoe/
74 Else If "{target_arch}" =~ /vax/
76 Else
[all …]
/openbsd/src/gnu/usr.bin/binutils/opcodes/
Dmpw-config.in9 Else If "{target_arch}" =~ /powerpc/
11 Else If "{target_arch}" =~ /i386/
13 Else If "{target_arch}" =~ /mips/
15 Else If "{target_arch}" =~ /sh/
/openbsd/src/gnu/usr.bin/binutils/ld/
Dmpw-config.in8 Else If "{target_canonical}" =~ /powerpc-apple-macos/
13 Else If "{target_canonical}" =~ /i386-\Option-x-go32/
18 Else If "{target_canonical}" =~ /mips-\Option-x-ecoff/
23 Else If "{target_canonical}" =~ /mips-\Option-x-\Option-x/
28 Else If "{target_canonical}" =~ /sh-\Option-x-hms/
/openbsd/src/regress/usr.bin/mandoc/roff/cond/
Die.out_ascii12 Else after empty condition.
13 Else after negated empty condition.
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dmpw-config.in16 Else If "{target_canonical}" =~ /powerpc-apple-macos/
23 Else If "{target_canonical}" =~ /i386-\Option-x-go32/
29 Else If "{target_canonical}" =~ /mips-\Option-x-\Option-x/
35 Else If "{target_canonical}" =~ /sh-\Option-x-hms/
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DMVEVPTBlockPass.cpp117 assert(NextPred != ARMVCC::Else && in StepOverPredicatedInstrs()
190 ARMVCC::VPTCodes CurrentPredicate = ARMVCC::Else; in CreateVPTBlock()
237 (CurrentPredicate == ARMVCC::Then ? ARMVCC::Else : ARMVCC::Then); in CreateVPTBlock()
262 assert(Pred != ARMVCC::Else && "VPT block pass does not expect Else preds"); in InsertVPTBlocks()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/Utils/
DARMBaseInfo.h92 Else enumerator
134 case ARMVCC::Else: return "e"; in ARMVPTPredToString()
142 .Case("e", ARMVCC::Else) in ARMVectorCondCodeFromString()
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp185 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anonc82f0dbd0111::IfExprAST
189 std::unique_ptr<ExprAST> Else) in IfExprAST() argument
190 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {} in IfExprAST()
357 auto Else = ParseExpression(); in ParseIfExpr() local
358 if (!Else) in ParseIfExpr()
362 std::move(Else)); in ParseIfExpr()
656 Value *ElseV = Else->codegen(); in codegen()
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp205 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon3cab7ebe0111::IfExprAST
209 std::unique_ptr<ExprAST> Else) in IfExprAST() argument
210 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {} in IfExprAST()
391 auto Else = ParseExpression(); in ParseIfExpr() local
392 if (!Else) in ParseIfExpr()
396 std::move(Else)); in ParseIfExpr()
768 Value *ElseV = Else->codegen(); in codegen()
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp208 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon9ff58ec00111::IfExprAST
212 std::unique_ptr<ExprAST> Else) in IfExprAST() argument
213 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {} in IfExprAST()
408 auto Else = ParseExpression(); in ParseIfExpr() local
409 if (!Else) in ParseIfExpr()
413 std::move(Else)); in ParseIfExpr()
869 Value *ElseV = Else->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
212 std::unique_ptr<ExprAST> Else) in IfExprAST() argument
213 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {} in IfExprAST()
408 auto Else = ParseExpression(); in ParseIfExpr() local
409 if (!Else) in ParseIfExpr()
413 std::move(Else)); in ParseIfExpr()
869 Value *ElseV = Else->codegen(); in codegen()
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp213 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon25a460c00111::IfExprAST
217 std::unique_ptr<ExprAST> Else) in IfExprAST() argument
218 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {} in IfExprAST()
413 auto Else = ParseExpression(); in ParseIfExpr() local
414 if (!Else) in ParseIfExpr()
418 std::move(Else)); in ParseIfExpr()
873 Value *ElseV = Else->codegen(); in codegen()
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp213 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anonb127efbf0111::IfExprAST
217 std::unique_ptr<ExprAST> Else) in IfExprAST() argument
218 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {} in IfExprAST()
413 auto Else = ParseExpression(); in ParseIfExpr() local
414 if (!Else) in ParseIfExpr()
418 std::move(Else)); in ParseIfExpr()
875 Value *ElseV = Else->codegen(); in codegen()
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
Dtoy.cpp206 std::unique_ptr<ExprAST> Cond, Then, Else; member in IfExprAST
210 std::unique_ptr<ExprAST> Else) in IfExprAST() argument
211 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {} in IfExprAST()
391 auto Else = ParseExpression(); in ParseIfExpr() local
392 if (!Else) in ParseIfExpr()
396 std::move(Else)); in ParseIfExpr()
852 Value *ElseV = Else->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
212 std::unique_ptr<ExprAST> Else) in IfExprAST() argument
213 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {} in IfExprAST()
408 auto Else = ParseExpression(); in ParseIfExpr() local
409 if (!Else) in ParseIfExpr()
413 std::move(Else)); in ParseIfExpr()
869 Value *ElseV = Else->codegen(); in codegen()
/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
301 Else(std::move(Else)) {} in IfExprAST()
307 Else->dump(indent(out, ind) << "Else:", ind + 1); in dump()
525 auto Else = ParseExpression(); in ParseIfExpr() local
526 if (!Else) in ParseIfExpr()
530 std::move(Else)); in ParseIfExpr()
1043 Value *ElseV = Else->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;
104 std::unique_ptr<ExprAST> Else)
105 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {}
112 Parser Extensions for If/Then/Else
143 auto Else = ParseExpression();
144 if (!Else)
148 std::move(Else));
[all …]
/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()
342 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
343 if (!Else) return 0; in ParseIfExpr()
345 return new IfExprAST(Cond, Then, Else); in ParseIfExpr()
751 Value *ElseV = Else->Codegen(); in Codegen()
Dtoy.cpp168 ExprAST *Cond, *Then, *Else; member in IfExprAST
171 : Cond(cond), Then(then), Else(_else) {} in IfExprAST()
343 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
344 if (!Else) return 0; in ParseIfExpr()
346 return new IfExprAST(Cond, Then, Else); in ParseIfExpr()
1031 Value *ElseV = Else->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()
357 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
358 if (!Else) return 0; in ParseIfExpr()
360 return new IfExprAST(Cond, Then, Else); in ParseIfExpr()
769 Value *ElseV = Else->Codegen(); in Codegen()
/openbsd/src/gnu/llvm/clang/lib/AST/
DStmt.cpp166 Stmt::Likelihood Stmt::getLikelihood(const Stmt *Then, const Stmt *Else) { in getLikelihood() argument
168 Likelihood LHE = ::getLikelihood(Else).first; in getLikelihood()
184 Stmt::determineLikelihoodConflict(const Stmt *Then, const Stmt *Else) { in determineLikelihoodConflict() argument
186 std::pair<Likelihood, const Attr *> LHE = ::getLikelihood(Else); in determineLikelihoodConflict()
924 SourceLocation RPL, Stmt *Then, SourceLocation EL, Stmt *Else) in IfStmt() argument
926 bool HasElse = Else != nullptr; in IfStmt()
938 setElse(Else); in IfStmt()
959 Stmt *Then, SourceLocation EL, Stmt *Else) { in Create() argument
960 bool HasElse = Else != nullptr; in Create()
968 IfStmt(Ctx, IL, Kind, Init, Var, Cond, LPL, RPL, Then, EL, Else); in Create()
/openbsd/src/gnu/llvm/clang/include/clang/Lex/
DPPCallbacks.h423 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { in Else() function
695 void Else(SourceLocation Loc, SourceLocation IfLoc) override { in Else() function
696 First->Else(Loc, IfLoc); in Else()
697 Second->Else(Loc, IfLoc); in Else()
/openbsd/src/gnu/llvm/llvm/lib/TableGen/
DTGLexer.cpp41 { tgtok::Else, "else" },
746 } else if (Kind == tgtok::Else) { in lexPreprocessor()
788 IfdefOrElseEntry.Kind != tgtok::Else) { in lexPreprocessor()
877 if (Kind != tgtok::Else && Kind != tgtok::Endif) { in prepSkipRegion()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp52 Function *Else; member in __anon0e01ac3e0111::SIAnnotateControlFlow
138 Else = Intrinsic::getDeclaration(&M, Intrinsic::amdgcn_else, in initialize()
220 Value *Ret = CallInst::Create(Else, popSaved(), "", Term); in insertElse()
/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()
341 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
342 if (!Else) return 0; in ParseIfExpr()
344 return new IfExprAST(Cond, Then, Else); in ParseIfExpr()
991 Value *ElseV = Else->Codegen(); in Codegen()

12345