Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/concurrency/
DMtUnsafeCheck.h29 enum class FunctionSet { enum
/external/swiftshader/src/OpenGL/compiler/
DAnalyzeCallDepth.h59 typedef std::set<FunctionNode*> FunctionSet; typedef
/external/google-breakpad/src/common/
Dmodule.h340 typedef set<Function *, FunctionCompare> FunctionSet; typedef
/external/llvm-project/llvm/lib/Transforms/IPO/
DCalledValuePropagation.cpp60 enum CVPLatticeStateTy { Undefined, FunctionSet, Overdefined, Untracked }; enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DCalledValuePropagation.cpp61 enum CVPLatticeStateTy { Undefined, FunctionSet, Overdefined, Untracked }; enumerator
/external/llvm-project/clang-tools-extra/unittests/clang-doc/
DSerializeTest.cpp387 FunctionInfo FunctionSet; in TEST() local