Home
last modified time | relevance | path

Searched defs:wrap (Results 1 – 25 of 44) sorted by relevance

12

/llvm-project/mlir/include/mlir/CAPI/
H A DSupport.h29 inline MlirStringRef wrap(llvm::StringRef ref) { in wrap() function
38 inline MlirLogicalResult wrap(llvm::LogicalResult res) { in wrap() function
H A DDiagnostics.h24 inline MlirDiagnostic wrap(mlir::Diagnostic &diagnostic) { in wrap() function
/llvm-project/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
H A Dp6-0x.cpp24 template<typename T = func_type_lvalue> struct wrap { struct
30 using func_type_lvalue = wrap<>::val; // expected-note{{in instantiation of}} argument
/llvm-project/mlir/lib/CAPI/Transforms/
H A DRewrite.cpp63 return wrap(unwrap(rewriter)->getInsertionBlock()); in wrap() function
24 inline MlirRewritePatternSet wrap(mlir::RewritePatternSet *module) { wrap() function
34 inline MlirFrozenRewritePatternSet wrap(mlir::FrozenRewritePatternSet *module) { wrap() function
[all...]
/llvm-project/clang/test/SemaTemplate/
H A Ddependent-class-member-operator.cpp7 void wrap() { in wrap() function
H A Dmissing-typename.cpp49 static class_<wt> wrap(char const *name) { in wrap() function
56 static void wrap(char const *name) { in wrap() function
H A Dinstantiate-exception-spec-cxx11.cpp73 struct wrap { struct
74 T val;
/llvm-project/llvm/include/llvm/Target/
H A DCodeGenCWrappers.h47 inline LLVMCodeModel wrap(CodeModel::Model Model) { in wrap() function
/llvm-project/clang-tools-extra/clangd/support/
H A DLogger.h42 template <typename T> T &&wrap(T &&V) { return std::forward<T>(V); } in wrap() function
43 inline decltype(fmt_consume(llvm::Error::success())) wrap(llvm::Error &&V) { in wrap() function
/llvm-project/lld/COFF/
H A DMinGW.h61 Symbol *wrap; global() member
H A DMinGW.cpp222 Symbol *wrap = in addWrappedSymbols() local
[all...]
/llvm-project/lldb/include/lldb/Expression/
H A DExpressionSourceCode.h34 llvm::StringRef body, Wrapping wrap) in ExpressionSourceCode()
/llvm-project/llvm/lib/Object/
H A DObject.cpp28 inline LLVMObjectFileRef wrap(const OwningBinary<ObjectFile> *OF) { in wrap() function
38 wrap(const section_iterator *SI) { in wrap() function
48 wrap(const symbol_iterator *SI) { in wrap() function
58 wrap(const relocation_iterator *SI) { in wrap() function
/llvm-project/mlir/include/mlir/Dialect/Utils/
H A DStaticValueUtils.h180 static SaturatedInteger wrap(int64_t v) { wrap() function
/llvm-project/lld/ELF/
H A DSymbolTable.cpp34 wrap(Symbol * sym,Symbol * real,Symbol * wrap) wrap() argument
/llvm-project/clang/test/CXX/temp/temp.param/
H A Dp15-cxx0x.cpp74 template<typename T> struct wrap { struct
75 template<place> struct inner { typedef T type; };
/llvm-project/clang/test/CXX/class/class.compare/class.spaceship/
H A Dp2.cpp61 template<typename T> struct wrap { struct
62 T t;
/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h367 inline LLVMContextRef *wrap(const LLVMContext **Tys) { wrap() function
H A DAttributes.h315 inline LLVMAttributeRef wrap(Attribute Attr) { wrap() function
/llvm-project/llvm/include/llvm/Support/
H A DErrorOr.h61 using wrap = std::reference_wrapper<std::remove_reference_t<T>>; variable
/llvm-project/clang-tools-extra/clangd/unittests/tweaks/
H A DTweakTesting.cpp37 std::string wrap(Context Ctx, llvm::StringRef Inner) { in wrap() function
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp66 std::unique_ptr<PDBSymbol> wrap(std::unique_ptr<PDBSymbol> S) const { in wrap() function in __anon6e41bfd20111::NativeEnumFunctionArgs
/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp56 static LLVMTargetMachineRef wrap(const TargetMachine *P) { in wrap() function
59 static LLVMTargetRef wrap(const Target * P) { in wrap() function
[all...]
H A DTarget.cpp33 inline LLVMTargetLibraryInfoRef wrap(const TargetLibraryInfoImpl *P) { in wrap() function
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.general/
H A Dp3-0x.cpp149 class wrap class

12