Home
last modified time | relevance | path

Searched refs:GetTypeName (Results 1 – 17 of 17) sorted by relevance

/aosp12/bionic/libc/malloc_debug/
H A DGuardData.h57 virtual const char* GetTypeName() = 0;
74 const char* GetTypeName() override { return "FRONT"; } in GetTypeName() function
91 const char* GetTypeName() override { return "REAR"; } in GetTypeName() function
H A DGuardData.cpp52 GetTypeName()); in LogFailure()
/aosp12/system/bt/gd/packet/parser/
H A Dcustom_field_def.cc43 s << "#include \"" << include_ << util::CamelCaseToUnderScore(GetTypeName()) << ".h\"\n"; in GenInclude()
47 …s << "#include \"" << include_ << util::CamelCaseToUnderScore(GetTypeName()) << "_pybind11_type_ca… in GenPyBind11Include()
61 s << GetTypeName() << ";"; in GenUsing()
H A Dtype_def.h31 std::string GetTypeName() const { in GetTypeName() function
H A Dstruct_def.cc237 s << ".def(\"Serialize\", [](" << GetTypeName() << "& obj){"; in GenDefinitionPybind11()
H A Dparent_def.cc50 value = enum_def.GetTypeName() + "::" + std::get<std::string>(value); in AddParentConstraint()
H A Dlanguage_y.yy696 …ERRORLOC(LOC) << "Previously defined enum " << enum_def->GetTypeName() << " has no entry for " << …
/aosp12/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp198 RSReflectionJava::GetTypeName( in GetReduceResultTypeName()
205 RSReflectionJava::GetTypeName( in GetReduceResultTypeName()
354 return GetTypeName(PointeeType, Style) + "*"; in GetTypeName()
1614 const std::string GetMethodReturnTypeName = GetTypeName(ResultType); in genExportReduceResultType()
1714 mOut.indent() << GetTypeName(ResultType) << " result = new " in genExportReduceResultType()
1862 std::string TypeName = GetTypeName(EPT); in genPrimitiveTypeExportVariable()
1969 std::string TypeName = GetTypeName(ET); in genPointerTypeExportVariable()
1999 std::string TypeName = GetTypeName(EV->getType()); in genVectorTypeExportVariable()
2013 std::string TypeName = GetTypeName(ET); in genMatrixTypeExportVariable()
2045 std::string TypeName = GetTypeName(EV->getType()); in genConstantArrayTypeExportVariable()
[all …]
H A Dslang_rs_reflection_cpp.cpp61 static std::string GetTypeName(const RSExportType *ET, bool PreIdentifier = true) { in GetTypeName() function
100 std::string ElementTypeName = GetTypeName(CAT->getElementType()); in GetTypeName()
242 mOut.indent() << GetTypeName(ev->getType()) << " " RS_EXPORT_VAR_PREFIX in genFieldsToStoreExportVariableValues()
555 std::string TypeName = GetTypeName(EPT); in genGetterAndSetter()
591 std::string TypeName = GetTypeName(ET); in genPointerTypeExportVariable()
691 mOut.indent() << "void set_" << EV->getName() << "(" << GetTypeName(EV->getType()) << " v " in genGetterAndSetter()
692 << GetTypeName(EV->getType(), false) << ")"; in genGetterAndSetter()
694 mOut.indent() << "setVar(" << tmp.str() << ", v, sizeof(" << GetTypeName(EV->getType()) + ") *" in genGetterAndSetter()
722 mOut << GetTypeName((*i)->getType()) << " " << (*i)->getName(); in makeFunctionSignature()
H A Dslang_rs_export_type.h237 static llvm::StringRef GetTypeName(const clang::Type *T);
508 static llvm::StringRef GetTypeName(const clang::ExtVectorType *EVT);
H A Dslang_rs_export_type.cpp691 TypeName = RSExportType::GetTypeName(T); in NormalizeType()
748 llvm::StringRef RSExportType::GetTypeName(const clang::Type* T) { in GetTypeName() function in slang::RSExportType
813 return RSExportVectorType::GetTypeName(EVT); in GetTypeName()
1014 return GetRSSpecificType( RSExportType::GetTypeName(T) ); in GetRSSpecificType()
1296 RSExportVectorType::GetTypeName(const clang::ExtVectorType *EVT) { in GetTypeName() function in slang::RSExportVectorType
H A Dslang_rs_reflection.h206 static std::string GetTypeName(const RSExportType *ET, unsigned Style = TypeNameDefault);
H A Dslang_rs_reflection_state.cpp105 return RSReflectionJava::GetTypeName(T, RSReflectionJava::TypeNamePseudoC); in getUniqueTypeName()
/aosp12/system/update_engine/common/
H A Dfake_prefs.cc133 string FakePrefs::GetTypeName(PrefType type) { in GetTypeName() function in chromeos_update_engine::FakePrefs
148 << "Key \"" << key << "\" if defined as " << GetTypeName(it->second.type) in CheckKeyType()
149 << " but is accessed as a " << GetTypeName(type); in CheckKeyType()
H A Dfake_prefs.h92 static std::string GetTypeName(PrefType type);
/aosp12/system/tools/sysprop/
H A DTypeChecker.cpp76 std::string GetTypeName(const sysprop::Property& prop) { in GetTypeName() function
115 err += "In sysprop_library: " + GetTypeName(prop) + "\n"; in CheckPropertyTypes()
/aosp12/art/cmdline/detail/
H A Dcmdline_parse_argument_detail.h70 virtual const char* GetTypeName() const = 0;
533 virtual const char* GetTypeName() const { in GetTypeName() function