Home
last modified time | relevance | path

Searched refs:getX (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/
H A Dderived-to-base.cpp39 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 Dtemporaries.cpp596 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 Dscopes-cfg-output.cpp30 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 Dnew-ctor-null-throw.cpp30 int getX() const { return x; } in getX() function
51 const int X = s->getX(); in testMethod()
H A Dinitializer.cpp36 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 Dcopy-elision.cpp95 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 Dedges-new.mm327 - (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 Dcondition.cpp27 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 Dx86_64-arguments.cpp107 X getX();
112 takeY(getX().f(), 42); in g()
H A Ddso-local-executable.cpp77 const int *getX() { in getX() function
/llvm-project-15.0.7/clang/test/Index/
H A Dget-cursor.cpp10 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 Dmodule-intializer.cpp146 int getX() { return x; } in getX() function
171 return Sheep.getX(); in main()
/llvm-project-15.0.7/clang/test/PCH/
H A Dstruct.c10 float getX(struct Point *p1) { in getX() function
/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp295 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 Dtypo-correction-recursive.cpp17 …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 Dtypo-correction-delayed.cpp147 int x = variableX.getX(); in test()
/llvm-project-15.0.7/clang/test/CXX/class.access/
H A Dp4.cpp409 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 DDependenceAnalysis.h410 const SCEV *getX() const;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp321 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 DStmtOpenMP.h3020 Expr *getX() { in getX() function
3023 const Expr *getX() const { in getX() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp11286 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 DSemaDeclAttr.cpp6877 if (NT->getX() != X || NT->getY() != Y || NT->getZ() != Z) { in mergeHLSLNumThreadsAttr()
H A DSemaDecl.cpp2881 S.mergeHLSLNumThreadsAttr(D, *NT, NT->getX(), NT->getY(), NT->getZ()); in mergeDeclAttribute()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6547 emitOMPAtomicExpr(*this, Kind, AO, S.isPostfixUpdate(), S.getX(), S.getV(), in EmitOMPAtomicDirective()