OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PostInc
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonBaseInfo.h
69
PostInc
= 6 // Post increment addressing mode
/external/clang/test/SemaCXX/
overloaded-operator.cpp
110
struct
PostInc
{
111
PostInc
operator++(int);
112
PostInc
& operator++();
120
void incdec_test(
PostInc
pi, PostDec pd) {
121
const
PostInc
& pi1 = pi++;
123
PostInc
&pi2 = ++pi;
Completed in 40 milliseconds