/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/ |
D | comparisons.pass.cpp | 61 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/ |
D | comparisons.pass.cpp | 62 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/ |
D | TooSmallLoopVariableCheck.cpp | 117 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/ |
D | toy-jit.cpp | 657 VariableExprAST *LHSE = dynamic_cast<VariableExprAST*>(LHS); in Codegen() local 658 if (!LHSE) in Codegen() 665 Value *Variable = NamedValues[LHSE->getName()]; in Codegen()
|
D | toy.cpp | 940 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/ |
D | toy-jit.cpp | 675 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/ |
D | toy-jit.cpp | 675 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/ |
D | toy-jit.cpp | 657 VariableExprAST *LHSE = dynamic_cast<VariableExprAST*>(LHS); in Codegen() local 658 if (!LHSE) in Codegen() 665 Value *Variable = NamedValues[LHSE->getName()]; in Codegen()
|
D | toy.cpp | 940 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/ |
D | toy.cpp | 756 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/ |
D | toy.cpp | 756 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/ |
D | toy.cpp | 745 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/ |
D | toy.cpp | 756 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/ |
D | toy.cpp | 775 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/ |
D | toy.cpp | 752 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/ |
D | toy.cpp | 769 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/ |
D | toy.cpp | 767 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/ |
D | toy.cpp | 752 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/ |
D | toy.cpp | 757 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/ |
D | toy.cpp | 769 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/ |
D | toy.cpp | 774 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/ |
D | toy.cpp | 769 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/ |
D | toy.cpp | 900 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/ |
D | toy.cpp | 900 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/ |
D | toy.cpp | 932 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); in codegen() local 933 if (!LHSE) in codegen() 941 Value *Variable = NamedValues[LHSE->getName()]; in codegen()
|