Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSyncScope.h116 virtual unsigned getFallBackValue() const = 0;
166 unsigned getFallBackValue() const override { in getFallBackValue() function
218 unsigned getFallBackValue() const override { in getFallBackValue() function
267 unsigned getFallBackValue() const override { in getFallBackValue() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp797 auto FallBack = ScopeModel->getFallBackValue(); in EmitAtomicOp()