Home
last modified time | relevance | path

Searched refs:Optional (Results 1 – 25 of 195) sorted by relevance

12345678

/openbsd-src/gnu/llvm/llvm/docs/AMDGPU/
H A Dgfx10_msg.rst19 6:4 Optional *operation*. 0..7
21 9:8 Optional *stream*. 0..3
54 MSG_GS 2 GS_OP_CUT 1 Optional
55 \ GS_OP_EMIT 2 Optional
56 \ GS_OP_EMIT_CUT 3 Optional
58 \ GS_OP_CUT 1 Optional
59 \ GS_OP_EMIT 2 Optional
60 \ GS_OP_EMIT_CUT 3 Optional
H A Dgfx940_msg.rst19 6:4 Optional *operation*. 0..7
21 9:8 Optional *stream*. 0..3
54 MSG_GS 2 GS_OP_CUT 1 Optional
55 \ GS_OP_EMIT 2 Optional
56 \ GS_OP_EMIT_CUT 3 Optional
58 \ GS_OP_CUT 1 Optional
59 \ GS_OP_EMIT 2 Optional
60 \ GS_OP_EMIT_CUT 3 Optional
H A Dgfx1030_msg.rst19 6:4 Optional *operation*. 0..7
21 9:8 Optional *stream*. 0..3
54 MSG_GS 2 GS_OP_CUT 1 Optional
55 \ GS_OP_EMIT 2 Optional
56 \ GS_OP_EMIT_CUT 3 Optional
58 \ GS_OP_CUT 1 Optional
59 \ GS_OP_EMIT 2 Optional
60 \ GS_OP_EMIT_CUT 3 Optional
H A Dgfx7_msg.rst19 6:4 Optional *operation*. 0..7
21 9:8 Optional *stream*. 0..3
54 MSG_GS 2 GS_OP_CUT 1 Optional
55 \ GS_OP_EMIT 2 Optional
56 \ GS_OP_EMIT_CUT 3 Optional
58 \ GS_OP_CUT 1 Optional
59 \ GS_OP_EMIT 2 Optional
60 \ GS_OP_EMIT_CUT 3 Optional
H A Dgfx90a_msg.rst19 6:4 Optional *operation*. 0..7
21 9:8 Optional *stream*. 0..3
54 MSG_GS 2 GS_OP_CUT 1 Optional
55 \ GS_OP_EMIT 2 Optional
56 \ GS_OP_EMIT_CUT 3 Optional
58 \ GS_OP_CUT 1 Optional
59 \ GS_OP_EMIT 2 Optional
60 \ GS_OP_EMIT_CUT 3 Optional
H A Dgfx8_msg.rst19 6:4 Optional *operation*. 0..7
21 9:8 Optional *stream*. 0..3
54 MSG_GS 2 GS_OP_CUT 1 Optional
55 \ GS_OP_EMIT 2 Optional
56 \ GS_OP_EMIT_CUT 3 Optional
58 \ GS_OP_CUT 1 Optional
59 \ GS_OP_EMIT 2 Optional
60 \ GS_OP_EMIT_CUT 3 Optional
H A Dgfx9_msg.rst19 6:4 Optional *operation*. 0..7
21 9:8 Optional *stream*. 0..3
54 MSG_GS 2 GS_OP_CUT 1 Optional
55 \ GS_OP_EMIT 2 Optional
56 \ GS_OP_EMIT_CUT 3 Optional
58 \ GS_OP_CUT 1 Optional
59 \ GS_OP_EMIT 2 Optional
60 \ GS_OP_EMIT_CUT 3 Optional
H A Dgfx11_msg_e37f7b.rst19 6:4 Optional *operation*. 0..7
21 9:8 Optional *stream*. 0..3
/openbsd-src/gnu/llvm/llvm/tools/llvm-undname/
H A Dllvm-undname.cpp33 cl::opt<bool> DumpBackReferences("backrefs", cl::Optional,
36 cl::opt<bool> NoAccessSpecifier("no-access-specifier", cl::Optional,
39 cl::opt<bool> NoCallingConvention("no-calling-convention", cl::Optional,
43 cl::opt<bool> NoReturnType("no-return-type", cl::Optional,
46 cl::opt<bool> NoMemberType("no-member-type", cl::Optional,
49 cl::opt<bool> NoVariableType("no-variable-type", cl::Optional,
52 cl::opt<std::string> RawFile("raw-file", cl::Optional,
55 cl::opt<bool> WarnTrailing("warn-trailing", cl::Optional,
/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp635 "dump-collected-objects", cl::Optional, cl::Hidden, in run()
642 "dump-collected-paths", cl::Optional, cl::Hidden, in run()
653 cl::opt<bool> DebugDump("dump", cl::Optional, in run()
675 "path-equivalence", cl::Optional, in run()
682 "name", cl::Optional, in run()
687 "name-allowlist", cl::Optional, in run()
693 "name-regex", cl::Optional, in run()
699 "ignore-filename-regex", cl::Optional, in run()
705 "region-coverage-lt", cl::Optional, in run()
711 "region-coverage-gt", cl::Optional, in run()
[all …]
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITDumpObjects/
H A DLLJITDumpObjects.cpp25 cl::desc("dump jitted objects"), cl::Optional,
30 cl::Optional, cl::init(""));
34 cl::Optional, cl::init(""));
/openbsd-src/gnu/llvm/libcxx/utils/
H A Dgenerate_escaped_output_table.py19 from typing import Optional
42 def filterCoreProperty(element: PropertyRange) -> Optional[PropertyRange]:
49 def filterGeneralProperty(element: PropertyRange) -> Optional[PropertyRange]:
55 def parsePropertyLine(inputLine: str) -> Optional[PropertyRange]:
H A Dgenerate_extended_grapheme_cluster_test.py18 from typing import Optional, TextIO
40 def parseBreakTestLine(input: TextIO) -> Optional[BreakTestItem]:
H A Dgenerate_extended_grapheme_cluster_table.py19 from typing import Optional
43 def parsePropertyLine(inputLine: str) -> Optional[PropertyRange]:
/openbsd-src/gnu/llvm/clang/utils/analyzer/
H A DCmpRuns.py38 from typing import (Any, DefaultDict, Dict, List, NamedTuple, Optional,
82 verbose_log: Optional[str] = None):
90 html_report: Optional[str]):
215 self.clang_version: Optional[str] = None
218 def get_clang_version(self) -> Optional[str]:
277 verbose_log: Optional[str] = None) -> AnalysisRun:
351 histogram: Optional[HistogramType] = None
548 histogram: Optional[HistogramType] = None,
549 verbose_log: Optional[str] = None):
570 aux_log: Optional[TextIO] = open(verbose_log, "w")
H A DSATestUtils.py6 from typing import List, IO, Optional, Tuple
9 def which(command: str, paths: Optional[str] = None) -> Optional[str]:
H A DProjectMap.py5 from typing import Any, Dict, List, NamedTuple, Optional, Tuple
50 def from_str(raw_size: Optional[str]) -> "Size":
109 def __init__(self, path: Optional[str] = None, should_exist: bool = True):
/openbsd-src/gnu/llvm/clang/tools/clang-diff/
H A DClangDiff.cpp49 cl::Optional,
54 cl::Optional, cl::init(""),
57 static cl::opt<int> MaxSize("s", cl::desc("<maxsize>"), cl::Optional,
61 cl::Optional, cl::cat(ClangDiffCategory));
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DLLVM.h40 template <typename T> using Optional = std::optional<T>; variable
72 using llvm::Optional;
/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/Directive/
H A DDirectiveBase.td28 // Optional prefix used for the generation of the enumerator in the Directive
32 // Optional prefix used for the generation of the enumerator in the Clause
80 // Optional class holding value of the clause in clang AST.
83 // Optional class holding value of the clause in flang AST.
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp256 CodeCompletionString::Chunk::CreateOptional(CodeCompletionString *Optional) { in CreateOptional() argument
259 Result.Optional = Optional; in CreateOptional()
321 OS << "{#" << C.Optional->getAsString() << "#}"; in getAsString()
450 void CodeCompletionBuilder::AddOptionalChunk(CodeCompletionString *Optional) { in AddOptionalChunk() argument
451 Chunks.push_back(Chunk::CreateOptional(Optional)); in AddOptionalChunk()
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DSearchableTable.td38 // (Optional) Name of a field that is present in all collected records and
44 // (Optional) Name of a field that is present in all collected records and
103 // (Optional) List of fields that make up the primary key.
106 // (Optional) Name of the primary key search function.
/openbsd-src/gnu/llvm/llvm/utils/release/
H A Dbump-version.py11 from typing import Optional
44 version: Optional[packaging.version.Version] = None,
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DOptional.h24 template <class T> using Optional = std::optional<T>; variable
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeProperties.td449 def : Property<"deducedType", Optional<QualType>> {
455 def : Property<"typeConstraintConcept", Optional<ConceptDeclRef>> {
480 def : Property<"templateName", Optional<TemplateName>> {
545 def : Property<"ownedTag", Optional<TagDeclRef>> {
666 def : Property<"underlyingType", Optional<QualType>> {
723 def : Property<"declaration", Optional<TemplateTypeParmDeclRef>> {
744 def : Property<"PackIndex", Optional<UInt32>> {
759 def : Property<"numExpansions", Optional<UInt32>> {
834 def : Property<"underlyingType", Optional<QualType>> {

12345678