Home
last modified time | relevance | path

Searched defs:ConstantType (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dtest_utils.cc454 enum class ConstantType { kUnknown, kZero, kOne }; enum
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp5745 using ConstantType = ConstantFloat; typedef
5762 using ConstantType = ConstantDouble; typedef
DIceTargetLoweringARM32.cpp7236 using ConstantType = ConstantFloat; typedef
7253 using ConstantType = ConstantDouble; typedef
/external/clang/lib/Sema/
DSemaInit.cpp7749 QualType ConstantType; in DiagnoseNarrowingInInitList() local
/external/llvm-project/clang/lib/Sema/
DSemaInit.cpp9723 QualType ConstantType; in DiagnoseNarrowingInInitList() local
DSemaOverload.cpp313 QualType &ConstantType, bool IgnoreFloatToIntegralConversion) const { in getNarrowingKind()