Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h379 static RetT makeValue() { return RetT(); } in makeValue() function
394 static Error makeValue() { return Error::success(); } in makeValue() function
412 static Expected<T> makeValue() { return T(); } in makeValue() function
489 detail::ResultDeserializer<SPSRetTagT, RetT>::makeValue()); in callAsync()
495 RetT RetVal = detail::ResultDeserializer<SPSRetTagT, RetT>::makeValue(); in callAsync()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h437 static ValueType makeValue(const ASTContext &Ctx, T Value);
441 : Value(makeValue(Ctx, Value)) {} in Value()
H A DASTContext.h3580 clang::LazyGenerationalUpdatePtr<Owner, T, Update>::makeValue( in makeValue() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp13890 const Decl *, Decl *, &ExternalASTSource::CompleteRedeclChain>::makeValue(