Home
last modified time | relevance | path

Searched defs:isOrdered (Results 1 – 9 of 9) sorted by relevance

/third_party/jsframework/runtime/main/extend/systemplugin/napi/commonEvent/
DcommonEventPublishData.js22 isOrdered: '[PC preview] unknow isOrdered', property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDependenceAnalysis.h132 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); } in isOrdered() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shader_interlock/
DvktFragmentShaderInterlockBasic.cpp105 bool isOrdered() const in isOrdered() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shader_interlock/
DvktFragmentShaderInterlockBasic.cpp105 bool isOrdered() const in isOrdered() function
/third_party/skia/src/pathops/
DSkPathOpsCurve.h88 bool isOrdered() const { return fOrdered; } in isOrdered() function
/third_party/flutter/skia/src/pathops/
DSkPathOpsCurve.h88 bool isOrdered() const { return fOrdered; } in isOrdered() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp944 auto isOrdered = [](Instruction *Inst) { in getNonLocalPointerDependency() local
DMemorySSA.cpp1719 static inline bool isOrdered(const Instruction *I) { in isOrdered() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp3721 bool CmpInst::isOrdered(Predicate predicate) { in isOrdered() function in CmpInst