Home
last modified time | relevance | path

Searched refs:getC (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Derr_typecheck_assign_const_filecheck.cpp37 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 Daddr-of-overloaded-function.cpp61 C &getC() { in getC() function
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dconst-return-type.cpp277 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 Dcfg-rich-constructors.cpp1056 C getC();
1058 C c{getC()}; in testTransparentInitListExprs()
/llvm-project-15.0.7/mlir/lib/Conversion/ArmNeon2dToIntr/
H A DArmNeon2dToIntr.cpp36 Value c2d = op.getC(); in matchAndRewrite()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp355 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 DDependenceAnalysis.h426 const SCEV *getC() const;
/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Dop-decl-and-defs.td136 // CHECK: ::mlir::Value getC();
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-collect-loh.ll69 define i32 @getC() {