| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | derived-to-base.cpp | 39 int getX() { return x; } in getX() function in VirtualBaseClasses::B 54 clang_analyzer_eval(d.getX() == 42); // expected-warning{{TRUE}} in test() 58 clang_analyzer_eval(dv.getX() == 42); // expected-warning{{TRUE}} in test() 62 clang_analyzer_eval(dv2.getX() == 42); // expected-warning{{TRUE}} in test() 74 int getX() { return x; } in getX() function in VirtualBaseClasses::BI 87 clang_analyzer_eval(d.getX() == 42); // expected-warning{{TRUE}} in testIntermediate() 154 int getX(const Base &obj) { in getX() function 166 clang_analyzer_eval(getX(d) == 1); // expected-warning{{TRUE}} in testDerived() 170 clang_analyzer_eval(getX(b) == 1); // expected-warning{{TRUE}} in testDerived() 181 clang_analyzer_eval(getX(d) == 1); // expected-warning{{TRUE}} in testDoubleDerived() [all …]
|
| H A D | temporaries.cpp | 596 int getX() const { return x; } in getX() function in test_return_temporary::C 604 D(const D &d): C(d.getX(), d.getY()) {} in D() 643 clang_analyzer_eval(c1.getX() == 1); // expected-warning{{TRUE}} in test() 647 clang_analyzer_eval(c2.getX() == 1); // expected-warning{{TRUE}} in test() 702 int getX() const { return x; } in getX() function in test_temporary_object_expr_without_dtor::C 717 int getX() const { return x; } in getX() function in test_temporary_object_expr_with_dtor::C 721 clang_analyzer_eval(C(3).getX() == 3); in test() 730 clang_analyzer_eval(c1.getX() == 1); in test() 737 clang_analyzer_eval(c1.getX() == 2); in test() 954 int getX() const { return x; } in getX() function in implicit_constructor_conversion::C [all …]
|
| H A D | scopes-cfg-output.cpp | 30 int getX(); 939 switch (int i = getX()) { in test_switch_with_compound_with_default() 1009 switch (int i = getX()) { in test_switch_with_compound_without_default() 1063 switch (int i = getX()) in test_without_compound()
|
| H A D | new-ctor-null-throw.cpp | 30 int getX() const { return x; } in getX() function 51 const int X = s->getX(); in testMethod()
|
| H A D | initializer.cpp | 36 int getX() { return x; } in getX() function in DirectMember 41 clang_analyzer_eval(obj.getX() == 3); // expected-warning{{TRUE}} in testDirectMember() 52 int getX() { return x; } in getX() function in IndirectMember 57 clang_analyzer_eval(obj.getX() == 3); // expected-warning{{TRUE}} in testIndirectMember()
|
| H A D | copy-elision.cpp | 95 int getX() const { return x; } in getX() function in elision_on_ternary_op_branches::C1 104 int getX() const { return x; } in getX() function in elision_on_ternary_op_branches::C2 112 clang_analyzer_eval(c1.getX() == 1); // expected-warning{{TRUE}} in foo() 114 clang_analyzer_eval(c1.getX() == 2); // expected-warning{{TRUE}} in foo() 118 clang_analyzer_eval(c2.getX() == 3); // expected-warning{{TRUE}} in foo() 121 clang_analyzer_eval(c2.getX() == 5); // expected-warning{{TRUE}} in foo()
|
| H A D | edges-new.mm | 327 - (IPA_X *)getX; method 331 - (IPA_X *)getX { method 340 IPA_X *x = [[y opaque] getX]; // here
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | condition.cpp | 27 X getX(); 56 if (getX()) { } in if_destruct() 130 while(getX()) { } in while_destruct() 217 for(; getX(); getX(), ++i) { } in for_destruct() 235 } while (getX()); in do_destruct()
|
| H A D | x86_64-arguments.cpp | 107 X getX(); 112 takeY(getX().f(), 42); in g()
|
| H A D | dso-local-executable.cpp | 77 const int *getX() { in getX() function
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | get-cursor.cpp | 10 X getX(int value) { in getX() function 23 X getX(); 26 X Y::getX() { in getX() function in Y
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | module-intializer.cpp | 146 int getX() { return x; } in getX() function 171 return Sheep.getX(); in main()
|
| /llvm-project-15.0.7/clang/test/PCH/ |
| H A D | struct.c | 10 float getX(struct Point *p1) { in getX() function
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/IR/ |
| H A D | SparseTensorDialect.cpp | 295 Type leftType = getX().getType(); in verify() 336 Type inputType = getX().getType(); in verify() 361 Type inputType = getX().getType(); in verify()
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | typo-correction-recursive.cpp | 17 …const DeepClass& getX() const { return m_deepInstance; } // expected-note {{'getX' declared here}} in getX() function in Y
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | typo-correction-delayed.cpp | 147 int x = variableX.getX(); in test()
|
| /llvm-project-15.0.7/clang/test/CXX/class.access/ |
| H A D | p4.cpp | 409 static int getX() { return x; } // expected-error {{'x' is a private member of 'test9::A'}} in getX() function in test9::C
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | DependenceAnalysis.h | 410 const SCEV *getX() const;
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | DependenceAnalysis.cpp | 321 const SCEV *DependenceInfo::Constraint::getX() const { in getX() function in DependenceInfo::Constraint 418 OS << " Point is <" << *getX() << ", " << *getY() << ">\n"; in dump() 571 const SCEV *A1X1 = SE->getMulExpr(Y->getA(), X->getX()); in intersectConstraints() 3220 const SCEV *XA_K = SE->getMulExpr(A_K, CurConstraint.getX()); in propagatePoint() 3264 CurConstraint.getX())) in updateDirection() 3269 CurConstraint.getX())) in updateDirection() 3274 CurConstraint.getX())) in updateDirection()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 3020 Expr *getX() { in getX() function 3023 const Expr *getX() const { in getX() function
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 11286 Expr *getX() const { return X; } in getX() function in __anon296aa5743f11::OpenMPAtomicUpdateChecker 11539 Expr *getX() const { return X; } in getX() function in __anon296aa5743f11::OpenMPAtomicCompareChecker 12536 X = Checker.getX(); in ActOnOpenMPAtomicDirective() 12570 X = Checker.getX(); in ActOnOpenMPAtomicDirective() 12636 Checker.getX()->Profile(XId, Context, /*Canonical=*/true); in ActOnOpenMPAtomicDirective() 12641 X = Checker.getX(); in ActOnOpenMPAtomicDirective() 12666 Checker.getX()->Profile(XId, Context, /*Canonical=*/true); in ActOnOpenMPAtomicDirective() 12671 X = Checker.getX(); in ActOnOpenMPAtomicDirective() 12765 X = Checker.getX(); in ActOnOpenMPAtomicDirective() 12785 X = Checker.getX(); in ActOnOpenMPAtomicDirective()
|
| H A D | SemaDeclAttr.cpp | 6877 if (NT->getX() != X || NT->getY() != Y || NT->getZ() != Z) { in mergeHLSLNumThreadsAttr()
|
| H A D | SemaDecl.cpp | 2881 S.mergeHLSLNumThreadsAttr(D, *NT, NT->getX(), NT->getY(), NT->getZ()); in mergeDeclAttribute()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 6547 emitOMPAtomicExpr(*this, Kind, AO, S.isPostfixUpdate(), S.getX(), S.getV(), in EmitOMPAtomicDirective()
|