Searched refs:getThis (Results 1 – 13 of 13) sorted by relevance
12 const struct S *getThis() const { return this; } in getThis() function48 clang_analyzer_eval(s.getThis() == &s); // expected-warning{{TRUE}} in testAssignment()68 clang_analyzer_eval((void *)getS().getThis() == (void *)&x); // expected-warning{{FALSE}} in testImmediateUse()121 clang_analyzer_eval(s.getThis() == &s); // expected-warning{{TRUE}} in testReferenceAssignment()138 return s.getThis() == &s; in checkThis()
422 Parent *getThis() { return vGetThis(); } in getThis() function437 clang_analyzer_eval(obj.getThis()->x == 42); // expected-warning{{TRUE}} in test()
40 assertEquals(o, frames[i].getThis());71 assertEquals(o, frames[i].getThis());76 assertEquals(undefined, frames[i].getThis());107 assertEquals(undefined, frames[i].getThis());
32 function getThis(){ return this; } function33 var obj = taint(getThis);
10 assertEquals("[object global]", e.stack[0].getThis().toString());
15 assertEquals(receiver, site.getThis());
108 Class<?> targetClass = methodInvocation.getThis().getClass(); in readTransactionMetadata()
145 public Object getThis() { in bindFinder()
93 public Object getThis() { in getThis() method in InterceptorStackCallback.InterceptedMethodInvocation
424 Local<G> localThis = code.getThis(generatedType); in generateCodeForAllMethods()496 Local<G> superThis = superCode.getThis(generatedType); in generateCodeForAllMethods()570 Local<G> thisRef = constructorCode.getThis(generatedType); in generateConstructorsAndFields()
216 directCode.getThis(generated); // 'this' is unused in testInvokeDirect()251 Local<G> localThis = superHashCode.getThis(generated); in testInvokeSuper()435 Local<G> thisRef = code.getThis(generated); in testDeclareConstructor()1680 Local<?> thisLocal = code.getThis(GENERATED); in testSynchronizedFlagImpactsDeclarationOnly()1711 Local<?> thisLocal = code.getThis(GENERATED); in testMonitorEnterMonitorExit()1809 Local<?> thisRef = code.getThis(GENERATED); in addDefaultConstructor()
116 lastTarget.set(methodInvocation.getThis()); in testGetThis()
252 public <T> Local<T> getThis(TypeId<T> type) { in getThis() method in Code