Home
last modified time | relevance | path

Searched refs:LHSE (Results 1 – 25 of 33) 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/llvm-project/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
Dcomparisons.pass.cpp62 auto TestFn = [](path const& LHS, const directory_entry& LHSE, 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()
69 assert((LHS >= RHS) == (LHSE >= RHSE)); in test_comparisons_simple()
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DTooSmallLoopVariableCheck.cpp117 const Expr *LHSE = BinOperator->getLHS()->IgnoreParenImpCasts(); in calcUpperBoundMagnitudeBits() local
120 QualType LHSEType = LHSE->getType(); in calcUpperBoundMagnitudeBits()
130 isa<IntegerLiteral>(LHSE); in calcUpperBoundMagnitudeBits()
/external/llvm-project/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-project/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/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/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/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-project/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp775 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); in codegen() local
776 if (!LHSE) in codegen()
784 Value *Variable = NamedValues[LHSE->getName()]; in codegen()
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
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/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
Dtoy.cpp769 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); in codegen() local
770 if (!LHSE) in codegen()
778 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/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-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp769 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); in codegen() local
770 if (!LHSE) in codegen()
778 Value *Variable = NamedValues[LHSE->getName()]; in codegen()
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter8/
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/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp769 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); in codegen() local
770 if (!LHSE) in codegen()
778 Value *Variable = NamedValues[LHSE->getName()]; in codegen()
/external/llvm-project/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/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