Home
last modified time | relevance | path

Searched refs:GLOB (Results 1 – 25 of 39) sorted by relevance

12

/llvm-project-15.0.7/clang/test/SemaSYCL/
H A Daddress-space-conversions.cpp28 bar(*GLOB); in usages()
29 bar2(*GLOB); in usages()
40 foo(GLOB); in usages()
41 foo2(GLOB); in usages()
49 tmpl(GLOB); in usages()
61 (void)static_cast<int *>(GLOB); in usages()
62 (void)static_cast<void *>(GLOB); in usages()
63 int *i = GLOB; in usages()
64 void *v = GLOB; in usages()
71 GLOB = GLOB_HOST; in usages()
[all …]
/llvm-project-15.0.7/clang/test/CodeGenSYCL/
H A Daddress-space-conversions.cpp22 __attribute__((opencl_global)) int *GLOB; in usages() local
42 NoAS = (int *)GLOB; in usages()
55 GLOB = (__attribute__((opencl_global)) int *)NoAS; in usages()
68 GLOB = (__attribute__((opencl_global)) int *)GLOBDEVICE; in usages()
72 GLOB = (__attribute__((opencl_global)) int *)GLOBHOST; in usages()
74 bar(*GLOB); in usages()
78 bar2(*GLOB); in usages()
98 foo(GLOB); in usages()
102 foo2(GLOB); in usages()
121 tmpl(GLOB); in usages()
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dvla.c78 static int GLOB; variable
81 GLOB = 0; in test2()
85 __typeof__(b[GLOB++]) c; in test2()
86 return GLOB; in test2()
/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dwrite_in_reader_lock.cpp5 int GLOB; variable
12 GLOB++; in Thread1()
23 volatile int x = GLOB; in main()
H A Dload_shared_lib.cpp35 int GLOB = 0; variable
40 GLOB++; in write_glob()
/llvm-project-15.0.7/lldb/bindings/
H A DCMakeLists.txt1 file(GLOB SWIG_INTERFACES interface/*.i)
3 file(GLOB SWIG_HEADERS
7 file(GLOB SWIG_PRIVATE_HEADERS
/llvm-project-15.0.7/compiler-rt/lib/asan/tests/
H A Dasan_mac_test.cpp39 void *GLOB; variable
42 GLOB = CFAllocatorAllocate(NULL, 100, /*hint*/0); in CFAllocatorAllocateToGlob()
47 char *p = (char*)GLOB; in CFAllocatorDeallocateFromGlob()
49 CFAllocatorDeallocate(NULL, GLOB); in CFAllocatorDeallocateFromGlob()
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/
H A Dshared-lib-test.cpp45 int GLOB[10] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; variable
49 GLOB[index]++; in inc()
H A Dasan-symbolize-sanity-test.cpp53 int GLOB[10] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; variable
57 GLOB[index]++; in inc()
/llvm-project-15.0.7/llvm/cmake/modules/
H A DLLVMProcessSources.cmake23 file(GLOB tds *.td)
32 file(GLOB hds ${glob})
87 file(GLOB globbed
90 file(GLOB globbed *.c *.cpp)
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Dwildcard-syntax.test70 # RUN: --check-prefixes=CHECK,DOT,QUESTION,LEFT-BRACKET,RIGHT-BRACKET,INVALID-GLOB,Z,XYZ,FOO
74 # RUN: --check-prefixes=CHECK,DOT,ASTERISK,LEFT-BRACKET,RIGHT-BRACKET,INVALID-GLOB,Z,XYZ,FOO
80 # RUN: --check-prefixes=CHECK,ASTERISK,QUESTION,LEFT-BRACKET,RIGHT-BRACKET,INVALID-GLOB,Z,XYZ,FOO
87 # RUN: --check-prefixes=CHECK,DOT,QUESTION,LEFT-BRACKET,RIGHT-BRACKET,INVALID-GLOB,Z,XYZ,FOO
96 # RUN: --check-prefixes=CHECK,DOT,ASTERISK,QUESTION,LEFT-BRACKET,INVALID-GLOB,XYZ,FOO
143 # INVALID-GLOB: Name: ][]
/llvm-project-15.0.7/llvm/test/tools/llvm-ifs/
H A Dexclude.test12 # RUN: FileCheck %s --check-prefix=BAD-GLOB
14 # BAD-GLOB: error: invalid glob pattern: [
/llvm-project-15.0.7/lldb/cmake/modules/
H A DLLDBFramework.cmake73 file(GLOB public_headers ${LLDB_SOURCE_DIR}/include/lldb/API/*.h)
74 file(GLOB root_public_headers ${LLDB_SOURCE_DIR}/include/lldb/lldb-*.h)
75 file(GLOB root_private_headers ${LLDB_SOURCE_DIR}/include/lldb/lldb-private*.h)
/llvm-project-15.0.7/compiler-rt/lib/builtins/macho_embedded/
H A DCMakeLists.txt1 file(GLOB filter_files ${CMAKE_CURRENT_SOURCE_DIR}/*.txt)
/llvm-project-15.0.7/compiler-rt/lib/builtins/Darwin-excludes/
H A DCMakeLists.txt1 file(GLOB filter_files ${CMAKE_CURRENT_SOURCE_DIR}/*.txt)
/llvm-project-15.0.7/polly/cmake/
H A Dpolly_macros.cmake79 file(GLOB children RELATIVE ${pwd} ${pwd}/*)
87 file(GLOB to_add ${pwd}/${glob_expr})
H A DPollyConfig.cmake.in40 file(GLOB CONFIG_FILES "${Polly_CMAKE_DIR}/PollyExports-*.cmake")
/llvm-project-15.0.7/polly/test/IstAstInfo/
H A Dalias_simple_3.ll5 …lly-print-ast -disable-basic-aa -globals-aa -disable-output < %s | FileCheck %s --check-prefix=GLOB
19 ; GLOB: if (1 && 0 == N <= 0 && (&MemRef_B[N] <= &MemRef_A[0] || &MemRef_A[N] <= &MemRef_B[0]))
H A Dalias_simple_1.ll5 …lly-print-ast -disable-basic-aa -globals-aa -disable-output < %s | FileCheck %s --check-prefix=GLOB
19 ; GLOB: if (1 && 0 == N <= 0 && (&MemRef_B[N] <= &MemRef_A[0] || &MemRef_A[N] <= &MemRef_B[0]))
H A Dalias_simple_2.ll5 …lly-print-ast -disable-basic-aa -globals-aa -disable-output < %s | FileCheck %s --check-prefix=GLOB
20 ; GLOB: if (1 && 0 == N <= 0 && (&MemRef_B[N] <= &MemRef_A[0] || &MemRef_A[N] <= &MemRef_B[0]))
/llvm-project-15.0.7/openmp/tools/
H A DCMakeLists.txt4 file(GLOB entries *)
/llvm-project-15.0.7/third-party/benchmark/src/
H A DCMakeLists.txt10 file(GLOB
15 file(GLOB BENCHMARK_MAIN "benchmark_main.cc")
/llvm-project-15.0.7/compiler-rt/lib/memprof/tests/
H A DCMakeLists.txt21 file(GLOB MEMPROF_HEADERS ../*.h)
/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/tests/
H A DCMakeLists.txt12 file(GLOB GWP_ASAN_HEADERS ../*.h)
/llvm-project-15.0.7/llvm/projects/
H A DCMakeLists.txt4 file(GLOB entries *)

12