Home
last modified time | relevance | path

Searched defs:isValue (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/modules/svg/include/
H A DSkSVGTypes.h61 bool isValue() const { return fState == SkSVGPropertyState::kValue; } in isValue() function in SkSVGProperty
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DPatternMatch.h324 bool isValue(const APInt &C) { return true; } in isValue() function
333 bool isValue(cons function
342 bool isValue(const APInt &C) { return C.isMaxSignedValue(); } isValue() function
355 bool isValue(const APInt &C) { return C.isNegative(); } isValue() function
367 bool isValue(const APInt &C) { return C.isNonNegative(); } isValue() function
379 bool isValue(const APInt &C) { return C.isStrictlyPositive(); } isValue() function
391 bool isValue(const APInt &C) { return C.isNonPositive(); } isValue() function
401 bool isValue(const APInt &C) { return C.isOneValue(); } isValue() function
410 bool isValue(const APInt &C) { return C.isNullValue(); } isValue() function
431 bool isValue(const APInt &C) { return C.isPowerOf2(); } isValue() function
443 bool isValue(const APInt &C) { return (-C).isPowerOf2(); } isValue() function
455 bool isValue(const APInt &C) { return !C || C.isPowerOf2(); } isValue() function
467 bool isValue(const APInt &C) { return C.isSignMask(); } isValue() function
476 bool isValue(const APInt &C) { return C.isMask(); } isValue() function
487 bool isValue(const APInt &C) { isValue() function
525 bool isValue(const APFloat &C) { return C.isNaN(); } isValue() function
534 bool isValue(const APFloat &C) { return C.isZero(); } isValue() function
543 bool isValue(const APFloat &C) { return C.isPosZero(); } isValue() function
552 bool isValue(const APFloat &C) { return C.isNegZero(); } isValue() function
[all...]
/third_party/typescript/lib/
H A Dtsc.js[all...]

Completed in 61 milliseconds