Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp391 SelectedNodeWithParents &Selected = ContainSelection[0]; in create() local
392 if (!Selected.Node.get().Node.get<Stmt>()) in create()
394 const Stmt *CodeRangeStmt = Selected.Node.get().Node.get<Stmt>(); in create()
396 Selected.canonicalize(); in create()
397 return CodeRangeASTSelection(Selected.Node, Selected.Parents, in create()
408 Selected.Parents.push_back(Selected.Node); in create()
409 return CodeRangeASTSelection(Selected.Node, Selected.Parents, in create()
/netbsd-src/external/ibm-public/postfix/dist/mantools/
H A Dmake_soho_readme36 <li> <p> Selected topics from the STANDARD_CONFIGURATION_README document: </p>
47 <p> Selected topics from the SASL_README document: </p>
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32r/
H A Dm32r.opt24 ; Selected code model.
28 ; Selected SDA support.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32r/
H A Dm32r.opt24 ; Selected code model.
28 ; Selected SDA support.
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelect.h47 MachineFunctionProperties::Property::Selected); in getSetProperties()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostSelectOptimize.cpp177 MachineFunctionProperties::Property::Selected) && in runOnMachineFunction()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A DREADME.md65 see section Running Selected Tests below.
67 Running Selected Tests
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DDocker.rst126 Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.9
128 Selected multilib: .;@m64
/netbsd-src/usr.sbin/sysinst/arch/i386/
H A Dmsg.md.pl57 Selected bootblock: }
H A Dmsg.md.en59 Selected bootblock: }
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h689 bool Selected = false;
717 YamlIO.mapOptional("selected", MF.Selected, false);
H A DMachineFunction.h160 Selected,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMIRPrinter.cpp212 YamlMF.Selected = MF.getProperties().hasProperty( in print()
213 MachineFunctionProperties::Property::Selected); in print()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp446 if (YamlMF.Selected) in initializeMachineFunction()
447 MF.getProperties().set(MachineFunctionProperties::Property::Selected); in initializeMachineFunction()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmm-viet.pot933 msgid "Selected text:"
1035 "the popup menu.<p>You can unset the Background and Selected Background "
1050 "unset the Background and Selected Background colors from the context menu "
1096 msgid "Selected"
1104 msgid "Background Selected"
1132 msgid "&Selected Color..."
1148 msgid "Unset Selected Background Color"
1237 msgid "Tab Key Mode if Nothing Selected"
H A Dmm-viet.out1030 msgid "Selected text:"
1139 "the popup menu.<p>You can unset the Background and Selected Background "
1155 "unset the Background and Selected Background colors from the context menu "
1206 msgid "Selected"
1216 msgid "Background Selected"
1250 msgid "&Selected Color..."
1268 msgid "Unset Selected Background Color"
1363 msgid "Tab Key Mode if Nothing Selected"
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp1004 Value *Selected = selectIncomingValueForBlock(PredVal, PredBB, in redirectValuesFromPredecessorsToPhi() local
1009 PN->addIncoming(Selected, PredBB); in redirectValuesFromPredecessorsToPhi()
1016 Value *Selected = selectIncomingValueForBlock(OldVal, PredBB, in redirectValuesFromPredecessorsToPhi() local
1021 PN->addIncoming(Selected, PredBB); in redirectValuesFromPredecessorsToPhi()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp9303 CXXMethodDecl **Selected) { in findTrivialSpecialMember() argument
9304 if (Selected) in findTrivialSpecialMember()
9305 *Selected = nullptr; in findTrivialSpecialMember()
9320 if (Selected) { in findTrivialSpecialMember()
9335 *Selected = DefCtor; in findTrivialSpecialMember()
9349 if (Selected) { in findTrivialSpecialMember()
9352 *Selected = RD->getDestructor(); in findTrivialSpecialMember()
9368 } else if (!Selected) { in findTrivialSpecialMember()
9386 } else if (!Selected) { in findTrivialSpecialMember()
9414 if (Selected) in findTrivialSpecialMember()
[all …]
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc2798.txt471 [X520] ITU-T Rec. X.520, "The Directory: Selected Attribute
474 [X521] ITU-T Rec. X.521, "The Directory: Selected Object Classes",
H A Drfc4518.txt69 "X.520: Selected attribute types" [X.520] provides (among other
492 Directory: Selected Attribute Types", X.520(1993) (also
H A Drfc2247.txt235 [1] The Directory: Selected Attribute Types. ITU-T Recommendation
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSILowerI1Copies.cpp446 MachineFunctionProperties::Property::Selected)) in runOnMachineFunction()
H A DAMDGPUISelDAGToDAG.cpp2454 SDNode *Selected = CurDAG->SelectNodeTo(N, Opc, N->getVTList(), Ops); in SelectDSAppendConsume() local
2455 CurDAG->setNodeMemRefs(cast<MachineSDNode>(Selected), {MMO}); in SelectDSAppendConsume()
2538 SDNode *Selected = CurDAG->SelectNodeTo(N, Opc, N->getVTList(), Ops); in SelectDS_GWS() local
2539 CurDAG->setNodeMemRefs(cast<MachineSDNode>(Selected), {MMO}); in SelectDS_GWS()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A Drfc4518.txt69 "X.520: Selected attribute types" [X.520] provides (among other
492 Directory: Selected Attribute Types", X.520(1993) (also
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSchedule.td387 // SchedReadVariant is marked "Variadic", then each Selected
394 list<SchedReadWrite> Selected = selected;

123