Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/concurrency/
H A DMtUnsafeCheck.h29 enum class FunctionSet { enum
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp63 enum CVPLatticeStateTy { Undefined, FunctionSet, Overdefined, Untracked }; enumerator
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-doc/
H A DSerializeTest.cpp387 FunctionInfo FunctionSet; in TEST() local