Searched refs:unwrap (Results 26 - 50 of 51) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Dfilesystem_common.h96 const char* unwrap(string const& s) { return s.c_str(); } function in namespace:detail::__anon2608
97 const char* unwrap(path const& p) { return p.native().c_str(); } function in namespace:detail::__anon2608
99 Arg const& unwrap(Arg const& a) { function in namespace:detail::__anon2608
106 return format_string_imp(fmt, unwrap(args)...);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrumentation.cpp128 initializeInstrumentation(*unwrap(R));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h255 inline PassManagerBuilder *unwrap(LLVMPassManagerBuilderRef P) { function in namespace:llvm
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGen.cpp125 initializeCodeGen(*unwrap(R));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp637 unwrap(PM)->add(createCoroEarlyLegacyPass());
641 unwrap(PM)->add(createCoroSplitLegacyPass());
645 unwrap(PM)->add(createCoroElideLegacyPass());
649 unwrap(PM)->add(createCoroCleanupLegacyPass());
654 PassManagerBuilder *Builder = unwrap(PMB);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h334 inline LLVMContext **unwrap(LLVMContextRef* Tys) { function in namespace:llvm
H A DValue.h941 inline Value **unwrap(LLVMValueRef *Vals) { function in class:llvm::Value
946 inline T **unwrap(LLVMValueRef *Vals, unsigned Length) { function in class:llvm::Value
949 unwrap<T>(*I); // For side effect of calling assert on invalid usage.
H A DType.h479 inline Type **unwrap(LLVMTypeRef* Tys) {
H A DDataLayout.h603 inline DataLayout *unwrap(LLVMTargetDataRef P) { function in namespace:llvm
H A DAttributes.h217 inline Attribute unwrap(LLVMAttributeRef Attr) { function in namespace:llvm
H A DModule.h911 inline Module *unwrap(LLVMModuleProviderRef MP) { function in namespace:llvm
H A DMetadata.h145 inline Metadata **unwrap(LLVMMetadataRef *MDs) { function
/freebsd-13-stable/usr.sbin/wpa/
H A DMakefile.crypto64 SRCS+= aes-unwrap.c aes-wrap.c \
/freebsd-13-stable/contrib/file/src/
H A Dfile.c169 private int unwrap(struct magic_set *, const char *);
270 e |= unwrap(magic, optarg);
490 * unwrap -- read a file of filenames, do each one.
493 unwrap(struct magic_set *ms, const char *fn) function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp419 initializeAggressiveInstCombinerLegacyPassPass(*unwrap(R));
427 unwrap(PM)->add(createAggressiveInstCombinerPass());
/freebsd-13-stable/lib/libgssapi/
H A Dgss_mech_switch.c266 SYM(unwrap);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp211 return wrap(CloneModule(*unwrap(M)).release());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp603 Module *D = unwrap(Dest);
604 std::unique_ptr<Module> M(unwrap(Src));
/freebsd-13-stable/crypto/heimdal/lib/gssapi/mech/
H A Dgss_mech_switch.c339 SYM(unwrap);
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dnmake.mak74 $(OBJDIR)\aes-unwrap.obj \
H A DAndroid.mk1229 AESOBJS += src/crypto/aes-unwrap.c
/freebsd-13-stable/crypto/heimdal/lib/gssapi/
H A DMakefile.am73 krb5/unwrap.c \
H A DMakefile.in155 krb5/ticket_flags.lo krb5/unwrap.lo \
611 krb5/unwrap.c \
994 krb5/unwrap.lo: krb5/$(am__dirstamp) krb5/$(DEPDIR)/$(am__dirstamp)
1408 -rm -f krb5/unwrap.$(OBJEXT)
1409 -rm -f krb5/unwrap.lo
1703 @AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/unwrap.Plo@am__quote@
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h1357 inline Error unwrap(LLVMErrorRef ErrRef) { function in namespace:llvm
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3880 initializeInstructionCombiningPassPass(*unwrap(R));
3892 unwrap(PM)->add(createInstructionCombiningPass());

Completed in 397 milliseconds

123