Home
last modified time | relevance | path

Searched refs:getI (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dbuiltin-object-size-cxx14.cpp82 int getI();
85 for (unsigned I = getI(); I != sizeof(buf); ++I) in initTheBufWithALoop()
90 for (unsigned I = getI(); I != sizeof(buf); ++I) in initTheBufWithALoop()
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dnontrivial-c-struct-within-struct-name.m17 I *getI(void); function
20 Foo foo = {getI()};
/llvm-project-15.0.7/clang/test/Analysis/
H A Duse-after-move.cpp108 int getI() { return i; } in getI() function in A
633 foobar(std::move(a), a.getI()); // peaceful-note {{Object 'a' is moved}} in paramEvaluateOrderTest()
638 foobar(a.getI(), std::move(a)); //no-warning in paramEvaluateOrderTest()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-collect-loh.ll511 define double @getI() {