| /llvm-project-15.0.7/clang/test/SemaSYCL/ |
| H A D | address-space-conversions.cpp | 28 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 D | address-space-conversions.cpp | 22 __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 D | vla.c | 78 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 D | write_in_reader_lock.cpp | 5 int GLOB; variable 12 GLOB++; in Thread1() 23 volatile int x = GLOB; in main()
|
| H A D | load_shared_lib.cpp | 35 int GLOB = 0; variable 40 GLOB++; in write_glob()
|
| /llvm-project-15.0.7/lldb/bindings/ |
| H A D | CMakeLists.txt | 1 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 D | asan_mac_test.cpp | 39 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 D | shared-lib-test.cpp | 45 int GLOB[10] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; variable 49 GLOB[index]++; in inc()
|
| H A D | asan-symbolize-sanity-test.cpp | 53 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 D | LLVMProcessSources.cmake | 23 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 D | wildcard-syntax.test | 70 # 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 D | exclude.test | 12 # RUN: FileCheck %s --check-prefix=BAD-GLOB 14 # BAD-GLOB: error: invalid glob pattern: [
|
| /llvm-project-15.0.7/lldb/cmake/modules/ |
| H A D | LLDBFramework.cmake | 73 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 D | CMakeLists.txt | 1 file(GLOB filter_files ${CMAKE_CURRENT_SOURCE_DIR}/*.txt)
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/Darwin-excludes/ |
| H A D | CMakeLists.txt | 1 file(GLOB filter_files ${CMAKE_CURRENT_SOURCE_DIR}/*.txt)
|
| /llvm-project-15.0.7/polly/cmake/ |
| H A D | polly_macros.cmake | 79 file(GLOB children RELATIVE ${pwd} ${pwd}/*) 87 file(GLOB to_add ${pwd}/${glob_expr})
|
| H A D | PollyConfig.cmake.in | 40 file(GLOB CONFIG_FILES "${Polly_CMAKE_DIR}/PollyExports-*.cmake")
|
| /llvm-project-15.0.7/polly/test/IstAstInfo/ |
| H A D | alias_simple_3.ll | 5 …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 D | alias_simple_1.ll | 5 …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 D | alias_simple_2.ll | 5 …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 D | CMakeLists.txt | 4 file(GLOB entries *)
|
| /llvm-project-15.0.7/third-party/benchmark/src/ |
| H A D | CMakeLists.txt | 10 file(GLOB 15 file(GLOB BENCHMARK_MAIN "benchmark_main.cc")
|
| /llvm-project-15.0.7/compiler-rt/lib/memprof/tests/ |
| H A D | CMakeLists.txt | 21 file(GLOB MEMPROF_HEADERS ../*.h)
|
| /llvm-project-15.0.7/compiler-rt/lib/gwp_asan/tests/ |
| H A D | CMakeLists.txt | 12 file(GLOB GWP_ASAN_HEADERS ../*.h)
|
| /llvm-project-15.0.7/llvm/projects/ |
| H A D | CMakeLists.txt | 4 file(GLOB entries *)
|