Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/concurrency/
H A DMtUnsafeCheck.h27 enum class FunctionSet { enum
/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp62 enum CVPLatticeStateTy { Undefined, FunctionSet, Overdefined, Untracked }; enumerator
[all...]
/llvm-project/clang-tools-extra/unittests/clang-doc/
H A DSerializeTest.cpp420 FunctionInfo FunctionSet; in TEST() local
[all...]
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysisTest.cpp448 using FunctionSet = llvm::SmallSet<std::string, 8>; global() typedef