OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Restrict
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
Type.h
106
/// * C99: const, volatile, and
restrict
113
Restrict
= 0x2,
115
CVRMask = Const | Volatile |
Restrict
198
bool hasRestrict() const { return Mask &
Restrict
; }
200
Mask = (Mask & ~
Restrict
) | (flag ?
Restrict
: 0);
202
void removeRestrict() { Mask &= ~
Restrict
; }
203
void addRestrict() { Mask |=
Restrict
; }
544
/// "
restrict
" qualifier set, without looking through typedefs that may have
545
/// added "
restrict
" at a different level
[
all
...]
/prebuilt/common/ant/
ant.jar
Completed in 476 milliseconds