Home
last modified time | relevance | path

Searched refs:LLVM_LVALUE_FUNCTION (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DOptional.h95 T &getValue() LLVM_LVALUE_FUNCTION noexcept { in getValue()
99 constexpr T const &getValue() const LLVM_LVALUE_FUNCTION noexcept { in getValue()
195 T &getValue() LLVM_LVALUE_FUNCTION noexcept { in getValue()
199 constexpr T const &getValue() const LLVM_LVALUE_FUNCTION noexcept { in getValue()
282 constexpr const T &getValue() const LLVM_LVALUE_FUNCTION { in getValue()
285 T &getValue() LLVM_LVALUE_FUNCTION { return Storage.getValue(); } in getValue()
291 constexpr const T &operator*() const LLVM_LVALUE_FUNCTION {
294 T &operator*() LLVM_LVALUE_FUNCTION { return getValue(); }
297 constexpr T getValueOr(U &&value) const LLVM_LVALUE_FUNCTION { in getValueOr()
303 auto map(const Function &F) const LLVM_LVALUE_FUNCTION
H A DPointerIntPair.h63 void setPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { in setPointer()
67 void setInt(IntType IntVal) LLVM_LVALUE_FUNCTION { in setInt()
71 void initWithPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { in initWithPointer()
75 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) LLVM_LVALUE_FUNCTION { in setPointerAndInt()
93 void setFromOpaqueValue(void *Val) LLVM_LVALUE_FUNCTION { in setFromOpaqueValue()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDirectoryEntry.h130 RefTy &getValue() LLVM_LVALUE_FUNCTION {
134 RefTy const &getValue() const LLVM_LVALUE_FUNCTION {
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h112 #define LLVM_LVALUE_FUNCTION & macro
114 #define LLVM_LVALUE_FUNCTION macro
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h604 template <typename To> Matcher<To> dynCastTo() const LLVM_LVALUE_FUNCTION {
632 operator DynTypedMatcher() const LLVM_LVALUE_FUNCTION {
1357 template <typename T> operator Matcher<T>() const LLVM_LVALUE_FUNCTION {
1376 getMatchers(std::index_sequence<Is...>) const LLVM_LVALUE_FUNCTION {
1475 template <typename To> operator Matcher<To>() const LLVM_LVALUE_FUNCTION {
1554 template <typename T> operator Matcher<T>() const LLVM_LVALUE_FUNCTION {
1595 template <typename T> operator Matcher<T>() const LLVM_LVALUE_FUNCTION {
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h172 Optional<T> getLocationAs() const LLVM_LVALUE_FUNCTION { in getLocationAs()