Home
last modified time | relevance | path

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

/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoken.ml18 | If | Then | Else Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoken.ml18 | If | Then | Else Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoken.ml18 | If | Then | Else Constructor
/external/clang/include/clang/Lex/
DPPCallbacks.h222 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { in Else() function
370 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { in Else() function
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp144 ExprAST *Cond, *Then, *Else; member in IfExprAST
293 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp159 ExprAST *Cond, *Then, *Else; member in IfExprAST
321 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp164 ExprAST *Cond, *Then, *Else; member in IfExprAST
339 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
/external/clang/lib/Lex/
DPreprocessingRecord.cpp501 void PreprocessingRecord::Else(SourceLocation Loc, SourceLocation IfLoc) { in Else() function in PreprocessingRecord
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1381 LLVMBasicBlockRef Else, in llvm_build_cond_br()
1388 LLVMBasicBlockRef Else, in llvm_build_switch()
1896 LLVMValueRef Then, LLVMValueRef Else, in llvm_build_select()
/external/clang/lib/CodeGen/
DCGStmt.cpp422 if (const Stmt *Else = S.getElse()) { in EmitIfStmt() local
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp462 const Stmt *Else, bool CondVal, in CreateIfFixit()
DTreeTransform.h1068 SourceLocation ElseLoc, Stmt *Else) { in RebuildIfStmt()
5246 StmtResult Else = getDerived().TransformStmt(S->getElse()); in TransformIfStmt() local
/external/llvm/lib/VMCore/
DCore.cpp1796 LLVMBasicBlockRef Then, LLVMBasicBlockRef Else) { in LLVMBuildCondBr()
1801 LLVMBasicBlockRef Else, unsigned NumCases) { in LLVMBuildSwitch()
2235 LLVMValueRef Then, LLVMValueRef Else, in LLVMBuildSelect()
/external/clang/lib/AST/
DStmtPrinter.cpp203 if (Stmt *Else = If->getElse()) { in PrintRawIfStmt() local
/external/clang/lib/Analysis/
DCFG.cpp1692 if (Stmt *Else = I->getElse()) { in VisitIfStmt() local