Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Subfields of pointers to arrays not recognized

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
kelliott121 Posted - Jul 18 2018 : 1:16:36 PM
I'm seeing a problem where attempting to find references on the subfield of a pointer to an array is not recognized as a symbol. Below is a snippet that shows the problem described.


struct structure
{
	uint32_t a;
	uint32_t b;
};

struct structure (*test)[2];

(*test)[0].a;


When attempting to Find References on the field of a, an error pops up indicating that the symbol isn't recognized.
1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Jul 18 2018 : 3:31:29 PM
I am seeing the same problem here, thank you for the clear example:

case=42100

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000