Home
last modified time | relevance | path

Searched refs:symbolStr (Results 1 – 22 of 22) sorted by relevance

/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/libomptarget/plugins/amdgpu/impl/
H A Datmi_interop_hsa.cpp34 std::string symbolStr = std::string(symbol); in atmi_interop_hsa_get_symbol_info() local
35 if (SymbolInfoTable[place.dev_id].find(symbolStr) != in atmi_interop_hsa_get_symbol_info()
37 atl_symbol_info_t info = SymbolInfoTable[place.dev_id][symbolStr]; in atmi_interop_hsa_get_symbol_info()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/libomptarget/plugins/amdgpu/impl/
H A Datmi_interop_hsa.cpp34 std::string symbolStr = std::string(symbol); in atmi_interop_hsa_get_symbol_info() local
35 if (SymbolInfoTable[place.dev_id].find(symbolStr) != in atmi_interop_hsa_get_symbol_info()
37 atl_symbol_info_t info = SymbolInfoTable[place.dev_id][symbolStr]; in atmi_interop_hsa_get_symbol_info()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/libomptarget/plugins/amdgpu/impl/
H A Datmi_interop_hsa.cpp34 std::string symbolStr = std::string(symbol); in atmi_interop_hsa_get_symbol_info() local
35 if (SymbolInfoTable[place.dev_id].find(symbolStr) != in atmi_interop_hsa_get_symbol_info()
37 atl_symbol_info_t info = SymbolInfoTable[place.dev_id][symbolStr]; in atmi_interop_hsa_get_symbol_info()
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Loaders/Win32/OVIMEUIManaged/
H A DNewUISymbol.cpp51 void _SetSymbolString(const wchar_t* symbolStr) in _SetSymbolString() argument
54 ->SetCandidates(gcnew String(symbolStr)); in _SetSymbolString()
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Loaders/Win32/OVIMEUIManaged/
H A DNewUISymbol.cpp51 void _SetSymbolString(const wchar_t* symbolStr) in _SetSymbolString() argument
54 ->SetCandidates(gcnew String(symbolStr)); in _SetSymbolString()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/libomptarget/plugins/amdgpu/impl/
H A Dinterop_hsa.cpp27 std::string symbolStr = std::string(symbol); in interop_hsa_get_symbol_info() local
28 auto It = SymbolInfoTable.find(symbolStr); in interop_hsa_get_symbol_info()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/libomptarget/plugins/amdgpu/impl/
H A Datmi_interop_hsa.cpp32 std::string symbolStr = std::string(symbol); in atmi_interop_hsa_get_symbol_info() local
33 auto It = SymbolInfoTable.find(symbolStr); in atmi_interop_hsa_get_symbol_info()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/torch_glow/src/
H A DCustomPyTorchOpLoader.cpp37 for (const char *symbolStr : loader->getSymbols()) { in insert() local
38 loaderMap_[torch::jit::Symbol::fromQualString(symbolStr)] = loader.get(); in insert()
H A DPyTorchModelLoader.h152 for (const char *symbolStr : val.symbols) { in MappingOfMemberFunctions() local
153 auto res = this->insert({at::Symbol::fromQualString(symbolStr), val}); in MappingOfMemberFunctions()
154 DCHECK(res.second) << "Duplicate symbol mapping for " << symbolStr; in MappingOfMemberFunctions()
H A DPyTorchModelLoader.cpp824 const char *symbolStr = symbolAndLoader.first.toQualString(); in buildSymbolsMapping() local
825 MappingOfMemberFunctionsValue val({symbolStr}, in buildSymbolsMapping()
831 << symbolStr; in buildSymbolsMapping()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/libomptarget/plugins/amdgpu/impl/
H A Datmi_interop_hsa.cpp32 std::string symbolStr = std::string(symbol); in atmi_interop_hsa_get_symbol_info() local
33 auto It = SymbolInfoTable.find(symbolStr); in atmi_interop_hsa_get_symbol_info()
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/libomptarget/plugins/amdgpu/impl/
H A Datmi_interop_hsa.cpp32 std::string symbolStr = std::string(symbol); in Dwoo_Plugin_extendsCheck_compile()
33 auto It = SymbolInfoTable.find(symbolStr); in Dwoo_Plugin_extendsCheck_compile()
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Loaders/Win32/OVIMEUIManaged/James/
H A DDotNETHeader.h45 void _SetSymbolString(const wchar_t* symbolStr);
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Loaders/Win32/OVIMEUIManaged/James/
H A DDotNETHeader.h45 void _SetSymbolString(const wchar_t* symbolStr);
/dports/www/firefox-esr/firefox-91.8.0/js/xpconnect/loader/
H A DmozJSComponentLoader.cpp1144 RootedString symbolStr(cx, JSID_TO_STRING(symbolId)); in ExtractExports() local
1145 JS::UniqueChars bytes = JS_EncodeStringToUTF8(cx, symbolStr); in ExtractExports()
1156 RootedString symbolStr(cx, JSID_TO_STRING(symbolId)); in ExtractExports() local
1157 JS::UniqueChars bytes = JS_EncodeStringToUTF8(cx, symbolStr); in ExtractExports()
1170 RootedString symbolStr(cx, JSID_TO_STRING(symbolId)); in ExtractExports() local
1171 JS::UniqueChars bytes = JS_EncodeStringToUTF8(cx, symbolStr); in ExtractExports()
/dports/www/firefox/firefox-99.0/js/xpconnect/loader/
H A DmozJSComponentLoader.cpp1165 RootedString symbolStr(cx, symbolId.toString()); in ExtractExports() local
1166 JS::UniqueChars bytes = JS_EncodeStringToUTF8(cx, symbolStr); in ExtractExports()
1177 RootedString symbolStr(cx, symbolId.toString()); in ExtractExports() local
1178 JS::UniqueChars bytes = JS_EncodeStringToUTF8(cx, symbolStr); in ExtractExports()
1191 RootedString symbolStr(cx, symbolId.toString()); in ExtractExports() local
1192 JS::UniqueChars bytes = JS_EncodeStringToUTF8(cx, symbolStr); in ExtractExports()
/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/loader/
H A DmozJSComponentLoader.cpp1144 RootedString symbolStr(cx, JSID_TO_STRING(symbolId)); in ExtractExports() local
1145 JS::UniqueChars bytes = JS_EncodeStringToUTF8(cx, symbolStr); in ExtractExports()
1156 RootedString symbolStr(cx, JSID_TO_STRING(symbolId)); in ExtractExports() local
1157 JS::UniqueChars bytes = JS_EncodeStringToUTF8(cx, symbolStr); in ExtractExports()
1170 RootedString symbolStr(cx, JSID_TO_STRING(symbolId)); in ExtractExports() local
1171 JS::UniqueChars bytes = JS_EncodeStringToUTF8(cx, symbolStr); in ExtractExports()
/dports/lang/spidermonkey78/firefox-78.9.0/js/xpconnect/loader/
H A DmozJSComponentLoader.cpp1197 RootedString symbolStr(cx, JSID_TO_STRING(symbolId)); in ExtractExports() local
1198 JS::UniqueChars bytes = JS_EncodeStringToUTF8(cx, symbolStr); in ExtractExports()
1209 RootedString symbolStr(cx, JSID_TO_STRING(symbolId)); in ExtractExports() local
1210 JS::UniqueChars bytes = JS_EncodeStringToUTF8(cx, symbolStr); in ExtractExports()
1223 RootedString symbolStr(cx, JSID_TO_STRING(symbolId)); in ExtractExports() local
1224 JS::UniqueChars bytes = JS_EncodeStringToUTF8(cx, symbolStr); in ExtractExports()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/loader/
H A DmozJSComponentLoader.cpp1305 RootedString symbolStr(cx, JSID_TO_STRING(symbolId)); in ImportInto() local
1306 if (!bytes.encodeUtf8(cx, symbolStr)) in ImportInto()
1320 RootedString symbolStr(cx, JSID_TO_STRING(symbolId)); in ImportInto() local
1321 if (!bytes.encodeUtf8(cx, symbolStr)) in ImportInto()
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/loader/
H A DmozJSComponentLoader.cpp1187 RootedString symbolStr(cx, JSID_TO_STRING(symbolId)); in ExtractExports() local
1188 if (!bytes.encodeUtf8(cx, symbolStr)) return NS_ERROR_FAILURE; in ExtractExports()
1199 RootedString symbolStr(cx, JSID_TO_STRING(symbolId)); in ExtractExports() local
1200 if (!bytes.encodeUtf8(cx, symbolStr)) return NS_ERROR_FAILURE; in ExtractExports()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy/
H A DInternal.hs284 A.Success (symbolStr :: String) ->
285 case readMaybe symbolStr of
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy/
H A DInternal.hs284 A.Success (symbolStr :: String) ->
285 case readMaybe symbolStr of