Searched refs:LHSE (Results 1 - 16 of 16) sorted by relevance

/external/libcxx/test/std/experimental/filesystem/class.directory_entry/directory_entry.obs/
H A Dcomparisons.pass.cpp62 auto TestFn = [](path const& LHS, const directory_entry& LHSE,
64 assert((LHS == RHS) == (LHSE == RHSE));
65 assert((LHS != RHS) == (LHSE != RHSE));
66 assert((LHS < RHS) == (LHSE < RHSE));
67 assert((LHS <= RHS) == (LHSE <= RHSE));
68 assert((LHS > RHS) == (LHSE > RHSE));
69 assert((LHS >= RHS) == (LHSE >= RHSE));
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp756 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); local
757 if (!LHSE)
765 Value *Variable = NamedValues[LHSE->getName()];
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp756 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); local
757 if (!LHSE)
765 Value *Variable = NamedValues[LHSE->getName()];
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp756 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); local
757 if (!LHSE)
765 Value *Variable = NamedValues[LHSE->getName()];
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp745 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); local
746 if (!LHSE)
754 Value *Variable = NamedValues[LHSE->getName()];
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
H A Dtoy.cpp767 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); local
768 if (!LHSE)
776 Value *Variable = NamedValues[LHSE->getName()];
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp757 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); local
758 if (!LHSE)
766 Value *Variable = NamedValues[LHSE->getName()];
/external/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp752 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); local
753 if (!LHSE)
761 Value *Variable = NamedValues[LHSE->getName()];
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp675 VariableExprAST *LHSE = static_cast<VariableExprAST*>(LHS); local
676 if (!LHSE)
683 Value *Variable = NamedValues[LHSE->getName()];
H A Dtoy.cpp1042 VariableExprAST *LHSE = static_cast<VariableExprAST*>(LHS); local
1043 if (!LHSE)
1050 Value *Variable = NamedValues[LHSE->getName()];
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp900 VariableExprAST *LHSE = static_cast<VariableExprAST*>(LHS); local
901 if (!LHSE)
908 Value *Variable = NamedValues[LHSE->getName()];
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp657 VariableExprAST *LHSE = dynamic_cast<VariableExprAST*>(LHS); local
658 if (!LHSE)
665 Value *Variable = NamedValues[LHSE->getName()];
H A Dtoy.cpp940 VariableExprAST *LHSE = static_cast<VariableExprAST*>(LHS); local
941 if (!LHSE)
948 Value *Variable = NamedValues[LHSE->getName()];
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp651 VariableExprAST *LHSE = dynamic_cast<VariableExprAST*>(LHS); local
652 if (!LHSE)
659 Value *Variable = NamedValues[LHSE->getName()];
/external/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp932 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); local
933 if (!LHSE)
941 Value *Variable = NamedValues[LHSE->getName()];
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp1116 VariableExprAST *LHSE = static_cast<VariableExprAST*>(LHS); local
1117 if (!LHSE)
1124 Value *Variable = NamedValues[LHSE->getName()];

Completed in 159 milliseconds