Skip to search formSkip to main contentSkip to account menu

Dereference operator

Known as: Dereference, Indirection lookup, Indirection operator 
The dereference operator or indirection operator, denoted by "*" (i.e. an asterisk), is a unary operator found in C-like languages that include… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2014
2014
Based on recent results, we argue that the right method for Web clients to access relevant information from Linked Datasets has… 
2013
2013
Pointers are widely used in C programs,pointer dereference faults are dangerous while they occur frequently.Many tools are… 
2011
2011
This thesis presents novel static analysis techniques for improving the quality of realworld software. The static analysis… 
2008
2008
The correctness of typestate properties in a multithreaded program often depends on the assumption of certain concurrency… 
2006
2006
Determining which function or set of functions to use for managing memory in your Win32A‚™ application is difficult without a… 
2000
2000
A program analysis may compute spurious information for a program with pointer variables, when the analysis uses alias… 
1997
1997
This work describes an optimization technique which is applied to post-process byte-code instructions. By extending a virtual… 
1997
1997
This paper describes an empirical comparison of three pointer alias analysis algorithms: flow-sensitive, flow-insensitive, and… 
1996
1996
The incorrect use of pointers is one of the most common source of bugs. As a consequence, any kind of static code checking… 
1994
1994
We describe a simple hardware device, the Indirect Reference Bu er , that can be used to speculatively prefetch pointer-linked…