Home
last modified time | relevance | path

Searched refs:getS (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/
H A Darray-struct-region.cpp49 struct S getS(void) { in getS() function
54 struct S getS(void);
59 struct S s = getS(); in testAssignment()
82 int x = getS().field; in testImmediateUse()
93 clang_analyzer_eval(!getS()); // expected-warning{{FALSE}} in testImmediateUse()
94 clang_analyzer_eval(~getS()); // expected-warning{{FALSE}} in testImmediateUse()
114 int x = ((getS())).field; in testImmediateUseParens()
124 clang_analyzer_eval(!((getS()))); // expected-warning{{FALSE}} in testImmediateUseParens()
125 clang_analyzer_eval(~((getS()))); // expected-warning{{FALSE}} in testImmediateUseParens()
136 const S &s = getS(); in testReferenceAssignment()
[all …]
H A Dreference.cpp122 S getS();
136 clang_analyzer_eval(&getS().x != 0); // expected-warning{{UNKNOWN}} in testReferenceAddress()
138 clang_analyzer_eval(&getS().x != 0); // expected-warning{{TRUE}} in testReferenceAddress()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmicrosoft-no-rtti-data.cpp18 extern S *getS();
20 const std::type_info &ti = typeid(*getS());
21 const U &u = dynamic_cast<U &>(*getS());
H A Dnoescape.cpp79 S &getS();
92 __block S &x = getS(); in test()
H A Dmicrosoft-abi-eh-cleanups.cpp355 S getS();
358 func(getS(), S()); in test()
H A Dmicrosoft-abi-static-initializers.cpp141 inline S &getS() { in getS() function
225 getS(); in force_usage()
/llvm-project-15.0.7/clang/test/CXX/expr/expr.post/expr.call/
H A Dp7-0x.cpp39 S &getS();
44 (void)sizeof(f(getS())); in g()
/llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/PowerPC/
H A Daggregate.ll8 define { i64, i64 } @getS() {
9 ; CHECK-LABEL: @getS(
/llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/X86/
H A Daggregate.ll8 define { i64, i64 } @getS() {
9 ; CHECK-LABEL: @getS(
/llvm-project-15.0.7/lldb/test/API/lang/objc/modules-update/
H A Dsecond.m3 struct S s = getS(); // break here
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dloop-convert-negative.cpp431 for (S::iterator I = Xx.getS().begin(), E = Xx.getS().end(); I != E; ++I) { in complexContainer()
432 f(Xx.getS()); in complexContainer()
439 for (S::iterator I = Exes[Index].getS().begin(), in complexContainer()
440 E = Exes[Index].getS().end(); in complexContainer()
H A Dloop-convert-extra.cpp636 for (S::iterator I = Exes[Index].getS().begin(), E = Exes[Index].getS().end(); I != E; ++I) { in complexContainer()
/llvm-project-15.0.7/clang/test/CodeGenObjCXX/
H A Dblock-nested-in-lambda.mm71 S getS();
97 const S &s = getS();
/llvm-project-15.0.7/llvm/test/Demangle/
H A Dms-operators.test152 ??_B?1??getS@@YAAAUS@@XZ@51
153 ; CHECK: `struct S & __cdecl getS(void)'::`2'::`local static guard'{2}
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/loop-convert/
H A Dstructures.h90 S getS();
/llvm-project-15.0.7/llvm/docs/
H A DORCv2.rst823 { Mangle("gets"), pointerToJITTargetAddress(&getS)}