OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bccdisposescript
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/libbcc/lib/ExecutionEngine/
bcc.cpp
56
extern "C" void
bccDisposeScript
(BCCScriptRef script) {
/frameworks/compile/libbcc/tests/
main.cpp
198
bccDisposeScript
(script);
206
bccDisposeScript
(script);
/frameworks/compile/libbcc/include/bcc/
bcc.h
63
void
bccDisposeScript
(BCCScriptRef script);
/frameworks/compile/libbcc/
README.rst
104
* **
bccDisposeScript
** - Destroy bcc script and release the resources
README.html
396
<li><strong>
bccDisposeScript
</strong> - Destroy bcc script and release the resources</li>
/external/mesa3d/src/pixelflinger2/
shader.cpp
114
// TODO: check
bccDisposeScript
, which seems to dispose llvm::Module
116
bccDisposeScript
(script);
[
all
...]
Completed in 96 milliseconds