/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | PatternMatch.h | 440 bool isValue(const APInt &C) { return true; } in isValue() function 449 bool isValue(const APInt &C) { return C.isAllOnes(); } in isValue() function 458 bool isValue(const APInt &C) { return C.isMaxSignedValue(); } in isValue() function 471 bool isValue(const APInt &C) { return C.isNegative(); } in isValue() function 481 bool isValue(const APInt &C) { return C.isNonNegative(); } in isValue() function 491 bool isValue(const APInt &C) { return C.isStrictlyPositive(); } in isValue() function 503 bool isValue(const APInt &C) { return C.isNonPositive(); } in isValue() function 513 bool isValue(const APInt &C) { return C.isOne(); } in isValue() function 520 bool isValue(const APInt &C) { return C.isZero(); } in isValue() function 540 bool isValue(const APInt &C) { return C.isPowerOf2(); } in isValue() function [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | PatternMatch.h | 440 bool isValue(const APInt &C) { return true; } in isValue() function 449 bool isValue(const APInt &C) { return C.isShiftedMask(); } in isValue() function 457 bool isValue(const APInt &C) { return C.isAllOnes(); } in isValue() function 466 bool isValue(const APInt &C) { return C.isMaxSignedValue(); } in isValue() function 479 bool isValue(const APInt &C) { return C.isNegative(); } in isValue() function 489 bool isValue(const APInt &C) { return C.isNonNegative(); } in isValue() function 499 bool isValue(const APInt &C) { return C.isStrictlyPositive(); } in isValue() function 511 bool isValue(const APInt &C) { return C.isNonPositive(); } in isValue() function 521 bool isValue(const APInt &C) { return C.isOne(); } in isValue() function 528 bool isValue(const APInt &C) { return C.isZero(); } in isValue() function [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | PatternMatch.h | 440 bool isValue(const APInt &C) { return true; } in isValue() function 449 bool isValue(const APInt &C) { return C.isShiftedMask(); } in isValue() function 457 bool isValue(const APInt &C) { return C.isAllOnes(); } in isValue() function 466 bool isValue(const APInt &C) { return C.isMaxSignedValue(); } in isValue() function 479 bool isValue(const APInt &C) { return C.isNegative(); } in isValue() function 489 bool isValue(const APInt &C) { return C.isNonNegative(); } in isValue() function 499 bool isValue(const APInt &C) { return C.isStrictlyPositive(); } in isValue() function 511 bool isValue(const APInt &C) { return C.isNonPositive(); } in isValue() function 521 bool isValue(const APInt &C) { return C.isOne(); } in isValue() function 528 bool isValue(const APInt &C) { return C.isZero(); } in isValue() function [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | PatternMatch.h | 440 bool isValue(const APInt &C) { return true; } in isValue() function 449 bool isValue(const APInt &C) { return C.isShiftedMask(); } in isValue() function 457 bool isValue(const APInt &C) { return C.isAllOnes(); } in isValue() function 466 bool isValue(const APInt &C) { return C.isMaxSignedValue(); } in isValue() function 479 bool isValue(const APInt &C) { return C.isNegative(); } in isValue() function 489 bool isValue(const APInt &C) { return C.isNonNegative(); } in isValue() function 499 bool isValue(const APInt &C) { return C.isStrictlyPositive(); } in isValue() function 511 bool isValue(const APInt &C) { return C.isNonPositive(); } in isValue() function 521 bool isValue(const APInt &C) { return C.isOne(); } in isValue() function 528 bool isValue(const APInt &C) { return C.isZero(); } in isValue() function [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | PatternMatch.h | 465 bool isValue(const APTy &C) { return CheckFn(C); } in isValue() function 497 bool isValue(const APInt &C) { return true; } in isValue() function 506 bool isValue(const APInt &C) { return C.isShiftedMask(); } in isValue() function 514 bool isValue(const APInt &C) { return C.isAllOnes(); } in isValue() function 527 bool isValue(const APInt &C) { return C.isMaxSignedValue(); } in isValue() function 540 bool isValue(const APInt &C) { return C.isNegative(); } in isValue() function 550 bool isValue(const APInt &C) { return C.isNonNegative(); } in isValue() function 560 bool isValue(const APInt &C) { return C.isStrictlyPositive(); } in isValue() function 572 bool isValue(const APInt &C) { return C.isNonPositive(); } in isValue() function 582 bool isValue(const APInt &C) { return C.isOne(); } in isValue() function [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A 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 …]
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/ |
H A 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
|
/aosp_15_r20/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/ |
H A D | ModifierList.kt | 70 fun isValue(): Boolean = false in annotations() method
|
H A D | DefaultModifierList.kt | 175 override fun isValue(): Boolean { in isValue() method in com.android.tools.metalava.model.DefaultBaseModifierList
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A 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
|
/aosp_15_r20/external/python/pyasn1/docs/source/pyasn1/ |
D | contents.rst | 76 .. _isValue: target in ASN.1 types
|
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/ |
H A D | AttrData.java | 34 public boolean isValue(String value) { in isValue() method in AttrData
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/example/ |
D | bind_goose.cpp | 72 bool isValue(const std::string &s1, const std::string &s2) in isValue() function
|
/aosp_15_r20/external/aac/libAACenc/src/ |
H A D | intensity.cpp | 289 FIXP_DBL isValue = sfbEnergyLdDataLeft[sfb + sfboffs] - in FDKaacEnc_prepareIntensityDecision() local
|
/aosp_15_r20/external/python/pyasn1/pyasn1/type/ |
D | univ.py | 2007 def isValue(self): member in SequenceOfAndSetOfBase 2618 def isValue(self): member in SequenceAndSetBase 3179 def isValue(self): member in Choice
|
D | base.py | 322 def isValue(self): member in SimpleAsn1Type
|
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/simple_type/xsdc_simple_type_tinyxml_tests/gen/cpp/ |
D | simple_type.cpp | 220 const bool& SimpleTypes::isValue() const { in isValue() function in simple::type::SimpleTypes
|
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/simple_type/xsdc_simple_type_tinyxml_tests_parser/gen/cpp/ |
D | simple_type.cpp | 220 const bool& SimpleTypes::isValue() const { in isValue() function in simple::type::SimpleTypes
|
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/simple_type/xsdc_simple_type_tests/gen/cpp/ |
D | simple_type.cpp | 246 const bool& SimpleTypes::isValue() const { in isValue() function in simple::type::SimpleTypes
|
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/simple_type/xsdc_simple_type_tests_parser/gen/cpp/ |
D | simple_type.cpp | 246 const bool& SimpleTypes::isValue() const { in isValue() function in simple::type::SimpleTypes
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/ |
D | parser.go | 1235 func isValue(x Expr) bool { func
|
/aosp_15_r20/external/cldr/tools/c/genldml/ |
H A D | genldml.cpp | 2483 UBool isValue = FALSE; in writeSettings() local 2602 UBool isValue = FALSE, isChars=FALSE; in writeReset() local
|
/aosp_15_r20/external/skia/modules/svg/include/ |
H A D | SkSVGTypes.h | 64 bool isValue() const { return fState == SkSVGPropertyState::kValue; } in isValue() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 620 bool isValue() const { return OpV.getNode() != nullptr; } in isValue() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 624 bool isValue() const { return OpV.getNode() != nullptr; } in isValue() function
|