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

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfo.cpp242 const char *pragma_key = pragma_iter->first; local
243 if (!relaxed_pragma.compare(pragma_key)) {
245 } else if (!imprecise_pragma.compare(pragma_key)) {
248 } else if (!full_pragma.compare(pragma_key)) {

Completed in 67 milliseconds