/external/llvm-project/llvm/include/llvm/IR/ |
D | PatternMatch.h | 378 bool isValue(const APInt &C) { return true; } in isValue() function 387 bool isValue(const APInt &C) { return C.isAllOnesValue(); } in isValue() function 396 bool isValue(const APInt &C) { return C.isMaxSignedValue(); } in isValue() function 409 bool isValue(const APInt &C) { return C.isNegative(); } in isValue() function 421 bool isValue(const APInt &C) { return C.isNonNegative(); } in isValue() function 433 bool isValue(const APInt &C) { return C.isStrictlyPositive(); } in isValue() function 445 bool isValue(const APInt &C) { return C.isNonPositive(); } in isValue() function 455 bool isValue(const APInt &C) { return C.isOneValue(); } in isValue() function 464 bool isValue(const APInt &C) { return C.isNullValue(); } in isValue() function 486 bool isValue(const APInt &C) { return C.isPowerOf2(); } in isValue() function [all …]
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/ |
D | TestPropertyConflicts.java | 29 public boolean isValue() { return false; } in isValue() method in TestPropertyConflicts.Getters1A 36 public boolean isValue() { return false; } in isValue() method in TestPropertyConflicts.Getters1B
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 324 bool isValue(const APInt &C) { return true; } in isValue() function 333 bool isValue(const APInt &C) { return C.isAllOnesValue(); } in isValue() function 342 bool isValue(const APInt &C) { return C.isMaxSignedValue(); } in isValue() function 355 bool isValue(const APInt &C) { return C.isNegative(); } in isValue() function 367 bool isValue(const APInt &C) { return C.isNonNegative(); } in isValue() function 379 bool isValue(const APInt &C) { return C.isStrictlyPositive(); } in isValue() function 391 bool isValue(const APInt &C) { return C.isNonPositive(); } in isValue() function 401 bool isValue(const APInt &C) { return C.isOneValue(); } in isValue() function 410 bool isValue(const APInt &C) { return C.isNullValue(); } in isValue() function 431 bool isValue(const APInt &C) { return C.isPowerOf2(); } in isValue() function [all …]
|
/external/python/pyasn1/docs/source/pyasn1/ |
D | contents.rst | 76 .. _isValue: target in ASN.1 types
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/ |
D | AttrData.java | 34 public boolean isValue(String value) { in isValue() method in AttrData
|
/external/llvm-project/llvm/unittests/IR/ |
D | PatternMatch.cpp | 1410 bool isValue(const APInt &C) { return C.isNullValue(); } in isValue() function 1414 bool isValue(const APFloat &C) { return C.isZero(); } in isValue() function 1418 bool isValue(const T &) { return true; } in isValue() function 1422 bool isValue(const T &) { return false; } in isValue() function 1426 bool isValue(const APInt &C) { return C.isMaxValue(); } in isValue() function 1430 bool isValue(const APFloat &C) { return C.isNaN(); } in isValue() function
|
/external/llvm/include/llvm/IR/ |
D | PatternMatch.h | 240 bool isValue(const APInt &C) { return C == 1; } in isValue() function 248 bool isValue(const APInt &C) { return C.isAllOnesValue(); } in isValue() function 258 bool isValue(const APInt &C) { return C.isSignBit(); } in isValue() function 268 bool isValue(const APInt &C) { return C.isPowerOf2(); } in isValue() function 276 bool isValue(const APInt &C) { return C.isMaxSignedValue(); } in isValue() function
|
/external/aac/libAACenc/src/ |
D | intensity.cpp | 289 FIXP_DBL isValue = sfbEnergyLdDataLeft[sfb + sfboffs] - in FDKaacEnc_prepareIntensityDecision() local
|
/external/python/pyasn1/pyasn1/type/ |
D | base.py | 322 def isValue(self): member in SimpleAsn1Type
|
D | univ.py | 2007 def isValue(self): member in SequenceOfAndSetOfBase 2618 def isValue(self): member in SequenceAndSetBase 3179 def isValue(self): member in Choice
|
/external/skia/modules/svg/include/ |
D | SkSVGTypes.h | 61 bool isValue() const { return fState == SkSVGPropertyState::kValue; } in isValue() function
|
/external/cldr/tools/c/genldml/ |
D | genldml.cpp | 2483 UBool isValue = FALSE; in writeSettings() local 2602 UBool isValue = FALSE, isChars=FALSE; in writeReset() local
|
/external/llvm-project/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 187 bool isValue() const { return !isVoid() && !isPointer(); } in isValue() function in __anon50209d260111::Type
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAGHVX.cpp | 620 bool isValue() const { return OpV.getNode() != nullptr; } in isValue() function
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAGHVX.cpp | 620 bool isValue() const { return OpV.getNode() != nullptr; } in isValue() function
|