Searched defs:special_functions (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/Core/
H A DCompiler.cpp344 const char **special_functions = sf; local
346 while (*special_functions != nullptr) {
347 export_symbols.push_back(*special_functions);
348 special_functions++;

Completed in 87 milliseconds