OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:noinlining
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Frontend/
CodeGenOptions.h
41
NoInlining
, // Perform no inlining whatsoever.
CodeGenOptions.def
146
ENUM_CODEGENOPT(Inlining, InliningMethod, 2,
NoInlining
)
/external/libvpx/libvpx/examples/includes/geshi/geshi/
cil.php
63
'noncasdemand', 'nometadata', 'nomangle', 'nomachine', '
noinlining
', 'noappdomain', 'newslot', 'nested', 'native',
/external/clang/lib/CodeGen/
BackendUtil.cpp
217
Inlining = CodeGenOpts.
NoInlining
;
275
case CodeGenOptions::
NoInlining
: break;
Completed in 78 milliseconds