HomeSort by relevance Sort by last modified time
    Searched full:signature_node (Results 1 - 1 of 1) sorted by null

  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoExtractor.cpp 291 llvm::MDNode *signature_node = export_foreach_signature->getOperand(i); local
297 if (signature_node != NULL) {
298 signature_string = getStringFromOperand(signature_node->getOperand(0));
302 // Both name_node and signature_node are not NULL nodes.

Completed in 471 milliseconds