OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noalias
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/Parser/
MicrosoftExtensions.c
9
__declspec(
noalias
) __declspec(restrict) void * __cdecl xxx( void * _Memory );
/system/core/sh/
parser.c
88
static int
noalias
= 0; /* when set, don't handle aliases */
variable
421
noalias
= 1;
438
noalias
= 0;
447
noalias
= 0;
450
noalias
= 1;
457
noalias
= 0;
754
if(!
noalias
&&
[
all
...]
/external/llvm/utils/vim/
llvm.vim
54
syn keyword llvmKeyword nocapture byval nest readnone readonly
noalias
/external/llvm/lib/AsmParser/
LLLexer.cpp
545
KEYWORD(
noalias
);
Completed in 73 milliseconds