Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenOpenCL/
H A Dspir-debug-info-pointer-address-space.cl10 // CHECK-DAG: distinct !DIGlobalVariable(name: "FileVar0", scope: !{{[0-9]+}}, file: !{{[0-9]+}}, l…
11 global int *FileVar0;
H A Damdgpu-debug-info-pointer-address-space.cl9 // CHECK-DAG: distinct !DIGlobalVariable(name: "FileVar0", scope: !{{[0-9]+}}, file: !{{[0-9]+}}, l…
10 global int *FileVar0;
H A Damdgpu-debug-info-variable-expression.cl5 // CHECK-DAG: ![[FILEVAR0:[0-9]+]] = distinct !DIGlobalVariable(name: "FileVar0", scope: !{{[0-9]+}…
7 global int *FileVar0;
/llvm-project-15.0.7/clang/test/CodeGenCUDA/
H A Ddebug-info-address-class.cu7 __device__ int FileVar0; variable