/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibFunc.cpp | 465 static bool eatTerm(StringRef& mangledName, const char c) { in eatTerm() 474 static bool eatTerm(StringRef& mangledName, const char (&str)[N]) { in eatTerm() 494 static StringRef eatLengthPrefixedName(StringRef& mangledName) { in eatLengthPrefixedName() 529 static int parseVecSize(StringRef& mangledName) { in parseVecSize() 540 static AMDGPULibFunc::ENamePrefix parseNamePrefix(StringRef& mangledName) { in parseNamePrefix() 652 bool AMDGPUMangledLibFunc::parseFuncName(StringRef &mangledName) { in parseFuncName() 695 StringRef AMDGPUMangledLibFunc::getUnmangledName(StringRef mangledName) { in getUnmangledName()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibFunc.cpp | 471 static bool eatTerm(StringRef& mangledName, const char c) { in eatTerm() 480 static bool eatTerm(StringRef& mangledName, const char (&str)[N]) { in eatTerm() 498 static StringRef eatLengthPrefixedName(StringRef& mangledName) { in eatLengthPrefixedName() 533 static int parseVecSize(StringRef& mangledName) { in parseVecSize() 544 static AMDGPULibFunc::ENamePrefix parseNamePrefix(StringRef& mangledName) { in parseNamePrefix() 656 bool AMDGPUMangledLibFunc::parseFuncName(StringRef &mangledName) { in parseFuncName() 699 StringRef AMDGPUMangledLibFunc::getUnmangledName(StringRef mangledName) { in getUnmangledName()
|
/aosp_15_r20/external/skia/src/sksl/ir/ |
H A D | SkSLVariable.cpp | 88 std::string_view ExtendedVariable::mangledName() const { in mangledName() function in SkSL::ExtendedVariable 131 std::string mangledName; in Convert() local 152 std::string mangledName, in Make()
|
H A D | SkSLVariable.h | 132 virtual std::string_view mangledName() const { return this->name(); } in mangledName() function 162 Storage storage, std::string mangledName) in ExtendedVariable()
|
H A D | SkSLFunctionDeclaration.cpp | 519 std::string FunctionDeclaration::mangledName() const { in mangledName() function in SkSL::FunctionDeclaration
|
/aosp_15_r20/cts/common/device-side/nativetesthelper/jni/ |
H A D | gtest_wrapper.cpp | 78 std::string mangledName = nativeName; in registerAndMangleTestName() local 86 jobject createTestDescription(JNIEnv* env, jstring className, const std::string& mangledName) { in createTestDescription() 95 std::string mangledName = registerAndMangleTestName(nativeNameStream.str()); in createTestDescription() local 147 for (const std::string& mangledName : mangledNames) { in reportDisabledTests() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/glsl/ |
H A D | GrGLSLShaderBuilder.cpp | 55 const char* mangledName, in appendFunctionDecl() 69 const char* mangledName, in emitFunction() 85 const char* mangledName, in emitFunctionPrototype()
|
/aosp_15_r20/external/skia/src/sksl/codegen/ |
H A D | SkSLPipelineStageCodeGenerator.cpp | 395 std::string mangledName = fCallbacks->getMangledName(specializedName.c_str()); in functionName() local 510 std::string mangledName = fCallbacks->getMangledName(std::string(var.name()).c_str()); in writeGlobalVarDeclaration() local 527 std::string mangledName = fCallbacks->getMangledName(type.displayName().c_str()); in writeStructDefinition() local
|
H A D | SkSLSPIRVCodeGenerator.cpp | 4401 std::string mangledName = f.mangledName(); in writeFunctionStart() local
|
/aosp_15_r20/external/angle/src/compiler/translator/ |
H A D | Types.cpp | 450 TString mangledName(1, GetSizeMangledName(primarySize, secondarySize)); in buildMangledName() local 844 TString mangledName; in buildMangledFieldList() local
|
H A D | StaticType.h | 50 char *mangledName = typeName.getName(); in BuildStaticMangledName() local
|
H A D | SymbolTable.cpp | 137 const ImmutableString &mangledName, in markFunctionHasPrototypeDeclaration()
|
H A D | Types.h | 112 const char *mangledName) in TType()
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
H A D | SymbolTable.h | 132 const TString *mangledName; variable 161 : TSymbol(name, mangledName), in TSymbol() argument 346 TString mangledName; variable
|
H A D | Intermediate.cpp | 68 …l* TIntermediate::addSymbol(long long id, const TString& name, const TString& mangledName, const T… in addSymbol()
|
/aosp_15_r20/external/angle/src/tests/compiler_tests/ |
H A D | Type_test.cpp | 56 char *mangledName = typeName.getName(); in TEST() local
|
/aosp_15_r20/external/openthread/src/posix/platform/ |
H A D | backtrace.cpp | 76 char mangledName[kMaxNameSize + 1]; in demangleSymbol() local
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/ |
H A D | IsGetterRenaming2527Test.java | 59 String mangledName = BeanUtil.stdManglePropertyName(origSimple, 2); in findRenameByField() local
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | NameMangleListener.java | 115 final String mangledName = mangleTestRunName(runName); in testRunStarted() local
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_util/ |
H A D | IntermNode_util.cpp | 25 const ImmutableString &mangledName = TFunctionLookup::GetMangledName(name, *arguments); in LookUpBuiltInFunction() local
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | SymbolTable.h | 342 TString mangledName; variable
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/ |
H A D | DrawMeshOp.cpp | 260 const char* mangledName = nullptr; in declareUniform() local
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/ |
H A D | intermediate.h | 1235 TString mangledName; // mangled function name, or a copy of name if not a function variable
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/HLSL/ |
H A D | hlslParseHelper.cpp | 9827 const TString mangledName = patchConstantFunctionName + "("; in findPatchConstantFunction() local
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 9831 const TString mangledName = patchConstantFunctionName + "("; in findPatchConstantFunction() local
|