Home
last modified time | relevance | path

Searched refs:Defaults (Results 1 – 25 of 56) sorted by relevance

123

/llvm-project-15.0.7/clang/test/Parser/
H A Dcxx2b-subscript.cpp18 struct Defaults { struct
49 (void)Defaults{}[1]; in f()
50 (void)Defaults{}[]; // cxx20-error {{expected expression}} in f()
51 (void)Defaults{}[1, 2]; // cxx20-warning {{left operand of comma operator has no effect}}\ in f()
/llvm-project-15.0.7/llvm/docs/
H A DCMake.rst285 Defaults to "bin".
289 Defaults to "include".
293 Defaults to "share/doc".
297 Defaults to "share/man".
460 Defaults to OFF.
477 Defaults to OFF.
518 Defaults to ON.
571 Defaults to OFF.
592 Defaults to ON.
617 Defaults to OFF.
[all …]
H A DSPIRVUsage.rst64 *<empty>*/``unknown`` Defaults to the OpenCL runtime.
72 *<empty>*/``unknown`` Defaults to the OpenCL environment.
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/
H A Dno-malloc.rst35 Defaults to ``::malloc;::calloc``.
40 Defaults to ``::free``.
45 Defaults to ``::realloc``.
/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_flags.inc24 "effectiveness of the mitigation. Defaults to 64KB (32-bit) or "
31 "the contention on the global quarantine. Defaults to 16KB (32-bit) "
37 "or equal to). Defaults to 256 (32-bit) or 2048 (64-bit)")
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.cpp51 static constexpr DefaultHeuristicConfiguration Defaults[] = { variable
66 static_assert(sizeof(Defaults) / sizeof(Defaults[0]) ==
73 !((Defaults[I].DissimilarBelow == -1) ^ (Defaults[I].SimilarAbove == -1));
506 return Options.get(HeuristicToString[Idx], Defaults[Idx].Enabled); in SuspiciousCallArgumentCheck()
516 ? Defaults[Idx].DissimilarBelow in SuspiciousCallArgumentCheck()
517 : Defaults[Idx].SimilarAbove; in SuspiciousCallArgumentCheck()
549 if (!Defaults[Idx].hasBounds()) in storeOptions()
589 if (!Defaults[Idx].hasBounds()) in getBound()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/utils/TableGen/
H A Dlldb_tablegen.gni10 # Defaults to target name with ".inc" appended.
14 # Defaults to target name with ".td" appended.
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/utils/TableGen/
H A Dclang_tablegen.gni10 # Defaults to target name with ".inc" appended.
14 # Defaults to target name with ".td" appended.
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/utils/TableGen/
H A Dtablegen.gni10 # Defaults to target name with ".inc" appended.
14 # Defaults to target name with ".td" appended.
/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTOptions.td14 "the most recent data. Defaults to 4096 bytes. It's possible to "
36 "packets. Defaults to 0 if supported.">;
69 "if needed. Defaults to 500MB. It's possible to specify a unit for "
91 "packets. Defaults to 0 if supported.">;
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dimplicit-widening-of-multiplication-result.rst40 be suggested, or C-style casts. Defaults to ``true``.
46 Defaults to ``true``.
H A Deasily-swappable-parameters.rst53 Defaults to `false`.
69 Defaults to `true`.
106 Defaults to `2`.
147 Defaults to `true`.
177 Defaults to `1`.
/llvm-project-15.0.7/llvm/utils/gn/secondary/libcxx/
H A Dconfig.gni5 # libc++ inline ABI namespace. Defaults to __n, where n is the ABI version.
/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/
H A Doptions.inc23 "Is GWP-ASan enabled? Defaults to " GWP_ASAN_STRINGIFY(
28 "pool. Defaults to 16.")
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-cov.rst227 Show the execution counts for each line. Defaults to true, unless another
233 in the display of the source file. Defaults to false.
239 Defaults to true.
244 the character where the region starts. Defaults to false.
250 Defaults to false.
404 Show statistics for all regions. Defaults to true.
408 Show statistics for all branch conditions. Defaults to true.
412 Show coverage summaries for each function. Defaults to false.
416 Show statistics for all function instantiations. Defaults to false.
H A Dllvm-symbolizer.rst220 Specify whether to use color in :option:`--filter-markup` mode. Defaults to
237 as is). Defaults to true.
278 function name, or print full linkage name, respectively). Defaults to
310 Specify the preferred output style. Defaults to ``LLVM``. When the output
410 Print address before the source code location. Defaults to false.
491 way, the address will not be symbolized. Defaults to empty string.
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1370 SmallVector<Optional<Register>, 4> Defaults; in remapUse() local
1375 Defaults.emplace_back(getInitPhiReg(*LoopProducer, BB)); in remapUse()
1402 IllegalPhiDefault = Defaults.front(); in remapUse()
1403 Defaults.erase(Defaults.begin()); in remapUse()
1408 LLVM_DEBUG(dbgs() << " -- padding defaults array from " << Defaults.size() in remapUse()
1409 << " to " << (Defaults.size() + StageDiff) << "\n"); in remapUse()
1413 Defaults.resize(Defaults.size() + StageDiff, Defaults.empty() in remapUse()
1415 : Defaults.back()); in remapUse()
1420 auto DefaultI = Defaults.rbegin(); in remapUse()
1421 while (DefaultI != Defaults.rend()) in remapUse()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/objc/
H A Dforbidden-subclassing.rst28Defaults to `ABNewPersonViewController;ABPeoplePickerNavigationController;ABPersonViewController;A…
/llvm-project-15.0.7/llvm/utils/gn/build/
H A Dwrite_vcsrevision.gni9 # Defaults to [ "LLVM" ]
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/abseil/
H A Dstring-find-startswith.rst42 The location of Abseil's ``strings/match.h``. Defaults to
H A Dstring-find-str-contains.rst51 The location of Abseil's ``strings/match.h``. Defaults to
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/
H A DCommands.md48 be seen. Defaults to 1. Can be 0.
129 from_line (int): Evaluate the expression from this line. Defaults to 1.
130 to_line (int): Evaluate the expression to this line. Defaults to end of
156 from_line (int): Evaluate the expression from this line. Defaults to 1.
157 to_line (int): Evaluate the expression to this line. Defaults to end of
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/altera/
H A Dsingle-work-item-barrier.rst57 Defines the version of the Altera Offline Compiler. Defaults to ``1600``
/llvm-project-15.0.7/llvm/tools/llvm-dwarfutil/
H A DOptions.td48 "Defaults to the number of cores on the current machine">;
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/
H A Dtargets.gni4 # The target archs LLVM should support. Defaults to the host arch.

123