Home
last modified time | relevance | path

Searched defs:makeValue (Results 1 – 2 of 2) 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
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3580 clang::LazyGenerationalUpdatePtr<Owner, T, Update>::makeValue( in makeValue() function