Home
last modified time | relevance | path

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

12345

/external/tensorflow/tensorflow/python/ops/
Dfunctional_ops_test.py41 def Else(x): function
57 def Else(x): function
74 def Else(x): function
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoken.ml18 | If | Then | Else Constructor
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoken.ml18 | If | Then | Else Constructor
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoken.ml18 | If | Then | Else Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoken.ml18 | If | Then | Else Constructor
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoken.ml18 | If | Then | Else Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoken.ml18 | If | Then | Else Constructor
/external/llvm-project/clang/lib/Lex/
DPPConditionalDirectiveRecord.cpp104 void PPConditionalDirectiveRecord::Else(SourceLocation Loc, in Else() function in PPConditionalDirectiveRecord
/external/clang/lib/Lex/
DPPConditionalDirectiveRecord.cpp107 void PPConditionalDirectiveRecord::Else(SourceLocation Loc, in Else() function in PPConditionalDirectiveRecord
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DElseAfterReturnCheck.cpp118 const Stmt *Else, SourceLocation ElseLoc) { in removeElseAndBrackets()
242 const auto *Else = Result.Nodes.getNodeAs<Stmt>("else"); in check() local
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp176 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon701ca60a0111::IfExprAST
180 std::unique_ptr<ExprAST> Else) in IfExprAST()
343 auto Else = ParseExpression(); in ParseIfExpr() local
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DBranchCloneCheck.cpp79 const Stmt *Else = Result.Nodes.getNodeAs<Stmt>("else"); in check() local
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp185 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anond15551f80111::IfExprAST
189 std::unique_ptr<ExprAST> Else) in IfExprAST()
357 auto Else = ParseExpression(); in ParseIfExpr() local
/external/llvm-project/llvm/unittests/Analysis/
DPhiValuesTest.cpp34 BasicBlock *Else = BasicBlock::Create(C, "else", F); in TEST() local
DSparsePropagation.cpp379 BasicBlock *Else = BasicBlock::Create(Context, "else", F); in TEST_F() local
419 BasicBlock *Else = BasicBlock::Create(Context, "else", F); in TEST_F() local
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp205 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon45d1c2f90111::IfExprAST
209 std::unique_ptr<ExprAST> Else) in IfExprAST()
391 auto Else = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp195 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anone499170b0111::IfExprAST
199 std::unique_ptr<ExprAST> Else) in IfExprAST()
376 auto Else = ParseExpression(); in ParseIfExpr() local
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp213 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anonba4e33fa0111::IfExprAST
217 std::unique_ptr<ExprAST> Else) in IfExprAST()
413 auto Else = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
Dtoy.cpp202 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon810f0b2c0111::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 __anonf58b7c2d0111::IfExprAST
206 std::unique_ptr<ExprAST> Else) in IfExprAST()
396 auto Else = ParseExpression(); in ParseIfExpr() local
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
Dtoy.cpp206 std::unique_ptr<ExprAST> Cond, Then, Else; member in IfExprAST
210 std::unique_ptr<ExprAST> Else) in IfExprAST()
391 auto Else = ParseExpression(); in ParseIfExpr() local
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
Dtoy.cpp208 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon197b29da0111::IfExprAST
212 std::unique_ptr<ExprAST> Else) in IfExprAST()
408 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/BuildingAJIT/Chapter1/
Dtoy.cpp202 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon0c929a2b0111::IfExprAST
206 std::unique_ptr<ExprAST> Else) in IfExprAST()
396 auto Else = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp199 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anoncd91f90d0111::IfExprAST
203 std::unique_ptr<ExprAST> Else) in IfExprAST()
393 auto Else = ParseExpression(); in ParseIfExpr() local

12345