Home
last modified time | relevance | path

Searched defs:Else (Results 1 – 25 of 27) sorted by relevance

12

/minix/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoken.ml18 | If | Then | Else Constructor
/minix/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoken.ml18 | If | Then | Else Constructor
/minix/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoken.ml18 | If | Then | Else Constructor
/minix/external/bsd/llvm/dist/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp107 void PPConditionalDirectiveRecord::Else(SourceLocation Loc, in Else() function in PPConditionalDirectiveRecord
/minix/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp163 ExprAST *Cond, *Then, *Else; member in __anon879d9dac0111::IfExprAST
329 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
/minix/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp182 ExprAST *Cond, *Then, *Else; member in __anonfc1a0ead0111::IfExprAST
360 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
/minix/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DSIAnnotateControlFlow.cpp60 Constant *Else; member in __anon4acca3170111::SIAnnotateControlFlow
H A DSILowerControlFlow.cpp199 void SILowerControlFlowPass::Else(MachineInstr &MI) { in Else() function in SILowerControlFlowPass
/minix/external/bsd/llvm/dist/clang/lib/Analysis/
H A DBodyFarm.cpp345 Stmt *Else = M.makeReturn(RetVal); in create_OSAtomicCompareAndSwap() local
/minix/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp120 const Stmt *Else = Stmt2; in VisitIfStmt() local
/minix/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPPCallbacks.h312 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { in Else() function
494 void Else(SourceLocation Loc, SourceLocation IfLoc) override { in Else() function
/minix/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp167 ExprAST *Cond, *Then, *Else; member in IfExprAST
342 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
H A Dtoy.cpp168 ExprAST *Cond, *Then, *Else; member in IfExprAST
343 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
/minix/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp188 ExprAST *Cond, *Then, *Else; member in __anon70967fae0111::IfExprAST
380 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
/minix/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp182 ExprAST *Cond, *Then, *Else; member in IfExprAST
357 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
H A Dtoy.cpp189 ExprAST *Cond, *Then, *Else; member in IfExprAST
364 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
/minix/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp166 ExprAST *Cond, *Then, *Else; member in IfExprAST
341 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
/minix/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp208 ExprAST *Cond, *Then, *Else; member in IfExprAST
383 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
/minix/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp296 ExprAST *Cond, *Then, *Else; member in __anone512f0af0211::IfExprAST
526 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
/minix/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1670 LLVMBasicBlockRef Else, in llvm_build_cond_br()
1677 LLVMBasicBlockRef Else, in llvm_build_switch()
2203 LLVMValueRef Then, LLVMValueRef Else, in llvm_build_select()
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp565 if (const Stmt *Else = S.getElse()) { in EmitIfStmt() local
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DCore.cpp2219 LLVMBasicBlockRef Then, LLVMBasicBlockRef Else) { in LLVMBuildCondBr()
2224 LLVMBasicBlockRef Else, unsigned NumCases) { in LLVMBuildSwitch()
2686 LLVMValueRef Then, LLVMValueRef Else, in LLVMBuildSelect()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp636 const Stmt *Else, bool CondVal, in CreateIfFixit()
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DStmtPrinter.cpp196 if (Stmt *Else = If->getElse()) { in PrintRawIfStmt() local
/minix/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2606 const Stmt *const Else = Node.getElse(); in AST_MATCHER_P() local

12