Home
last modified time | relevance | path

Searched defs:Else (Results 1 – 14 of 14) 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.h223 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { in Else() function
371 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.c1378 LLVMBasicBlockRef Else, in llvm_build_cond_br()
1385 LLVMBasicBlockRef Else, in llvm_build_switch()
1893 LLVMValueRef Then, LLVMValueRef Else, in llvm_build_select()
/external/clang/lib/CodeGen/
DCGStmt.cpp422 if (const Stmt *Else = S.getElse()) { in EmitIfStmt() local
/external/llvm/lib/VMCore/
DCore.cpp1777 LLVMBasicBlockRef Then, LLVMBasicBlockRef Else) { in LLVMBuildCondBr()
1782 LLVMBasicBlockRef Else, unsigned NumCases) { in LLVMBuildSwitch()
2216 LLVMValueRef Then, LLVMValueRef Else, in LLVMBuildSelect()
/external/clang/lib/AST/
DStmtPrinter.cpp204 if (Stmt *Else = If->getElse()) { in PrintRawIfStmt() local
/external/clang/lib/Analysis/
DCFG.cpp1599 if (Stmt *Else = I->getElse()) { in VisitIfStmt() local
/external/clang/lib/Sema/
DTreeTransform.h1067 SourceLocation ElseLoc, Stmt *Else) { in RebuildIfStmt()
5262 StmtResult Else = getDerived().TransformStmt(S->getElse()); in TransformIfStmt() local