Home
last modified time | relevance | path

Searched defs:OpResult (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.h133 struct OpResult { struct
134 CordRepBtree* tree;
135 Action action;
Dcord_rep_btree.cc41 using OpResult = CordRepBtree::OpResult; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp534 std::set<Value *> OpResult = getBaseValues(Op, DT, Visited); in getBaseValues() local