/aosp12/bionic/libc/malloc_debug/ |
H A D | GuardData.h | 57 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 D | GuardData.cpp | 52 GetTypeName()); in LogFailure()
|
/aosp12/system/bt/gd/packet/parser/ |
H A D | custom_field_def.cc | 43 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 D | type_def.h | 31 std::string GetTypeName() const { in GetTypeName() function
|
H A D | struct_def.cc | 237 s << ".def(\"Serialize\", [](" << GetTypeName() << "& obj){"; in GenDefinitionPybind11()
|
H A D | parent_def.cc | 50 value = enum_def.GetTypeName() + "::" + std::get<std::string>(value); in AddParentConstraint()
|
H A D | language_y.yy | 696 …ERRORLOC(LOC) << "Previously defined enum " << enum_def->GetTypeName() << " has no entry for " << …
|
/aosp12/frameworks/compile/slang/ |
H A D | slang_rs_reflection.cpp | 198 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 D | slang_rs_reflection_cpp.cpp | 61 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 D | slang_rs_export_type.h | 237 static llvm::StringRef GetTypeName(const clang::Type *T); 508 static llvm::StringRef GetTypeName(const clang::ExtVectorType *EVT);
|
H A D | slang_rs_export_type.cpp | 691 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 D | slang_rs_reflection.h | 206 static std::string GetTypeName(const RSExportType *ET, unsigned Style = TypeNameDefault);
|
H A D | slang_rs_reflection_state.cpp | 105 return RSReflectionJava::GetTypeName(T, RSReflectionJava::TypeNamePseudoC); in getUniqueTypeName()
|
/aosp12/system/update_engine/common/ |
H A D | fake_prefs.cc | 133 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 D | fake_prefs.h | 92 static std::string GetTypeName(PrefType type);
|
/aosp12/system/tools/sysprop/ |
H A D | TypeChecker.cpp | 76 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 D | cmdline_parse_argument_detail.h | 70 virtual const char* GetTypeName() const = 0; 533 virtual const char* GetTypeName() const { in GetTypeName() function
|