Searched refs:SigString (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/
H A DMetadataExtractor.cpp50 llvm::StringRef SigString = getStringOperand(m); local
51 if (SigString != "") {
52 if (!SigString.getAsInteger(10, *value)) {
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSKernelExpand.cpp152 llvm::StringRef SigString = SigS->getString(); local
154 if (SigString.getAsInteger(10, Signature)) {
155 ALOGE("Non-integer signature value '%s'", SigString.str().c_str());

Completed in 401 milliseconds