Home
last modified time | relevance | path

Searched defs:CtorFn (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/include/llvm/Support/
DRegistry.h118 static std::unique_ptr<T> CtorFn() { return std::make_unique<V>(); } in CtorFn() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DRegistry.h118 static std::unique_ptr<T> CtorFn() { return std::make_unique<V>(); } in CtorFn() function
/external/llvm/include/llvm/Support/
DRegistry.h115 static std::unique_ptr<T> CtorFn() { return make_unique<V>(); } in CtorFn() function
/external/llvm-project/clang/lib/AST/Interp/
DDescriptor.h83 const BlockCtorFn CtorFn = nullptr; member