Home
last modified time | relevance | path

Searched refs:AllValues (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/MagickCore/
Dgeometry.h60 #undef AllValues
61 AllValues = 0x7fffffff enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMParallelDSP.cpp61 ValueList AllValues; member
66 OpChain(Instruction *I, ValueList &vl) : Root(I), AllValues(vl) { } in OpChain()
71 for (auto *V : AllValues) { in SetMemoryLocations()
81 unsigned size() const { return AllValues.size(); } in size()
95 AllValues.push_back(V); in BinOpChain()
/external/clang/include/clang/ASTMatchers/Dynamic/
DVariantValue.h312 union AllValues { union
319 AllValues Value;