Home
last modified time | relevance | path

Searched defs:unwrap (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dunroll1.C27 Domain_t &unwrap() { return *static_cast<Domain_t *>(this); } in unwrap() function
29 const Domain_t &unwrap() const { in unwrap() function
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DObject.cpp24 inline OwningBinary<ObjectFile> *unwrap(LLVMObjectFileRef OF) { in unwrap() function
33 inline section_iterator *unwrap(LLVMSectionIteratorRef SI) { in unwrap() function
43 inline symbol_iterator *unwrap(LLVMSymbolIteratorRef SI) { in unwrap() function
53 inline relocation_iterator *unwrap(LLVMRelocationIteratorRef SI) { in unwrap() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DCodeGenCWrappers.h25 inline std::optional<CodeModel::Model> unwrap(LLVMCodeModel Model, bool &JIT) { in unwrap() function
/openbsd-src/gnu/usr.bin/perl/dist/Dumpvalue/lib/
H A DDumpvalue.pm177 sub unwrap { subroutine
/openbsd-src/gnu/usr.bin/perl/lib/
H A Ddumpvar.pl154 sub unwrap { subroutine
/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DTargetMachineC.cpp31 static TargetMachine *unwrap(LLVMTargetMachineRef P) { in unwrap() function
34 static Target *unwrap(LLVMTargetRef P) { in unwrap() function
H A DTarget.cpp29 inline TargetLibraryInfoImpl *unwrap(LLVMTargetLibraryInfoRef P) { in unwrap() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h126 inline PassManagerBuilder *unwrap(LLVMPassManagerBuilderRef P) { in unwrap() function
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DAttributes.h285 inline Attribute unwrap(LLVMAttributeRef Attr) { in unwrap() function
H A DDataLayout.h615 inline DataLayout *unwrap(LLVMTargetDataRef P) { in unwrap() function
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DPassBuilderBindings.cpp39 static TargetMachine *unwrap(LLVMTargetMachineRef P) { in unwrap() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DError.h1406 inline Error unwrap(LLVMErrorRef ErrRef) { in unwrap() function