Lines Matching full:kernel

1 // RUN: %check_clang_tidy %s altera-kernel-name-restriction %t -- -- -I%S/Inputs/kernel-name-restri…
2 …check_clang_tidy -check-suffix=UPPERCASE %s altera-kernel-name-restriction %t -- -- -I%S/Inputs/ke…
6 #include "KERNEL.cl"
7KERNEL.cl' may cause additional compilation errors due to the name of the kernel source file; cons…
9 …ion errors due to the name of the kernel source file; consider renaming the included kernel source…
11 …ion errors due to the name of the kernel source file; consider renaming the included kernel source…
13 // These are the banned kernel filenames, and should trigger warnings
14 #include "kernel.cl"
15kernel.cl' may cause additional compilation errors due to the name of the kernel source file; cons…
17 …ion errors due to the name of the kernel source file; consider renaming the included kernel source…
19 …ion errors due to the name of the kernel source file; consider renaming the included kernel source…
23 #include "some/dir/kernel.cl"
24kernel.cl' may cause additional compilation errors due to the name of the kernel source file; cons…
26 …ion errors due to the name of the kernel source file; consider renaming the included kernel source…
28 …ion errors due to the name of the kernel source file; consider renaming the included kernel source…
30 // There are no FIX-ITs for the altera-kernel-name-restriction lint check
36 // It doesn't make sense to have kernel.h, verilog.h, or vhdl.h as filenames
39 #include "kernel.h"
44 // the entire file name, and are not the kernel source file name.
49 // Naming a directory kernel.cl, verilog.cl, or vhdl.cl is not explicitly
51 #include "some/kernel.cl/foo.h"