Home
last modified time | relevance | path

Searched refs:Selected (Results 1 – 25 of 55) 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/llvm-project/clang/lib/Driver/
H A DMultilib.cpp98 llvm::SmallVectorImpl<Multilib> &Selected) const { in select()
100 Selected.clear(); in select()
125 Selected.push_back(M); in select()
130 std::reverse(Selected.begin(), Selected.end()); in select()
132 return !Selected.empty(); in select()
/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 Dsuse.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 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/rtc/
H A Drtc.yaml50 Selected resistor for trickle charger. Should be given
55 Selected voltage for trickle charger. Should be given
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 Dadi,max31335.yaml43 Selected resistor for trickle charger. Should be specified if trickle
H A Drtc-ds1307.txt31 Selected resistor for trickle charger
H A Drtc-ds1307.yaml74 description: Selected resistor for trickle charger. Should be specified if trickle
/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/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/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostSelectOptimize.cpp237 MachineFunctionProperties::Property::Selected) && in runOnMachineFunction()
/freebsd/contrib/tzcode/
H A Dtzselect.ksh767 Selected time is now: $TZdate.
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp1812 Selected = std::nullopt; in VersionedInfo()
1818 Selected = i; in VersionedInfo()
1826 if (!Selected && Results[0].first.empty()) in VersionedInfo()
1827 Selected = 0; in VersionedInfo()
/freebsd/usr.sbin/bsdconfig/startup/include/
H A Dmessages.subr52 msg_delete_selected="Delete Selected"
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h723 bool Selected = false;
764 YamlIO.mapOptional("selected", MF.Selected, false);

123