Home
last modified time | relevance | path

Searched defs:Then (Results 1 – 11 of 11) 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/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp144 ExprAST *Cond, *Then, *Else; member in IfExprAST
285 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp159 ExprAST *Cond, *Then, *Else; member in IfExprAST
313 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp164 ExprAST *Cond, *Then, *Else; member in IfExprAST
331 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1380 LLVMBasicBlockRef Then, in llvm_build_cond_br()
1439 LLVMBasicBlockRef Then, in llvm_build_invoke_nat()
1896 LLVMValueRef Then, LLVMValueRef Else, in llvm_build_select()
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp461 static void CreateIfFixit(Sema &S, const Stmt *If, const Stmt *Then, in CreateIfFixit()
DTreeTransform.h1067 VarDecl *CondVar, Stmt *Then, in RebuildIfStmt()
5241 StmtResult Then = getDerived().TransformStmt(S->getThen()); in TransformIfStmt() local
/external/llvm/lib/VMCore/
DCore.cpp1796 LLVMBasicBlockRef Then, LLVMBasicBlockRef Else) { in LLVMBuildCondBr()
1812 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, in LLVMBuildInvoke()
2235 LLVMValueRef Then, LLVMValueRef Else, in LLVMBuildSelect()
/external/clang/lib/Analysis/
DCFG.cpp1717 Stmt *Then = I->getThen(); in VisitIfStmt() local