Displaying 3 results from an estimated 3 matches for "containspointer".
2009 Aug 17
2
[LLVMdev] AliasSetTracker
...struction visitor to populate the alias set tracker, but two
pointers end up in different alias sets.
While investigating this I notice at one point that if I call:
bool New = false;
AliasSet &X = AST->getAliasSetForPointer(Pointer, Size, &New);
After this call, New is true
but AST->containsPointer(Pointer, Size) is false! Shouldn't it be true at
this point?
If I call again getAliasSetForPointer after resetting New, it remains false,
as I expect it after the first call.
But AST->getAliasSetForPointerIfExists(Pointer, Size) returns null. Again,
shouldn't it return the same alias s...
2009 Aug 18
0
[LLVMdev] AliasSetTracker
...set tracker, but
> two pointers end up in different alias sets.
> While investigating this I notice at one point that if I call:
>
> bool New = false;
> AliasSet &X = AST->getAliasSetForPointer(Pointer, Size, &New);
>
> After this call, New is true
> but AST->containsPointer(Pointer, Size) is false! Shouldn't it be
> true at this point?
>
> If I call again getAliasSetForPointer after resetting New, it
> remains false, as I expect it after the first call.
>
> But AST->getAliasSetForPointerIfExists(Pointer, Size) returns null.
> Again, s...
2007 Nov 27
0
12 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_load_object.c libswfdec/swfdec_load_object.h
libswfdec/swfdec_as_interpret.c | 3
libswfdec/swfdec_as_strings.c | 14
libswfdec/swfdec_load_object.c | 178 +---
libswfdec/swfdec_load_object.h | 21
libswfdec/swfdec_load_object_as.c | 71 +
libswfdec/swfdec_loader.c | 75 +