Home
last modified time | relevance | path

Searched refs:WS (Results 1 – 25 of 74) sorted by relevance

123

/openbsd/gnu/usr.bin/perl/
H A Dconfigure.com3286 $ WS "{"
3289 $ WS "}"
3374 $ WS "{"
3383 $ WS "}"
3410 $ WS "{"
3413 $ WS "}"
3477 $ WS "{"
5618 $ WS ""
5620 $ WS ""
5625 $ WS ""
[all …]
/openbsd/gnu/gcc/gcc/
H A Dgengtype-lex.l65 [^[:alnum:]_]typedef{WS}(struct|union){WS}{ID}{WS}?[*[:space:]]{WS}?{ID}{WS}?";" {
104 [^[:alnum:]_]typedef{WS}{ITYPE}{WS}{ID}{WS}?";" {
132 [^[:alnum:]_]typedef{WS}{ID}{WS}{ID}{WS}PARAMS {
149 [^[:alnum:]_]typedef{WS}{ID}{WS}{ID}{WS}"(" {
166 [^[:alnum:]_]typedef{WS}{ID}{WS}?"*"?{WS}?"("{WS}?"*"{WS}?{ID}{WS}?")"{WS}?PARAMS {
183 [^[:alnum:]_]typedef{WS}{ID}{WS}?"*"?{WS}?"("{WS}?"*"{WS}?{ID}{WS}?")"{WS}?"(" {
200 [^[:alnum:]_](typedef{WS})?(struct|union){WS}{ID}{WS}/"GTY" {
236 ^"%union"{WS}"{"{WS}/"GTY" {
242 ^"DEF_VEC_"[[:alnum:]_]*{WS}?"("{WS}?{ID}{WS}?(","{WS}?{ID}{WS}?)*")" {
300 "ENUM_BITFIELD"{WS}?"("{WS}?{ID}{WS}?")" {
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgengtype-lex.l53 WS [[:space:]]+
55 ITYPE {IWORD}({WS}{IWORD})*
62 [^[:alnum:]_]typedef{WS}(struct|union){WS}{ID}{WS}?[*[:space:]]{WS}?{ID}{WS}?";" {
94 [^[:alnum:]_]typedef{WS}{ITYPE}{WS}{ID}{WS}?";" {
121 [^[:alnum:]_]typedef{WS}{ID}{WS}{ID}{WS}PARAMS {
136 [^[:alnum:]_]typedef{WS}{ID}{WS}?"("{WS}?"*"{WS}?{ID}{WS}?")"{WS}?PARAMS {
152 [^[:alnum:]_](typedef{WS})?(struct|union){WS}{ID}{WS}/"GTY" {
180 [^[:alnum:]_](extern|static){WS}/"GTY" {
186 ^"%union"{WS}"{"{WS}/"GTY" {
213 {IWORD}({WS}{IWORD})*/[^[:alnum:]_] |
[all …]
/openbsd/gnu/llvm/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp29 Write(WS) {} in WriteRef()
108 if (WS.isEliminated()) in onInstructionExecuted()
127 if (WR.getWriteState() == &WS) in onInstructionExecuted()
136 if (!WS.clearsSuperRegisters()) in onInstructionExecuted()
283 WS.clearsSuperRegisters() ? RegID : WS.getRegisterID(); in addRegisterWrite()
319 if (!WS.clearsSuperRegisters()) in addRegisterWrite()
336 if (WS.isEliminated()) in removeRegisterWrite()
365 if (WR.getWriteState() == &WS) in removeRegisterWrite()
374 if (!WS.clearsSuperRegisters()) in removeRegisterWrite()
479 WS.setWriteZero(); in tryEliminateMoveOrSwap()
[all …]
/openbsd/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp473 if (WS.isDefined() && WS.isFunction() && !WS.isVariable()) { in executePostLayoutBinding()
1361 if (WS.isTag()) in prepareImports()
1368 if (!WS.isDefined() && !WS.isComdat()) { in prepareImports()
1379 if (WS.isWeak()) in prepareImports()
1391 if (WS.isWeak()) in prepareImports()
1581 if (WS.isComdat() && !WS.isDefined()) in writeOneObject()
1782 if (WS.isWeak()) in writeOneObject()
1784 if (WS.isHidden()) in writeOneObject()
1786 if (!WS.isExternal() && WS.isDefined()) in writeOneObject()
1800 if (WS.isTLS()) in writeOneObject()
[all …]
/openbsd/usr.sbin/mailwrapper/
H A Dmailwrapper.c121 #define WS " \t\n" in main() macro
124 cp += strspn(cp, WS); in main()
131 if ((from = strsep(&cp, WS)) == NULL || cp == NULL) in main()
134 cp += strspn(cp, WS); in main()
136 if ((to = strsep(&cp, WS)) == NULL) in main()
140 for (ap = strsep(&cp, WS); ap != NULL; in main()
141 ap = strsep(&cp, WS)) in main()
/openbsd/gnu/llvm/llvm/lib/ObjCopy/wasm/
H A DWasmReader.cpp24 const WasmSection &WS = WasmObj.getWasmSection(Sec); in create() local
26 {static_cast<uint8_t>(WS.Type), WS.Name, WS.Content}); in create()
/openbsd/usr.bin/lex/
H A Dscan.l111 WS [[:blank:]]+
144 ^{WS} indented_code = true; BEGIN(CODEBLOCK);
146 ^#{OPTWS}line{WS} yy_push_state( LINEDIR );
165 {WS} /* discard */
182 ^"%"{LEXOPT}{WS}.*{NL} ++linenum; /* ignore */
467 ^{WS}.* ACTION_ECHO; /* indented code in prolog */
518 {WS}"%{" {
529 {WS}"|".*{NL} {
544 ^{WS}"/*" {
558 ^{WS} /* allow indented rules */ ;
[all …]
/openbsd/lib/libcrypto/conf/
H A Dkeysets.pl8 $WS=0x10;
26 $v|=$WS if ($c =~ /[ \t\r\n]/);
45 $v|=$WS if ($c =~ /[ \t\r\n]/);
121 #define CONF_WS $WS
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp191 MCSectionWasm *WS = getContext().getWasmSection( in parseSectionDirective() local
194 if (WS->getSegmentFlags() != Flags) in parseSectionDirective()
197 utohexstr(WS->getSegmentFlags())); in parseSectionDirective()
200 if (!WS->isWasmData()) in parseSectionDirective()
202 WS->setPassive(); in parseSectionDirective()
205 getStreamer().switchSection(WS); in parseSectionDirective()
/openbsd/gnu/llvm/llvm/lib/MCA/Stages/
H A DInOrderIssueStage.cpp90 for (const WriteState &WS : IR.getInstruction()->getDefs()) { in findFirstWriteBackCycle() local
91 int CyclesLeft = WS.getCyclesLeft(); in findFirstWriteBackCycle()
93 CyclesLeft = WS.getLatency(); in findFirstWriteBackCycle()
165 for (WriteState &WS : IS.getDefs()) in addRegisterReadWrite()
166 PRF.addRegisterWrite(WriteRef(SourceIndex, &WS), UsedRegs); in addRegisterReadWrite()
341 for (const WriteState &WS : IS.getDefs()) in retireInstruction() local
342 PRF.removeRegisterWrite(WS, FreedRegs); in retireInstruction()
H A DRetireStage.cpp69 for (const WriteState &WS : Inst.getDefs()) in notifyInstructionRetired() local
70 PRF.removeRegisterWrite(WS, FreedRegs); in notifyInstructionRetired()
H A DDispatchStage.cpp119 for (WriteState &WS : IS.getDefs()) in dispatch()
120 PRF.addRegisterWrite(WriteRef(IR.getSourceIndex(), &WS), RegisterFiles); in dispatch()
/openbsd/gnu/llvm/llvm/lib/MCA/
H A DInstruction.cpp136 for (const WriteState &WS : getDefs()) { in computeCriticalRegDep() local
137 const CriticalDependency &WriteCRD = WS.getCriticalRegDep(); in computeCriticalRegDep()
180 for (WriteState &WS : getDefs()) in execute()
181 WS.onInstructionIssued(IID); in execute()
/openbsd/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/
H A DRegisterFile.h51 WriteRef(unsigned SourceIndex, WriteState *WS);
264 void removeRegisterWrite(const WriteState &WS,
269 bool canEliminateMove(const WriteState &WS, const ReadState &RS,
/openbsd/gnu/llvm/llvm/tools/llvm-mca/Views/
H A DRegisterFileStatistics.cpp67 const WriteState &WS = Inst.getDefs()[I]; in updateMoveElimInfo() local
73 if (WS.isEliminated()) in updateMoveElimInfo()
75 if (WS.isWriteZero() && RS.isReadZero()) in updateMoveElimInfo()
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DHost.cpp577 void llvm::format_provider<WaitStatus>::format(const WaitStatus &WS, in format() argument
582 switch (WS.type) { in format()
593 OS << formatv("{0}{1:x-2}", type, WS.status); in format()
599 switch(WS.type) { in format()
610 OS << desc << " " << int(WS.status); in format()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DLexicalScopes.cpp243 LexicalScope *WS = ScopePosition.first; in constructScopeNest() local
245 const SmallVectorImpl<LexicalScope *> &Children = WS->getChildren(); in constructScopeNest()
252 WS->setDFSOut(++Counter); in constructScopeNest()
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D3287.crt18 fpe+aeCEuuW/oBwvpBBqj6HQS5pgsdWdaIA2GItDPVl/WS+a9hr7PkIPL/ZkETxR
H A D2362.crt17 DQEBCwUAA4IBAQBASv+4WS/jc2FV0VakMd2OUx/WtBBcr6Qx1T54lcDb+oeEsEMQ
H A D2198.key16 04WS/qhtegyKWHysKB6EJBxnqJVaYTdTOkMDLlMmxxHu+8RSRE/TbtgoU9IK5LGd
H A D2467.key11 mWnu8JogqZ2+TVZIeBdSMu260wI65e/EqtQLEJVKEQ79xAjyDn/WS+Kq0t/leWnk
H A D2305.chain36 hOUNYoz7tpO52g+MOKGE+sqqBm0Of3JuqfGqPjpafVQQ5N1+45WS+uezTUSAWFm5
H A D2327.chain13 FsjQDIavu/cZi/V3GRwsuGAple2GMYgjwDu+tDEKAKEFuuK/WS/9i3fDf3EQHXAQ
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp766 auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in CheckDataSection() local
767 if (WS && WS->getKind().isText()) in CheckDataSection()
1110 auto *WS = in doBeforeLabelEmit() local
1113 getStreamer().switchSection(WS); in doBeforeLabelEmit()
1116 getContext().addGenDwarfSection(WS); in doBeforeLabelEmit()

123