Home
last modified time | relevance | path

Searched refs:getB (Results 1 – 8 of 8) sorted by relevance

/minix/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Drvalue-references.cpp8 B &getB();
16 A &&getA() { return static_cast<A&&>(getB()); } in getA()
/minix/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Duninitialized.cpp398 B getB() { return B(); }; in getB() function
399 B getB(int x) { return B(); }; in getB() function
400 B getB(int *x) { return B(); }; in getB() function
401 B getB(B *b) { return B(); }; in getB() function
413 B b4 = getB(); in setupB()
414 B b5 = getB(&b5); in setupB()
415 B b6 = getB(&b6.x); in setupB()
452 B b4 = getB();
453 B b5 = getB(&b5);
454 B b6 = getB(&b6.x);
[all …]
/minix/external/bsd/llvm/dist/clang/test/Modules/Inputs/Modified/
H A DB.h3 int getB();
/minix/external/bsd/llvm/dist/clang/test/Analysis/engine/
H A Dreplay-without-inlining.c21 void getB(IB *st, Hdr2 *usedtobeundef);
/minix/external/bsd/llvm/dist/clang/test/Modules/
H A Dmodify-module.m26 int getValue() { return getA() + getB(); }
/minix/external/bsd/llvm/dist/clang/test/Index/
H A Dannotate-tokens.m135 + (Foo*)getB; class
550 // CHECK-PROP-AFTER-METHOD: Punctuation: "+" [135:1 - 135:2] ObjCClassMethodDecl=getB:135:9
551 // CHECK-PROP-AFTER-METHOD: Punctuation: "(" [135:3 - 135:4] ObjCClassMethodDecl=getB:135:9
553 // CHECK-PROP-AFTER-METHOD: Punctuation: "*" [135:7 - 135:8] ObjCClassMethodDecl=getB:135:9
554 // CHECK-PROP-AFTER-METHOD: Punctuation: ")" [135:8 - 135:9] ObjCClassMethodDecl=getB:135:9
555 // CHECK-PROP-AFTER-METHOD: Identifier: "getB" [135:9 - 135:13] ObjCClassMethodDecl=getB:135:9
556 // CHECK-PROP-AFTER-METHOD: Punctuation: ";" [135:13 - 135:14] ObjCClassMethodDecl=getB:135:9
/minix/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp317 const SCEV *DependenceAnalysis::Constraint::getB() const { in getB() function in DependenceAnalysis::Constraint
405 *getB() << "*Y = " << *getC() << "\n"; in dump()
467 const SCEV *Prod1 = SE->getMulExpr(X->getA(), Y->getB()); in intersectConstraints()
468 const SCEV *Prod2 = SE->getMulExpr(X->getB(), Y->getA()); in intersectConstraints()
472 Prod1 = SE->getMulExpr(X->getC(), Y->getB()); in intersectConstraints()
473 Prod2 = SE->getMulExpr(X->getB(), Y->getC()); in intersectConstraints()
486 const SCEV *C1B2 = SE->getMulExpr(X->getC(), Y->getB()); in intersectConstraints()
488 const SCEV *C2B1 = SE->getMulExpr(Y->getC(), X->getB()); in intersectConstraints()
490 const SCEV *A1B2 = SE->getMulExpr(X->getA(), Y->getB()); in intersectConstraints()
553 const SCEV *B1Y1 = SE->getMulExpr(Y->getB(), X->getY()); in intersectConstraints()
[all …]
/minix/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h424 const SCEV *getB() const;