Home
last modified time | relevance | path

Searched refs:kw_default (Results 1 – 25 of 265) sorted by relevance

1234567891011

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp356 I[-1]->First->isOneOf(tok::kw_case, tok::kw_default)) in tryFitMultipleLinesInOne()
400 if (TheLine->First->isOneOf(tok::kw_case, tok::kw_default)) { in tryFitMultipleLinesInOne()
464 I[1]->First->isOneOf(tok::kw_case, tok::kw_default)) in tryMergeShortCaseLabels()
479 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in tryMergeShortCaseLabels()
493 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in tryMergeShortCaseLabels()
528 if (Line.First->is(tok::kw_default)) { in tryMergeSimpleBlock()
589 Keywords.kw_abstract, tok::kw_default, tok::kw_public, in tryMergeSimpleBlock()
1235 tok::kw_default)) in formatFirstToken()
H A DSortJavaScriptImports.cpp412 if (!Current->isOneOf(tok::identifier, tok::kw_default)) in parseNamedBindings()
424 if (!Current->isOneOf(tok::identifier, tok::kw_default)) in parseNamedBindings()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp356 I[-1]->First->isOneOf(tok::kw_case, tok::kw_default)) in tryFitMultipleLinesInOne()
400 if (TheLine->First->isOneOf(tok::kw_case, tok::kw_default)) { in tryFitMultipleLinesInOne()
464 I[1]->First->isOneOf(tok::kw_case, tok::kw_default)) in tryMergeShortCaseLabels()
479 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in tryMergeShortCaseLabels()
493 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in tryMergeShortCaseLabels()
528 if (Line.First->is(tok::kw_default)) { in tryMergeSimpleBlock()
589 Keywords.kw_abstract, tok::kw_default, tok::kw_public, in tryMergeSimpleBlock()
1235 tok::kw_default)) in formatFirstToken()
H A DSortJavaScriptImports.cpp412 if (!Current->isOneOf(tok::identifier, tok::kw_default)) in parseNamedBindings()
424 if (!Current->isOneOf(tok::identifier, tok::kw_default)) in parseNamedBindings()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp355 I[-1]->First->isOneOf(tok::kw_case, tok::kw_default)) in tryFitMultipleLinesInOne()
399 if (TheLine->First->isOneOf(tok::kw_case, tok::kw_default)) { in tryFitMultipleLinesInOne()
463 I[1]->First->isOneOf(tok::kw_case, tok::kw_default)) in tryMergeShortCaseLabels()
478 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in tryMergeShortCaseLabels()
492 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in tryMergeShortCaseLabels()
527 if (Line.First->is(tok::kw_default)) { in tryMergeSimpleBlock()
588 Keywords.kw_abstract, tok::kw_default, tok::kw_public, in tryMergeSimpleBlock()
1234 tok::kw_default)) in formatFirstToken()
H A DSortJavaScriptImports.cpp412 if (!Current->isOneOf(tok::identifier, tok::kw_default)) in parseNamedBindings()
424 if (!Current->isOneOf(tok::identifier, tok::kw_default)) in parseNamedBindings()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp368 I[-1]->First->isOneOf(tok::kw_case, tok::kw_default)) in tryFitMultipleLinesInOne()
412 if (TheLine->First->isOneOf(tok::kw_case, tok::kw_default)) { in tryFitMultipleLinesInOne()
473 I[1]->First->isOneOf(tok::kw_case, tok::kw_default)) in tryMergeShortCaseLabels()
488 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in tryMergeShortCaseLabels()
502 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in tryMergeShortCaseLabels()
537 if (Line.First->is(tok::kw_default)) { in tryMergeSimpleBlock()
598 tok::kw_default)) in tryMergeSimpleBlock()
H A DSortJavaScriptImports.cpp412 if (!Current->isOneOf(tok::identifier, tok::kw_default)) in parseNamedBindings()
424 if (!Current->isOneOf(tok::identifier, tok::kw_default)) in parseNamedBindings()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp339 I[-1]->First->isOneOf(tok::kw_case, tok::kw_default)) in tryFitMultipleLinesInOne()
383 if (TheLine->First->isOneOf(tok::kw_case, tok::kw_default)) { in tryFitMultipleLinesInOne()
442 I[1]->First->isOneOf(tok::kw_case, tok::kw_default)) in tryMergeShortCaseLabels()
457 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in tryMergeShortCaseLabels()
471 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in tryMergeShortCaseLabels()
506 if (Line.First->is(tok::kw_default)) { in tryMergeSimpleBlock()
565 tok::kw_default)) in tryMergeSimpleBlock()
H A DSortJavaScriptImports.cpp412 if (!Current->isOneOf(tok::identifier, tok::kw_default)) in parseNamedBindings()
424 if (!Current->isOneOf(tok::identifier, tok::kw_default)) in parseNamedBindings()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp368 I[-1]->First->isOneOf(tok::kw_case, tok::kw_default)) in tryFitMultipleLinesInOne()
412 if (TheLine->First->isOneOf(tok::kw_case, tok::kw_default)) { in tryFitMultipleLinesInOne()
473 I[1]->First->isOneOf(tok::kw_case, tok::kw_default)) in tryMergeShortCaseLabels()
488 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in tryMergeShortCaseLabels()
502 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in tryMergeShortCaseLabels()
537 if (Line.First->is(tok::kw_default)) { in tryMergeSimpleBlock()
598 tok::kw_default)) in tryMergeSimpleBlock()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp328 I[-1]->First->isOneOf(tok::kw_case, tok::kw_default)) in t_sha3_224()
372 if (TheLine->First->isOneOf(tok::kw_case, tok::kw_default)) { in t_sha3_224()
429 I[1]->First->isOneOf(tok::kw_case, tok::kw_default)) in t_sha3_224()
444 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in t_sha3_224()
458 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in t_sha3_224()
493 if (Line.First->is(tok::kw_default)) { in t_sha3_224()
552 tok::kw_default)) in t_sha3_224()
/dports/devel/libcutl/libcutl-1.10.0/cutl/compiler/
H A Dcxx-indenter.hxx94 kw_default enumerator
/dports/devel/xsd/xsd-4.1.0.a11+dep/libcutl/cutl/compiler/
H A Dcxx-indenter.hxx94 kw_default enumerator
/dports/devel/py-numba/numba-0.51.2/numba/core/
H A Duntyped_passes.py581 kw_default = getdef(node.defaults)
583 if (kw_default is None or
584 isinstance(kw_default, ir.Const)):
586 elif isinstance(kw_default, tuple):
588 for x in kw_default])
589 elif isinstance(kw_default, ir.Expr):
590 if kw_default.op != "build_tuple":
593 for x in kw_default.items])
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp368 I[-1]->First->isOneOf(tok::kw_case, tok::kw_default)) in tryFitMultipleLinesInOne()
446 if (TheLine->First->isOneOf(tok::kw_case, tok::kw_default)) { in tryFitMultipleLinesInOne()
512 I[1]->First->isOneOf(tok::kw_case, tok::kw_default)) in tryMergeShortCaseLabels()
527 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in tryMergeShortCaseLabels()
541 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in tryMergeShortCaseLabels()
576 if (Line.First->is(tok::kw_default)) { in tryMergeSimpleBlock()
637 tok::kw_default, Keywords.kw_override, in tryMergeSimpleBlock()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp368 I[-1]->First->isOneOf(tok::kw_case, tok::kw_default)) in tryFitMultipleLinesInOne()
446 if (TheLine->First->isOneOf(tok::kw_case, tok::kw_default)) { in tryFitMultipleLinesInOne()
512 I[1]->First->isOneOf(tok::kw_case, tok::kw_default)) in tryMergeShortCaseLabels()
527 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in tryMergeShortCaseLabels()
541 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in tryMergeShortCaseLabels()
576 if (Line.First->is(tok::kw_default)) { in tryMergeSimpleBlock()
637 Keywords.kw_abstract, tok::kw_default, tok::kw_public, in tryMergeSimpleBlock()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp361 I[-1]->First->isOneOf(tok::kw_case, tok::kw_default)) in tryFitMultipleLinesInOne()
429 if (TheLine->First->isOneOf(tok::kw_case, tok::kw_default)) { in tryFitMultipleLinesInOne()
493 I[1]->First->isOneOf(tok::kw_case, tok::kw_default)) in tryMergeShortCaseLabels()
508 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in tryMergeShortCaseLabels()
522 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in tryMergeShortCaseLabels()
557 if (Line.First->is(tok::kw_default)) { in tryMergeSimpleBlock()
618 Keywords.kw_abstract, tok::kw_default, tok::kw_public, in tryMergeSimpleBlock()
H A DSortJavaScriptImports.cpp412 if (!Current->isOneOf(tok::identifier, tok::kw_default)) in parseNamedBindings()
424 if (!Current->isOneOf(tok::identifier, tok::kw_default)) in parseNamedBindings()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp368 I[-1]->First->isOneOf(tok::kw_case, tok::kw_default)) in tryFitMultipleLinesInOne()
446 if (TheLine->First->isOneOf(tok::kw_case, tok::kw_default)) { in tryFitMultipleLinesInOne()
512 I[1]->First->isOneOf(tok::kw_case, tok::kw_default)) in tryMergeShortCaseLabels()
527 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in tryMergeShortCaseLabels()
541 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in tryMergeShortCaseLabels()
576 if (Line.First->is(tok::kw_default)) { in tryMergeSimpleBlock()
637 Keywords.kw_abstract, tok::kw_default, tok::kw_public, in tryMergeSimpleBlock()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp368 I[-1]->First->isOneOf(tok::kw_case, tok::kw_default)) in tryFitMultipleLinesInOne()
446 if (TheLine->First->isOneOf(tok::kw_case, tok::kw_default)) { in tryFitMultipleLinesInOne()
512 I[1]->First->isOneOf(tok::kw_case, tok::kw_default)) in tryMergeShortCaseLabels()
527 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in tryMergeShortCaseLabels()
541 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in tryMergeShortCaseLabels()
576 if (Line.First->is(tok::kw_default)) { in tryMergeSimpleBlock()
637 Keywords.kw_abstract, tok::kw_default, tok::kw_public, in tryMergeSimpleBlock()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp361 I[-1]->First->isOneOf(tok::kw_case, tok::kw_default)) in tryFitMultipleLinesInOne()
429 if (TheLine->First->isOneOf(tok::kw_case, tok::kw_default)) { in tryFitMultipleLinesInOne()
493 I[1]->First->isOneOf(tok::kw_case, tok::kw_default)) in tryMergeShortCaseLabels()
508 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in tryMergeShortCaseLabels()
522 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in tryMergeShortCaseLabels()
557 if (Line.First->is(tok::kw_default)) { in tryMergeSimpleBlock()
618 Keywords.kw_abstract, tok::kw_default, tok::kw_public, in tryMergeSimpleBlock()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp368 I[-1]->First->isOneOf(tok::kw_case, tok::kw_default)) in tryFitMultipleLinesInOne()
446 if (TheLine->First->isOneOf(tok::kw_case, tok::kw_default)) { in tryFitMultipleLinesInOne()
512 I[1]->First->isOneOf(tok::kw_case, tok::kw_default)) in tryMergeShortCaseLabels()
527 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in tryMergeShortCaseLabels()
541 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in tryMergeShortCaseLabels()
576 if (Line.First->is(tok::kw_default)) { in tryMergeSimpleBlock()
637 Keywords.kw_abstract, tok::kw_default, tok::kw_public, in tryMergeSimpleBlock()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Format/
H A DUnwrappedLineFormatter.cpp368 I[-1]->First->isOneOf(tok::kw_case, tok::kw_default)) in tryFitMultipleLinesInOne()
446 if (TheLine->First->isOneOf(tok::kw_case, tok::kw_default)) { in tryFitMultipleLinesInOne()
512 I[1]->First->isOneOf(tok::kw_case, tok::kw_default)) in tryMergeShortCaseLabels()
527 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in tryMergeShortCaseLabels()
541 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in tryMergeShortCaseLabels()
576 if (Line.First->is(tok::kw_default)) { in tryMergeSimpleBlock()
637 Keywords.kw_abstract, tok::kw_default, tok::kw_public, in tryMergeSimpleBlock()
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/tree/
H A DReformulationFunctionStatements.py443 for kw_only_name, kw_default in zip(kw_only_names, node.args.kw_defaults):
444 if kw_default is not None:
446 values.append(buildNode(provider, kw_default, source_ref))

1234567891011