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

/frameworks/compile/libbcc/bcinfo/
H A DMetadataExtractor.cpp366 llvm::StringRef SigString = local
369 if (SigString.getAsInteger(10, Signature)) {
370 ALOGE("Non-integer signature value '%s'", SigString.str().c_str());
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp91 llvm::StringRef SigString = local
94 if (SigString.getAsInteger(10, Signature)) {
95 ALOGE("Non-integer signature value '%s'", SigString.str().c_str());

Completed in 43 milliseconds