Searched refs:TypeToString (Results 1 – 5 of 5) sorted by relevance
369 std::string type_u1 = AnnotationElement::TypeToString(panda::pandasm::Value::Type::U1);373 type_u1 = AnnotationElement::TypeToString(panda::pandasm::Value::Type::I8);377 type_u1 = AnnotationElement::TypeToString(panda::pandasm::Value::Type::U8);381 type_u1 = AnnotationElement::TypeToString(panda::pandasm::Value::Type::I16);385 type_u1 = AnnotationElement::TypeToString(panda::pandasm::Value::Type::U16);389 type_u1 = AnnotationElement::TypeToString(panda::pandasm::Value::Type::I32);393 type_u1 = AnnotationElement::TypeToString(panda::pandasm::Value::Type::U32);397 type_u1 = AnnotationElement::TypeToString(panda::pandasm::Value::Type::I64);401 type_u1 = AnnotationElement::TypeToString(panda::pandasm::Value::Type::U64);405 type_u1 = AnnotationElement::TypeToString(panda::pandasm::Value::Type::F32);[all …]
52 std::string PUBLIC_API TypeToString(Kind loc) const;56 LOG_COMPILER(DEBUG) << TypeToString(location); in Print()
26 std::string LocationTy::TypeToString(Kind loc) const in TypeToString() function in panda::ecmascript::kungfu::LocationTy
205 std::string AnnotationElement::TypeToString(Value::Type type) in TypeToString() function in panda::pandasm::AnnotationElement
554 static std::string TypeToString(Value::Type type);