/llvm-project/mlir/include/mlir/CAPI/ |
H A D | Support.h | 29 inline MlirStringRef wrap(llvm::StringRef ref) { in wrap() function 38 inline MlirLogicalResult wrap(llvm::LogicalResult res) { in wrap() function
|
H A D | Diagnostics.h | 24 inline MlirDiagnostic wrap(mlir::Diagnostic &diagnostic) { in wrap() function
|
/llvm-project/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/ |
H A D | p6-0x.cpp | 24 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 D | Rewrite.cpp | 63 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 D | dependent-class-member-operator.cpp | 7 void wrap() { in wrap() function
|
H A D | missing-typename.cpp | 49 static class_<wt> wrap(char const *name) { in wrap() function 56 static void wrap(char const *name) { in wrap() function
|
H A D | instantiate-exception-spec-cxx11.cpp | 73 struct wrap { struct 74 T val;
|
/llvm-project/llvm/include/llvm/Target/ |
H A D | CodeGenCWrappers.h | 47 inline LLVMCodeModel wrap(CodeModel::Model Model) { in wrap() function
|
/llvm-project/clang-tools-extra/clangd/support/ |
H A D | Logger.h | 42 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 D | MinGW.h | 61 Symbol *wrap; global() member
|
H A D | MinGW.cpp | 222 Symbol *wrap = in addWrappedSymbols() local [all...] |
/llvm-project/lldb/include/lldb/Expression/ |
H A D | ExpressionSourceCode.h | 34 llvm::StringRef body, Wrapping wrap) in ExpressionSourceCode()
|
/llvm-project/llvm/lib/Object/ |
H A D | Object.cpp | 28 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 D | StaticValueUtils.h | 180 static SaturatedInteger wrap(int64_t v) { wrap() function
|
/llvm-project/lld/ELF/ |
H A D | SymbolTable.cpp | 34 wrap(Symbol * sym,Symbol * real,Symbol * wrap) wrap() argument
|
/llvm-project/clang/test/CXX/temp/temp.param/ |
H A D | p15-cxx0x.cpp | 74 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 D | p2.cpp | 61 template<typename T> struct wrap { struct 62 T t;
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | LLVMContext.h | 367 inline LLVMContextRef *wrap(const LLVMContext **Tys) { wrap() function
|
H A D | Attributes.h | 315 inline LLVMAttributeRef wrap(Attribute Attr) { wrap() function
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | ErrorOr.h | 61 using wrap = std::reference_wrapper<std::remove_reference_t<T>>; variable
|
/llvm-project/clang-tools-extra/clangd/unittests/tweaks/ |
H A D | TweakTesting.cpp | 37 std::string wrap(Context Ctx, llvm::StringRef Inner) { in wrap() function
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeFunctionSig.cpp | 66 std::unique_ptr<PDBSymbol> wrap(std::unique_ptr<PDBSymbol> S) const { in wrap() function in __anon6e41bfd20111::NativeEnumFunctionArgs
|
/llvm-project/llvm/lib/Target/ |
H A D | TargetMachineC.cpp | 56 static LLVMTargetMachineRef wrap(const TargetMachine *P) { in wrap() function 59 static LLVMTargetRef wrap(const Target * P) { in wrap() function [all...] |
H A D | Target.cpp | 33 inline LLVMTargetLibraryInfoRef wrap(const TargetLibraryInfoImpl *P) { in wrap() function
|
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.general/ |
H A D | p3-0x.cpp | 149 class wrap class
|