/third_party/skia/modules/svg/src/ |
D | SkSVGFeFlood.cpp | 18 if (!floodColor.isValue() || !floodOpacity.isValue()) { in resolveFloodColor()
|
D | SkSVGRenderContext.cpp | 207 SkASSERT(fPresentationContext->fInherited.f ## ATTR.isValue()); \ in applyPresentationAttributes() 209 if (attr.isValue() && *attr != *fPresentationContext->fInherited.f ## ATTR) { \ in applyPresentationAttributes() 241 const bool hasFilter = attrs.fFilter.isValue(); in applyPresentationAttributes() 242 if (attrs.fOpacity.isValue()) { in applyPresentationAttributes() 246 if (attrs.fClipPath.isValue()) { in applyPresentationAttributes() 250 if (attrs.fMask.isValue()) { in applyPresentationAttributes()
|
D | SkSVGGradient.cpp | 59 if (!stopColor.isValue() || !stopOpacity.isValue()) { in resolveStopColor()
|
D | SkSVGNode.cpp | 72 (!display.isValue() || *display != SkSVGDisplay::kNone); in onPrepareToRender()
|
D | SkSVGFeLighting.cpp | 63 if (!color.isValue()) { in resolveLightingColor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 227 return this->isValue(CI->getValue()); in match() 231 return this->isValue(CI->getValue()); in match() 244 if (!CI || !this->isValue(CI->getValue())) in match() 264 if (this->isValue(CI->getValue())) { in match() 271 if (this->isValue(CI->getValue())) { in match() 286 return this->isValue(CF->getValueAPF()); in match() 290 return this->isValue(CF->getValueAPF()); in match() 303 if (!CF || !this->isValue(CF->getValueAPF())) in match() 324 bool isValue(const APInt &C) { return true; } in isValue() function 333 bool isValue(const APInt &C) { return C.isAllOnesValue(); } in isValue() function [all …]
|
/third_party/boost/libs/phoenix/example/ |
D | bind_goose.cpp | 72 bool isValue(const std::string &s1, const std::string &s2) in isValue() function 84 isValue, // &isValue works as well. in delete_value2()
|
/third_party/skia/modules/svg/include/ |
D | SkSVGNode.h | 78 if (!dest->isInheritable() || v.isValue()) { \ 87 if (!dest->isInheritable() || v.isValue()) { \
|
D | SkSVGTypes.h | 61 bool isValue() const { return fState == SkSVGPropertyState::kValue; } in isValue() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAGHVX.cpp | 620 bool isValue() const { return OpV.getNode() != nullptr; } in isValue() function 621 bool isValid() const { return isValue() || !(OpN & Invalid); } in isValid() 626 assert(!R.isValue()); in lo() 630 assert(!R.isValue()); in hi() 711 if (isValue()) { in print() 993 if (R.isValue()) { in materialize()
|
/third_party/typescript/src/compiler/ |
D | checker.ts | 38965 : forEachEntry(getExportsOfModule(moduleSymbol), isValue); 38970 function isValue(s: Symbol): boolean { 39145 const isValue = isAliasResolvedToValue(getSymbolOfNode(node)); 39146 return isValue && node.moduleReference && !nodeIsMissing(node.moduleReference);
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 79151 : ts.forEachEntry(getExportsOfModule(moduleSymbol), isValue); 79154 function isValue(s) { function 79313 var isValue = isAliasResolvedToValue(getSymbolOfNode(node)); 79314 return isValue && node.moduleReference && !ts.nodeIsMissing(node.moduleReference);
|
D | tsc.js | 66325 : ts.forEachEntry(getExportsOfModule(moduleSymbol), isValue); 66328 function isValue(s) { function 66451 var isValue = isAliasResolvedToValue(getSymbolOfNode(node)); 66452 return isValue && node.moduleReference && !ts.nodeIsMissing(node.moduleReference);
|
D | tsserver.js | 79162 : ts.forEachEntry(getExportsOfModule(moduleSymbol), isValue); 79165 function isValue(s) { function 79324 var isValue = isAliasResolvedToValue(getSymbolOfNode(node)); 79325 return isValue && node.moduleReference && !ts.nodeIsMissing(node.moduleReference);
|
D | typescriptServices.js | 79356 : ts.forEachEntry(getExportsOfModule(moduleSymbol), isValue); 79359 function isValue(s) { function 79518 var isValue = isAliasResolvedToValue(getSymbolOfNode(node)); 79519 return isValue && node.moduleReference && !ts.nodeIsMissing(node.moduleReference);
|
D | tsserverlibrary.js | 79356 : ts.forEachEntry(getExportsOfModule(moduleSymbol), isValue); 79359 function isValue(s) { function 79518 var isValue = isAliasResolvedToValue(getSymbolOfNode(node)); 79519 return isValue && node.moduleReference && !ts.nodeIsMissing(node.moduleReference);
|
D | typescript.js | 79356 : ts.forEachEntry(getExportsOfModule(moduleSymbol), isValue); 79359 function isValue(s) { function 79518 var isValue = isAliasResolvedToValue(getSymbolOfNode(node)); 79519 return isValue && node.moduleReference && !ts.nodeIsMissing(node.moduleReference);
|