Home
last modified time | relevance | path

Searched refs:makeValue (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h374 static RetT makeValue() { return RetT(); } in makeValue() function
389 static Error makeValue() { return Error::success(); } in makeValue() function
407 static Expected<T> makeValue() { return T(); } in makeValue() function
484 detail::ResultDeserializer<SPSRetTagT, RetT>::makeValue()); in callAsync()
490 RetT RetVal = detail::ResultDeserializer<SPSRetTagT, RetT>::makeValue(); in callAsync()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h407 static ValueType makeValue(const ASTContext &Ctx, T Value);
411 : Value(makeValue(Ctx, Value)) {} in Value()
H A DASTContext.h3344 clang::LazyGenerationalUpdatePtr<Owner, T, Update>::makeValue( in makeValue() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11473 const Decl *, Decl *, &ExternalASTSource::CompleteRedeclChain>::makeValue(