Home
last modified time | relevance | path

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

/external/skia/src/sksl/ir/
DSkSLFunctionDefinition.h24 using FunctionSet = std::unordered_set<const FunctionDeclaration*>; variable
/external/google-breakpad/src/common/
Dmodule.h340 typedef set<Function *, FunctionCompare> FunctionSet; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DCalledValuePropagation.cpp61 enum CVPLatticeStateTy { Undefined, FunctionSet, Overdefined, Untracked }; enumerator