Home
last modified time | relevance | path

Searched refs:getFallBackValue (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSyncScope.h87 virtual unsigned getFallBackValue() const = 0;
137 unsigned getFallBackValue() const override { in getFallBackValue() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGAtomic.cpp702 auto FallBack = ScopeModel->getFallBackValue(); in EmitAtomicOp()