Searched defs:getBoolValue (Results 1 - 4 of 4) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue311/
H A DBooleanEnum.java35 boolean getBoolValue() { method in class:BooleanEnum
/external/llvm/include/llvm/ADT/
H A DAPInt.h401 bool getBoolValue() const { return !!*this; } function in class:llvm::APInt
1555 if (!getBoolValue())
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DAPInt.h378 bool getBoolValue() const { function in class:llvm::APInt
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPInt.h405 bool getBoolValue() const { return !!*this; } function in class:llvm::APInt
1533 if (!getBoolValue())

Completed in 258 milliseconds