Home
last modified time | relevance | path

Searched defs:isOrdered (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/src/pathops/
H A DSkPathOpsCurve.h88 bool isOrdered() const { return fOrdered; } in isOrdered() function in SkDCurveSweep
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shader_interlock/
H A DvktFragmentShaderInterlockBasic.cpp105 bool isOrdered() const in isOrdered() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shader_interlock/
H A DvktFragmentShaderInterlockBasic.cpp105 bool isOrdered() const in isOrdered() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h132 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); } in isOrdered() function in llvm::Dependence
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp944 auto isOrdered = [](Instruction *Inst) { in getNonLocalPointerDependency() local
H A 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/
H A DInstructions.cpp3721 bool CmpInst::isOrdered(Predicate predicate) { in isOrdered() function in CmpInst
/third_party/sqlite/src/
H A Dsqlite3.c22496 Bool isOrdered:1; /* True if the table is not BTREE_UNORDERED */ member
151457 i8 isOrdered; /* True if satisfies ORDER BY */ global() member
151518 i8 isOrdered; /* No. of ORDER BY terms satisfied. -1 for unknown */ global() member
161423 i8 isOrdered; /* isOrdered for (pFrom+pWLoop) */ global() local
[all...]

Completed in 191 milliseconds