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

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DCompiler.cpp263 size_t PragmaCount = ME.getPragmaCount(); local
341 if (PragmaCount) {
345 for (size_t i = 0; i < PragmaCount; i++) {

Completed in 6 milliseconds