/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
H A D | ASTSelection.cpp | 392 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 D | sourcemage.rc | 90 # Selected item color 96 # Selected tag color 102 # Selected tag key color 108 # Selected check box color
|
H A D | debian.rc | 91 # Selected item color 97 # Selected tag color 103 # Selected tag key color 109 # Selected check box color
|
H A D | slackware.rc | 90 # Selected item color 96 # Selected tag color 102 # Selected tag key color 108 # Selected check box color
|
H A D | suse.rc | 90 # Selected item color 96 # Selected tag color 102 # Selected tag key color 108 # Selected check box color
|
H A D | whiptail.rc | 90 # Selected item color 96 # Selected tag color 102 # Selected tag key color 108 # Selected check box color
|
/freebsd/sys/dev/ofw/ |
H A D | ofw_if.m | 53 * @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 D | APINotesReader.h | 58 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 D | cs35l34.txt | 35 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 D | menubox.c | 32 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 D | InstructionSelect.h | 49 MachineFunctionProperties::Property::Selected); in getSetProperties()
|
/freebsd/sys/contrib/device-tree/Bindings/rtc/ |
H A D | dallas,ds1390.txt | 8 - trickle-resistor-ohms : Selected resistor for trickle charger
|
H A D | ti,bq32k.txt | 8 - trickle-resistor-ohms : Selected resistor for trickle charger
|
H A D | rtc-ds1307.txt | 31 Selected resistor for trickle charger
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopDeletion.cpp | 203 auto *Selected = C->isAllOnesValue() ? Select->getTrueValue() in getValueOnFirstIteration() local 205 FirstIterV = getValueOnFirstIteration(Selected, FirstIterValue, SQ); in getValueOnFirstIteration()
|
/freebsd/crypto/openssl/test/ |
H A D | README.md | 65 see section Running Selected Tests below. 67 Running Selected Tests
|
/freebsd/contrib/tzcode/ |
H A D | tzselect.ksh | 752 Selected time is now: $TZdate.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PostSelectOptimize.cpp | 304 MachineFunctionProperties::Property::Selected) && in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAPINotes.cpp | 769 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 D | messages.subr | 52 msg_delete_selected="Delete Selected"
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesReader.cpp | 1903 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 D | MIRYamlMapping.h | 727 bool Selected = false; 768 YamlIO.mapOptional("selected", MF.Selected, false);
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 215 YamlMF.Selected = MF.getProperties().hasProperty( in print() 216 MachineFunctionProperties::Property::Selected); in print()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoSFB.td | 48 // is true. Returns $falsev otherwise. Selected by optimizeSelect.
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 506 if (YamlMF.Selected) in initializeMachineFunction() 507 MF.getProperties().set(MachineFunctionProperties::Property::Selected); in initializeMachineFunction()
|