Home
last modified time | relevance | path

Searched refs:FileVar1 (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenOpenCL/
H A Dspir-debug-info-pointer-address-space.cl13 // CHECK-DAG: distinct !DIGlobalVariable(name: "FileVar1", scope: !{{[0-9]+}}, file: !{{[0-9]+}}, l…
14 constant int *FileVar1;
H A Damdgpu-debug-info-pointer-address-space.cl11 // CHECK-DAG: distinct !DIGlobalVariable(name: "FileVar1", scope: !{{[0-9]+}}, file: !{{[0-9]+}}, l…
12 constant int *FileVar1;
H A Damdgpu-debug-info-variable-expression.cl8 // CHECK-DAG: ![[FILEVAR1:[0-9]+]] = distinct !DIGlobalVariable(name: "FileVar1", scope: !{{[0-9]+}…
10 constant int *FileVar1;
/llvm-project-15.0.7/clang/test/CodeGenCUDA/
H A Ddebug-info-address-class.cu10 __device__ __shared__ int FileVar1; variable