Home
last modified time | relevance | path

Searched defs:TypeHash (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dpytree.h77 struct TypeHash { struct
97 absl::flat_hash_map<pybind11::object, std::unique_ptr<Registration>, TypeHash, argument
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dfmt.go644 func TypeHash(t *Type) uint32 { func
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h59 uint64_t TypeHash = 0; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h67 uint64_t TypeHash = 0; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h67 uint64_t TypeHash = 0; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h67 uint64_t TypeHash = 0; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h62 uint64_t TypeHash = 0; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h65 uint64_t TypeHash = 0; variable
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGExpr.cpp640 llvm::hash_code TypeHash = hash_value(Out.str()); in EmitTypeCheck() local
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui_internal.h604 ImGuiID TypeHash; // == ImHashStr(TypeName, 0, 0) member