Home
last modified time | relevance | path

Searched refs:cl1 (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/cli/
Dcli-script.c1209 struct command_line *cl1; in document_command() local
1212 for (cl1 = doclines; cl1; cl1 = cl1->next) in document_command()
1213 len += strlen (cl1->line) + 1; in document_command()
1218 for (cl1 = doclines; cl1; cl1 = cl1->next) in document_command()
1220 strcat (c->doc, cl1->line); in document_command()
1221 if (cl1->next) in document_command()
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DLangStandards.def165 LANGSTANDARD(opencl10, "cl1.0",
170 LANGSTANDARD(opencl11, "cl1.1",
173 LANGSTANDARD(opencl12, "cl1.2",
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dra-build.c517 struct tagged_conflict *cl1, *cl2; local
521 for (cl1 = r1->sub_conflicts; cl1; cl1 = cl1->next)
523 if (cl1->size_word == cl2->size_word)
525 bitmap_operation (cl1->conflicts, cl1->conflicts,
/openbsd/src/gnu/llvm/clang/docs/CommandGuide/
Dclang.rst208 | ``cl1.0``
212 | ``cl1.1``
216 | ``cl1.2``
224 The default OpenCL language standard is ``cl1.0``.
/openbsd/src/gnu/llvm/clang/include/clang/Driver/
DOptions.td896 …Values<"cl,CL,cl1.0,CL1.0,cl1.1,CL1.1,cl1.2,CL1.2,cl2.0,CL2.0,cl3.0,CL3.0,clc++,CLC++,clc++1.0,CLC…
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonDepInstrInfo.td19026 "$Rd32 = cl1($Rs32)",
19037 "$Rd32 = cl1($Rss32)",