Home
last modified time | relevance | path

Searched refs:INTERFACE (Results 1 – 25 of 45) sorted by relevance

12

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dwrappers_cpp.cpp24 INTERFACE WEAK void *operator new(size_t size) { in operator new()
27 INTERFACE WEAK void *operator new[](size_t size) { in operator new[]()
30 INTERFACE WEAK void *operator new(size_t size, in operator new()
34 INTERFACE WEAK void *operator new[](size_t size, in operator new[]()
57 INTERFACE WEAK void operator delete(void *ptr) NOEXCEPT { in operator delete()
60 INTERFACE WEAK void operator delete[](void *ptr) NOEXCEPT { in operator delete[]()
63 INTERFACE WEAK void operator delete(void *ptr, in operator delete()
67 INTERFACE WEAK void operator delete[](void *ptr, in operator delete[]()
77 INTERFACE WEAK void operator delete(void *ptr, in operator delete()
82 INTERFACE WEAK void operator delete[](void *ptr, in operator delete[]()
[all …]
H A Dwrappers_c_bionic.cpp51 INTERFACE void __scudo_print_stats(void) { Allocator.printStats(); } in __scudo_print_stats()
53 INTERFACE void
64 INTERFACE const char *__scudo_get_stack_depot_addr() { in __scudo_get_stack_depot_addr()
68 INTERFACE size_t __scudo_get_stack_depot_size() { in __scudo_get_stack_depot_size()
72 INTERFACE const char *__scudo_get_region_info_addr() { in __scudo_get_region_info_addr()
76 INTERFACE size_t __scudo_get_region_info_size() { in __scudo_get_region_info_size()
80 INTERFACE const char *__scudo_get_ring_buffer_addr() { in __scudo_get_ring_buffer_addr()
84 INTERFACE size_t __scudo_get_ring_buffer_size() { in __scudo_get_ring_buffer_size()
H A Dwrappers_c.inc35 INTERFACE WEAK void SCUDO_PREFIX(free)(void *ptr) {
39 INTERFACE WEAK struct SCUDO_MALLINFO SCUDO_PREFIX(mallinfo)(void) {
74 INTERFACE WEAK void *SCUDO_PREFIX(malloc)(size_t size) {
124 INTERFACE WEAK void *SCUDO_PREFIX(pvalloc)(size_t size) {
151 INTERFACE WEAK void *SCUDO_PREFIX(valloc)(size_t size) {
156 INTERFACE WEAK int SCUDO_PREFIX(malloc_iterate)(
165 INTERFACE WEAK void SCUDO_PREFIX(malloc_disable)() {
175 INTERFACE WEAK int SCUDO_PREFIX(mallopt)(int param, int value) {
262 INTERFACE WEAK void
274 INTERFACE WEAK void
[all …]
H A Dwrappers_c.cpp35 extern "C" INTERFACE void __scudo_print_stats(void) { Allocator.printStats(); } in __scudo_print_stats()
/llvm-project-15.0.7/libcxx/cmake/Modules/
H A DHandleLibCXXABI.cmake84 add_library(libcxx-abi-headers INTERFACE)
97 add_library(libcxx-abi-headers INTERFACE)
110 add_library(libcxx-abi-headers INTERFACE)
132 add_library(libcxx-abi-headers INTERFACE)
152 add_library(libcxx-abi-headers INTERFACE)
166 add_library(libcxx-abi-headers INTERFACE)
167 add_library(libcxx-abi-shared INTERFACE)
168 add_library(libcxx-abi-static INTERFACE)
172 add_library(libcxx-abi-headers INTERFACE)
175 add_library(libcxx-abi-shared INTERFACE)
[all …]
/llvm-project-15.0.7/libcxx/benchmarks/
H A DCMakeLists.txt83 add_library( cxx-benchmarks-flags INTERFACE)
84 target_compile_features( cxx-benchmarks-flags INTERFACE cxx_std_20)
85 target_compile_options( cxx-benchmarks-flags INTERFACE -fsized-deallocation -nostdinc++)
86 target_include_directories(cxx-benchmarks-flags INTERFACE "${LIBCXX_GENERATED_INCLUDE_DIR}"
88 INTERFACE "${LIBCXX_SOURCE_DIR}/test/support")
90 add_library( cxx-benchmarks-flags-native INTERFACE)
91 target_link_libraries( cxx-benchmarks-flags-native INTERFACE cxx-benchmarks-flags)
101 target_link_libraries(cxx-benchmarks-flags-native INTERFACE -lstdc++fs)
104 target_link_libraries(cxx-benchmarks-flags-native INTERFACE -lc++fs -lc++experimental)
107 add_library( cxx-benchmarks-flags-libcxx INTERFACE)
[all …]
/llvm-project-15.0.7/clang/test/CXX/modules-ts/dcl.dcl/dcl.module/dcl.module.interface/
H A Dp1.cpp9 #if INTERFACE
16 #define INTERFACE macro
24 #ifndef INTERFACE
/llvm-project-15.0.7/clang/test/Index/
H A Dannotate-parameterized-classes.m18 …s=%s:7:1:9:1 %s -target x86_64-apple-macosx10.7.0 | FileCheck -check-prefix=CHECK-INTERFACE-DECL %s
19 // CHECK-INTERFACE-DECL: Identifier: "T" [7:14 - 7:15] TemplateTypeParameter=T:7:14
20 // CHECK-INTERFACE-DECL: Identifier: "id" [7:18 - 7:20] TypeRef=id:0:0
21 // CHECK-INTERFACE-DECL: Identifier: "U" [7:22 - 7:23] TemplateTypeParameter=U:7:22
22 // CHECK-INTERFACE-DECL: Identifier: "NSObject" [7:26 - 7:34] ObjCClassRef=NSObject:4:12
/llvm-project-15.0.7/pstl/test/
H A DCMakeLists.txt21 add_library(test_stdlib INTERFACE)
22 target_include_directories(test_stdlib INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/support/stdlib")
23 target_link_libraries(test_stdlib INTERFACE pstl::ParallelSTL)
24 target_compile_options(test_stdlib INTERFACE -Wno-gnu-include-next)
/llvm-project-15.0.7/openmp/libomptarget/plugins/common/elf_common/
H A DCMakeLists.txt22 target_link_libraries(elf_common INTERFACE ${LINK_LLVM_LIBS})
26 target_link_libraries(elf_common INTERFACE ${OPENMP_PTHREAD_LIB})
29 target_include_directories(elf_common INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
/llvm-project-15.0.7/pstl/
H A DCMakeLists.txt37 add_library(ParallelSTL INTERFACE)
39 target_compile_features(ParallelSTL INTERFACE cxx_std_17)
47 target_link_libraries(ParallelSTL INTERFACE TBB::tbb)
51 target_compile_options(ParallelSTL INTERFACE "-fopenmp=libomp")
64 INTERFACE
/llvm-project-15.0.7/openmp/tools/multiplex/
H A DCMakeLists.txt4 add_library(ompt-multiplex INTERFACE)
5 target_include_directories(ompt-multiplex INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
/llvm-project-15.0.7/compiler-rt/lib/ubsan_minimal/
H A Dubsan_minimal_handlers.cpp77 #define INTERFACE extern "C" __attribute__((visibility("default"))) macro
82 INTERFACE void __ubsan_handle_##name##_minimal() { \
88 INTERFACE void __ubsan_handle_##name##_minimal_abort() { \
/llvm-project-15.0.7/openmp/libomptarget/plugins/common/MemoryManager/
H A DCMakeLists.txt9 add_library(MemoryManager INTERFACE)
11 target_include_directories(MemoryManager INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
/llvm-project-15.0.7/libunwind/include/
H A DCMakeLists.txt10 add_library(unwind-headers INTERFACE)
11 target_include_directories(unwind-headers INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
/llvm-project-15.0.7/libcxxabi/include/
H A DCMakeLists.txt18 add_library(cxxabi-headers INTERFACE)
20 target_include_directories(cxxabi-headers INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}")
/llvm-project-15.0.7/flang/test/Semantics/
H A Ddosemantics03.f9038 INTERFACE
43 END INTERFACE
/llvm-project-15.0.7/llvm/test/tools/dsymutil/X86/
H A Dswift-interface.test13 # RUN: | FileCheck %s --check-prefix=INTERFACE
18 # INTERFACE: module Foo
H A Dmodules.m68 // CHECK: 0x0[[INTERFACE:.*]]: DW_TAG_structure_type
119 // CHECK-NEXT: DW_AT_type [DW_FORM_ref_addr] (0x{{0*}}[[INTERFACE]]
/llvm-project-15.0.7/openmp/runtime/test/
H A DCMakeLists.txt36 add_library(ompt-print-callback INTERFACE)
37 target_include_directories(ompt-print-callback INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/ompt)
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DCMakeLists.txt11 target_link_libraries(lldbPluginScriptInterpreterLua INTERFACE ${LUA_LIBRARIES})
/llvm-project-15.0.7/clang/test/CXX/modules-ts/dcl.dcl/dcl.module/
H A Dp5.cpp27 #ifdef INTERFACE
/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/
H A DCMakeLists.txt21 target_include_directories(clangPseudo INTERFACE
/llvm-project-15.0.7/clang/test/CXX/modules-ts/dcl.dcl/dcl.module/dcl.module.import/
H A Dp1.cpp18 #ifdef INTERFACE
/llvm-project-15.0.7/clang/test/CXX/basic/basic.scope/basic.scope.namespace/
H A Dp2.cpp11 #ifdef INTERFACE

12