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

/external/skia/src/gpu/gl/
H A DGrGLShaderVar.h217 TypeString(effectiveType),
222 TypeString(effectiveType),
228 TypeString(effectiveType),
234 static const char* TypeString(Type t) { function in class:GrGLShaderVar
/external/webkit/Source/WebCore/inspector/
H A DInspectorValues.h63 TypeString, enumerator in enum:WebCore::InspectorValue::__anon14620
152 explicit InspectorString(const String& value) : InspectorValue(TypeString), m_stringValue(value) { }
153 explicit InspectorString(const char* value) : InspectorValue(TypeString), m_stringValue(value) { }
/external/valgrind/tsan/
H A Dts_events.h128 tid(), TypeString(type()), pc(), a(), info());
131 static const char *TypeString(EventType type) { function in class:Event
/external/webkit/Source/WebKit2/Shared/
H A DAPIObject.h52 TypeString, enumerator in enum:WebKit::APIObject::Type
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp392 /// TypeString - for a modifier and type, generate the name of the typedef for
394 static std::string TypeString(const char mod, StringRef typestr) { function
694 s += TypeString(proto[i], typestr) + " __";
719 s += TypeString(proto[i], typestr) + " __";
743 s = "(" + TypeString('d', typestr) + "){ ";
789 std::string ts = TypeString(proto[0], typestr);
947 ts = TypeString(proto[1], typestr);
981 s += "(" + TypeString(proto[0], typestr) + ")";
982 abd = "(" + TypeString('d', utype) + ")" + abd;
998 s += "(" + TypeString(prot
[all...]
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp2285 std::string TypeString(Type.getAsString(Context->getPrintingPolicy()));
2286 const char *argPtr = TypeString.c_str();
2288 Str += TypeString;
2301 std::string TypeString(Type.getAsString(Context->getPrintingPolicy()));
2302 const char *argPtr = TypeString.c_str();
3386 std::string TypeString; local
3387 RewriteByRefString(TypeString, Name, (*I));
3388 TypeString += " *";
3389 Name = TypeString + Name;
3529 std::string TypeString; local
[all...]
H A DRewriteModernObjC.cpp842 std::string TypeString(castT.getAsString(Context->getPrintingPolicy()));
843 S += TypeString;
2296 std::string TypeString(Type.getAsString(Context->getPrintingPolicy()));
2297 const char *argPtr = TypeString.c_str();
2299 Str += TypeString;
2312 std::string TypeString(Type.getAsString(Context->getPrintingPolicy()));
2313 const char *argPtr = TypeString.c_str();
4010 std::string TypeString; local
4011 RewriteByRefString(TypeString, Name, (*I));
4012 TypeString
4153 std::string TypeString; local
[all...]

Completed in 807 milliseconds