Searched refs:getC (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | err_typecheck_assign_const_filecheck.cpp | 37 C &getC() const; 66 Ca.Mb.getC().d.e.num = 5; in test1() 203 Ca.CSb.getC().d.e.num = 5; in test4() 204 Ca.getCB().getC().d.e.num = 5; in test4() 205 Ca.getSCB().getC().d.e.num = 5; in test4()
|
| H A D | addr-of-overloaded-function.cpp | 61 C &getC() { in getC() function
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | const-return-type.cpp | 277 virtual const int getC() = 0; 284 const int getC() { return 1; } in getC() function in PVDerive
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | cfg-rich-constructors.cpp | 1056 C getC(); 1058 C c{getC()}; in testTransparentInitListExprs()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/ArmNeon2dToIntr/ |
| H A D | ArmNeon2dToIntr.cpp | 36 Value c2d = op.getC(); in matchAndRewrite()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | DependenceAnalysis.cpp | 355 const SCEV *DependenceInfo::Constraint::getC() const { in getC() function in DependenceInfo::Constraint 424 *getB() << "*Y = " << *getC() << "\n"; in dump() 491 Prod1 = SE->getMulExpr(X->getC(), Y->getB()); in intersectConstraints() 492 Prod2 = SE->getMulExpr(X->getB(), Y->getC()); in intersectConstraints() 505 const SCEV *C1B2 = SE->getMulExpr(X->getC(), Y->getB()); in intersectConstraints() 506 const SCEV *C1A2 = SE->getMulExpr(X->getC(), Y->getA()); in intersectConstraints() 507 const SCEV *C2B1 = SE->getMulExpr(Y->getC(), X->getB()); in intersectConstraints() 508 const SCEV *C2A1 = SE->getMulExpr(Y->getC(), X->getA()); in intersectConstraints() 574 if (isKnownPredicate(CmpInst::ICMP_EQ, Sum, Y->getC())) in intersectConstraints() 576 if (isKnownPredicate(CmpInst::ICMP_NE, Sum, Y->getC())) { in intersectConstraints() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | DependenceAnalysis.h | 426 const SCEV *getC() const;
|
| /llvm-project-15.0.7/mlir/test/mlir-tblgen/ |
| H A D | op-decl-and-defs.td | 136 // CHECK: ::mlir::Value getC();
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | arm64-collect-loh.ll | 69 define i32 @getC() {
|