Home
last modified time | relevance | path

Searched refs:Selected (Results 1 – 25 of 52) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp392 SelectedNodeWithParents &Selected = ContainSelection[0]; in create() local
393 if (!Selected.Node.get().Node.get<Stmt>()) in create()
395 const Stmt *CodeRangeStmt = Selected.Node.get().Node.get<Stmt>(); in create()
397 Selected.canonicalize(); in create()
398 return CodeRangeASTSelection(Selected.Node, Selected.Parents, in create()
409 Selected.Parents.push_back(Selected.Node); in create()
410 return CodeRangeASTSelection(Selected.Node, Selected.Parents, in create()
/freebsd/contrib/dialog/samples/
H A Dsourcemage.rc90 # Selected item color
96 # Selected tag color
102 # Selected tag key color
108 # Selected check box color
H A Ddebian.rc91 # Selected item color
97 # Selected tag color
103 # Selected tag key color
109 # Selected check box color
H A Dslackware.rc90 # Selected item color
96 # Selected tag color
102 # Selected tag key color
108 # Selected check box color
H A Dsuse.rc90 # Selected item color
96 # Selected tag color
102 # Selected tag key color
108 # Selected check box color
H A Dwhiptail.rc90 # Selected item color
96 # Selected tag color
102 # Selected tag key color
108 # Selected check box color
/freebsd/sys/dev/ofw/
H A Dofw_if.m53 * @param _node Selected node
63 * @param _node Selected node
73 * @param _node Selected node
83 * @param _handle Selected instance
93 * @param _node Selected node
105 * @param _node Selected node
121 * @param _node Selected node
137 * @param _node Selected node
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesReader.h58 std::optional<unsigned> Selected; variable
62 VersionedInfo(std::nullopt_t) : Selected(std::nullopt) {} in VersionedInfo()
71 std::optional<unsigned> getSelected() const { return Selected; } in getSelected()
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcs35l34.txt35 0x0 (Default) = Selected by AD0 input (if AD0 = LOW, use left channel),
37 0x1 = Selected by the inversion of the AD0 input (if AD0 = LOW, use right
/freebsd/contrib/dialog/
H A Dmenubox.c32 Selected, enumerator
87 case Selected: in print_item()
195 print_item(data, data->menu, items, choice, Selected, TRUE); in input_menu_edit()
253 (i == choice) ? Selected : Unselected, in print_menu()
727 Selected, in dlg_menu()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelect.h49 MachineFunctionProperties::Property::Selected); in getSetProperties()
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Ddallas,ds1390.txt8 - trickle-resistor-ohms : Selected resistor for trickle charger
H A Dti,bq32k.txt8 - trickle-resistor-ohms : Selected resistor for trickle charger
H A Drtc-ds1307.txt31 Selected resistor for trickle charger
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp203 auto *Selected = C->isAllOnesValue() ? Select->getTrueValue() in getValueOnFirstIteration() local
205 FirstIterV = getValueOnFirstIteration(Selected, FirstIterValue, SQ); in getValueOnFirstIteration()
/freebsd/crypto/openssl/test/
H A DREADME.md65 see section Running Selected Tests below.
67 Running Selected Tests
/freebsd/contrib/tzcode/
H A Dtzselect.ksh752 Selected time is now: $TZdate.
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostSelectOptimize.cpp304 MachineFunctionProperties::Property::Selected) && in runOnMachineFunction()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp769 unsigned Selected = Info.getSelected().value_or(Info.size()); in ProcessVersionedAPINotes() local
775 auto Active = (i == Selected) ? IsActive_t::Active : IsActive_t::Inactive; in ProcessVersionedAPINotes()
779 Version = Info[Selected].first; in ProcessVersionedAPINotes()
/freebsd/usr.sbin/bsdconfig/startup/include/
H A Dmessages.subr52 msg_delete_selected="Delete Selected"
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp1903 Selected = std::nullopt; in VersionedInfo()
1909 Selected = i; in VersionedInfo()
1917 if (!Selected && Results[0].first.empty()) in VersionedInfo()
1918 Selected = 0; in VersionedInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h727 bool Selected = false;
768 YamlIO.mapOptional("selected", MF.Selected, false);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp215 YamlMF.Selected = MF.getProperties().hasProperty( in print()
216 MachineFunctionProperties::Property::Selected); in print()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoSFB.td48 // is true. Returns $falsev otherwise. Selected by optimizeSelect.
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp506 if (YamlMF.Selected) in initializeMachineFunction()
507 MF.getProperties().set(MachineFunctionProperties::Property::Selected); in initializeMachineFunction()

123