Home
last modified time | relevance | path

Searched refs:LHSE (Results 1 – 25 of 32) sorted by relevance

12

/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
Dcomparisons.pass.cpp61 auto TestFn = [](path const& LHS, const directory_entry& LHSE, in test_comparisons_simple()
63 assert((LHS == RHS) == (LHSE == RHSE)); in test_comparisons_simple()
64 assert((LHS != RHS) == (LHSE != RHSE)); in test_comparisons_simple()
65 assert((LHS < RHS) == (LHSE < RHSE)); in test_comparisons_simple()
66 assert((LHS <= RHS) == (LHSE <= RHSE)); in test_comparisons_simple()
67 assert((LHS > RHS) == (LHSE > RHSE)); in test_comparisons_simple()
68 assert((LHS >= RHS) == (LHSE >= RHSE)); in test_comparisons_simple()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp657 VariableExprAST *LHSE = dynamic_cast<VariableExprAST*>(LHS); in Codegen() local
658 if (!LHSE) in Codegen()
665 Value *Variable = NamedValues[LHSE->getName()]; in Codegen()
Dtoy.cpp940 VariableExprAST *LHSE = static_cast<VariableExprAST*>(LHS); in Codegen() local
941 if (!LHSE) in Codegen()
948 Value *Variable = NamedValues[LHSE->getName()]; in Codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp657 VariableExprAST *LHSE = dynamic_cast<VariableExprAST*>(LHS); in Codegen() local
658 if (!LHSE) in Codegen()
665 Value *Variable = NamedValues[LHSE->getName()]; in Codegen()
Dtoy.cpp940 VariableExprAST *LHSE = static_cast<VariableExprAST*>(LHS); in Codegen() local
941 if (!LHSE) in Codegen()
948 Value *Variable = NamedValues[LHSE->getName()]; in Codegen()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/
Dtoy.cpp651 VariableExprAST *LHSE = dynamic_cast<VariableExprAST*>(LHS); in Codegen() local
652 if (!LHSE) in Codegen()
659 Value *Variable = NamedValues[LHSE->getName()]; in Codegen()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp675 VariableExprAST *LHSE = static_cast<VariableExprAST*>(LHS); in Codegen() local
676 if (!LHSE) in Codegen()
683 Value *Variable = NamedValues[LHSE->getName()]; in Codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp675 VariableExprAST *LHSE = static_cast<VariableExprAST*>(LHS); in Codegen() local
676 if (!LHSE) in Codegen()
683 Value *Variable = NamedValues[LHSE->getName()]; in Codegen()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
Dtoy.cpp754 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); in codegen() local
755 if (!LHSE) in codegen()
763 Value *Variable = NamedValues[LHSE->getName()]; in codegen()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
Dtoy.cpp768 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); in codegen() local
769 if (!LHSE) in codegen()
777 Value *Variable = NamedValues[LHSE->getName()]; in codegen()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp768 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); in codegen() local
769 if (!LHSE) in codegen()
777 Value *Variable = NamedValues[LHSE->getName()]; in codegen()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp756 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); in codegen() local
757 if (!LHSE) in codegen()
765 Value *Variable = NamedValues[LHSE->getName()]; in codegen()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
Dtoy.cpp756 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); in codegen() local
757 if (!LHSE) in codegen()
765 Value *Variable = NamedValues[LHSE->getName()]; in codegen()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp756 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); in codegen() local
757 if (!LHSE) in codegen()
765 Value *Variable = NamedValues[LHSE->getName()]; in codegen()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
Dtoy.cpp745 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); in codegen() local
746 if (!LHSE) in codegen()
754 Value *Variable = NamedValues[LHSE->getName()]; in codegen()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp768 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); in codegen() local
769 if (!LHSE) in codegen()
777 Value *Variable = NamedValues[LHSE->getName()]; in codegen()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp774 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); in codegen() local
775 if (!LHSE) in codegen()
783 Value *Variable = NamedValues[LHSE->getName()]; in codegen()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp773 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); in codegen() local
774 if (!LHSE) in codegen()
782 Value *Variable = NamedValues[LHSE->getName()]; in codegen()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
Dtoy.cpp767 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); in codegen() local
768 if (!LHSE) in codegen()
776 Value *Variable = NamedValues[LHSE->getName()]; in codegen()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp752 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); in codegen() local
753 if (!LHSE) in codegen()
761 Value *Variable = NamedValues[LHSE->getName()]; in codegen()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
Dtoy.cpp778 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); in codegen() local
779 if (!LHSE) in codegen()
787 Value *Variable = NamedValues[LHSE->getName()]; in codegen()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp757 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); in codegen() local
758 if (!LHSE) in codegen()
766 Value *Variable = NamedValues[LHSE->getName()]; in codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp900 VariableExprAST *LHSE = static_cast<VariableExprAST*>(LHS); in Codegen() local
901 if (!LHSE) in Codegen()
908 Value *Variable = NamedValues[LHSE->getName()]; in Codegen()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp900 VariableExprAST *LHSE = static_cast<VariableExprAST*>(LHS); in Codegen() local
901 if (!LHSE) in Codegen()
908 Value *Variable = NamedValues[LHSE->getName()]; in Codegen()
/external/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp932 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); in codegen() local
933 if (!LHSE) in codegen()
941 Value *Variable = NamedValues[LHSE->getName()]; in codegen()

12