Home
last modified time | relevance | path

Searched defs:HasDouble (Results 1 – 3 of 3) sorted by relevance

/external/llvm/unittests/Support/
DTrailingObjectsTest.cpp55 bool HasShort, HasDouble; member in __anon88ed5b470111::Class2
65 Class2(bool HasShort, bool HasDouble) in Class2()
71 bool HasDouble = D != 0.0; in create() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DTrailingObjectsTest.cpp58 bool HasShort, HasDouble; member in __anond255e19f0111::Class2
68 Class2(bool HasShort, bool HasDouble) in Class2()
74 bool HasDouble = D != 0.0; in create() local
/external/libtextclassifier/utils/
Dvariant.h98 bool HasDouble() const { return type_ == TYPE_DOUBLE_VALUE; } in HasDouble() function