Searched defs:install (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/asan/scripts/ |
| H A D | asan_device_setup | 382 function install { # from, to, chmod, chcon function
|
| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
| H A D | replace_sigaction.cpp | 14 template <typename T> void install(T *handler, struct sigaction *prev) { in install() function
|
| /llvm-project-15.0.7/libc/AOR_v20.02/ |
| H A D | Makefile | 86 install: $(SUBS:%=install-%) target
|
| /llvm-project-15.0.7/libcxx/src/ |
| H A D | locale.cpp | 171 template <class F> void install(F* f) {install(f, f->id.__get());} in install() function in locale::__imp 267 install(new codecvt_byname<char16_t, char, mbstate_t>(name_)); in __imp() local 271 install(new codecvt_byname<char16_t, char8_t, mbstate_t>(name_)); in __imp() local 348 install(new codecvt_byname<char16_t, char, mbstate_t>(name)); in __imp() local 352 install(new codecvt_byname<char16_t, char8_t, mbstate_t>(name)); in __imp() local 532 locale::__imp::install(facet* f, long id) in install() function in locale::__imp
|