Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/python/ops/
Dfunctional_ops_test.py37 def Else(x): function
53 def Else(x): function
70 def Else(x): function
/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/lib/Lex/
DPPConditionalDirectiveRecord.cpp107 void PPConditionalDirectiveRecord::Else(SourceLocation Loc, in Else() function in PPConditionalDirectiveRecord
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp176 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon365fd6a80111::IfExprAST
180 std::unique_ptr<ExprAST> Else) in IfExprAST()
343 auto Else = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp195 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anonaadc47a90111::IfExprAST
199 std::unique_ptr<ExprAST> Else) in IfExprAST()
376 auto Else = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
Dtoy.cpp202 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anonb8a3cc8a0111::IfExprAST
206 std::unique_ptr<ExprAST> Else) in IfExprAST()
396 auto Else = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp202 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon2d203d8b0111::IfExprAST
206 std::unique_ptr<ExprAST> Else) in IfExprAST()
396 auto Else = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
Dtoy.cpp203 std::unique_ptr<ExprAST> Cond, Then, Else; member in IfExprAST
207 std::unique_ptr<ExprAST> Else) in IfExprAST()
384 auto Else = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp199 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon93d529ab0111::IfExprAST
203 std::unique_ptr<ExprAST> Else) in IfExprAST()
393 auto Else = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp202 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon1f58b8aa0111::IfExprAST
206 std::unique_ptr<ExprAST> Else) in IfExprAST()
396 auto Else = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp202 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon44275b890111::IfExprAST
206 std::unique_ptr<ExprAST> Else) in IfExprAST()
396 auto Else = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
Dtoy.cpp218 std::unique_ptr<ExprAST> Cond, Then, Else; member in IfExprAST
222 std::unique_ptr<ExprAST> Else) in IfExprAST()
399 auto Else = ParseExpression(); in ParseIfExpr() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Utils/
DARMBaseInfo.h92 Else enumerator
/external/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp295 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon08519aac0211::IfExprAST
299 std::unique_ptr<ExprAST> Then, std::unique_ptr<ExprAST> Else) in IfExprAST()
525 auto Else = ParseExpression(); in ParseIfExpr() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp70 Function *Else; member in __anon1d21172b0111::SIAnnotateControlFlow
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dr500_fragprog_emit.c59 int Else; member
Dradeon_emulate_branches.c46 struct rc_instruction * Else; member
/external/clang/include/clang/Lex/
DPPCallbacks.h313 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { in Else() function
495 void Else(SourceLocation Loc, SourceLocation IfLoc) override { in Else() function
/external/clang/lib/StaticAnalyzer/Checkers/
DIdenticalExprChecker.cpp138 const Stmt *Else = Stmt2; in VisitIfStmt() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGLexer.h69 Ifdef, Ifndef, Else, Endif, Define enumerator
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp167 ExprAST *Cond, *Then, *Else; member in IfExprAST
342 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
/external/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp60 Constant *Else; member in __anon861bc0090111::SIAnnotateControlFlow
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp182 ExprAST *Cond, *Then, *Else; member in IfExprAST
357 ExprAST *Else = ParseExpression(); in ParseIfExpr() local

123