Home
last modified time | relevance | path

Searched refs:getNum (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/
H A Dloop-unrolling.cpp7 int getNum();
81 i += getNum(); in simple_no_unroll2()
216 if (getNum()) { in make_new_branches_loop_cached()
229 if (getNum()) { in make_new_branches_loop_uncached()
241 if (getNum()) { in make_new_branches_loop_uncached2()
311 for (int i = 0; i < getNum(); i++) { in nested_inner_unrolled()
348 for (int i = 2; i < getNum(); i++) { in simple_unknown_bound_loop()
436 if (getNum()) in loop_exit_while_empty_loop_stack()
477 for (int i = 0; i < getNum(); i++) { in num_steps_on_limit3()
487 for (int i = 0; i < getNum(); i++) { in num_steps_over_limit3()
H A Dinline.cpp20 virtual int getNum() { return 0; } in getNum() function in A
25 clang_analyzer_eval(a.getNum() == 0); // expected-warning{{UNKNOWN}} in test()
29 clang_analyzer_eval(copy.getNum() == 0); // expected-warning{{TRUE}} in test()
35 virtual int getNum() { return 1; } in getNum() function in One
55 clang_analyzer_eval(ptr->getNum() == x); // expected-warning {{TRUE}} in testPathSensitivity()
400 clang_analyzer_eval(object->getNum() == 1); // expected-warning{{UNKNOWN}} in test()
401 clang_analyzer_eval(object->One::getNum() == 1); // expected-warning{{TRUE}} in test()
402 clang_analyzer_eval(object->A::getNum() == 0); // expected-warning{{TRUE}} in test()
H A Dlambdas.cpp207 int getNum();
210 int i = getNum(); in inlineDefensiveChecks()
/llvm-project-15.0.7/clang/test/Analysis/inlining/
H A DInlineObjCClassMethod.m190 // TODO: We do not inline 'getNum' in the following case, where the value of
191 // 'self' in call '[self getNum]' is available and evaualtes to
196 + (int)getNum; class
200 + (int)getNum {return 5;} class
202 int r = [self getNum];
208 + (int)getNum; class
212 + (int)getNum {return 0;} class
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DNVVMDialect.cpp641 if (getNum() != 1 && getNum() != 2 && getNum() != 4) in verify()
645 if (getNum() == 1 && getType() != i32) in verify()
647 if (getNum() == 2 || getNum() == 4) { in verify()
649 getContext(), SmallVector<Type>(getNum(), i32)); in verify()
652 << getNum() << " elements of type i32"; in verify()