Home
last modified time | relevance | path

Searched defs:W (Results 1 – 25 of 198) sorted by relevance

12345678

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dcond1.C5 struct W struct
7 W () {} in W() argument
15 W m; in foo() argument
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/debug/
H A Ddebug1.C29 template <class T> struct W struct
32 W() : w (0) {} in W() argument
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp216 uint16_t B = M.first(), E = M.last(), W = width(); in insert() local
236 uint16_t B = M.first(), E = M.last(), W = width(); in extract() local
256 uint16_t W = width(); in rol() local
285 uint16_t W = width(), WRC = RC.width(); in cat() local
293 uint16_t W = width(); in ct() local
302 uint16_t W = width(); in cl() local
311 uint16_t W = Bits.size(); in operator ==() local
389 uint16_t W = A.width(); in isInt() local
400 uint16_t W = A.width(); in toInt() local
434 uint16_t W = A1.width(); in eADD() local
[all …]
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp144 for (auto &W : Ws) in writeUInt8sAsync() local
151 for (auto &W : Ws) in writeUInt16sAsync() local
158 for (auto &W : Ws) in writeUInt32sAsync() local
165 for (auto &W : Ws) in writeUInt64sAsync() local
172 for (auto &W : Ws) in writeBuffersAsync() local
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Davx512dqintrin.h349 #define _mm512_mask_cvt_roundpd_epi64(W, U, A, R) \ argument
388 #define _mm512_mask_cvt_roundpd_epu64(W, U, A, R) \ argument
427 #define _mm512_mask_cvt_roundps_epi64(W, U, A, R) \ argument
466 #define _mm512_mask_cvt_roundps_epu64(W, U, A, R) \ argument
501 #define _mm512_mask_cvt_roundepi64_pd(W, U, A, R) \ argument
540 #define _mm512_mask_cvt_roundepi64_ps(W, U, A, R) \ argument
580 #define _mm512_mask_cvtt_roundpd_epi64(W, U, A, R) \ argument
619 #define _mm512_mask_cvtt_roundpd_epu64(W, U, A, R) \ argument
658 #define _mm512_mask_cvtt_roundps_epi64(W, U, A, R) \ argument
697 #define _mm512_mask_cvtt_roundps_epu64(W, U, A, R) \ argument
[all …]
H A Davx512fp16intrin.h373 #define _mm512_mask_add_round_ph(W, U, A, B, R) \ argument
405 #define _mm512_mask_sub_round_ph(W, U, A, B, R) \ argument
437 #define _mm512_mask_mul_round_ph(W, U, A, B, R) \ argument
469 #define _mm512_mask_div_round_ph(W, U, A, B, R) \ argument
502 #define _mm512_mask_min_round_ph(W, U, A, B, R) \ argument
535 #define _mm512_mask_max_round_ph(W, U, A, B, R) \ argument
592 #define _mm_mask_add_round_sh(W, U, A, B, R) \ argument
628 #define _mm_mask_sub_round_sh(W, U, A, B, R) \ argument
664 #define _mm_mask_mul_round_sh(W, U, A, B, R) \ argument
700 #define _mm_mask_div_round_sh(W, U, A, B, R) \ argument
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dsyntax4.C20 typedef ::X W; typedef
25 class Y::W () {} // ERROR - parse error in W() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h252 static size_t size(const tpctypes::UIntWrite<T> &W) { in size()
256 static bool serialize(SPSOutputBuffer &OB, const tpctypes::UIntWrite<T> &W) { in serialize()
261 static bool deserialize(SPSInputBuffer &IB, tpctypes::UIntWrite<T> &W) { in deserialize()
271 static size_t size(const tpctypes::BufferWrite &W) { in size()
276 static bool serialize(SPSOutputBuffer &OB, const tpctypes::BufferWrite &W) { in serialize()
281 static bool deserialize(SPSInputBuffer &IB, tpctypes::BufferWrite &W) { in deserialize()
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerDictionary.h54 DictionaryEntry(Word W) : W(W) {} in DictionaryEntry()
55 DictionaryEntry(Word W, size_t PositionHint) in DictionaryEntry()
89 bool ContainsWord(const Word &W) const { in ContainsWord()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Denum.C5 struct W { struct
9 struct X : public W argument
/openbsd-src/gnu/gcc/gcc/config/score/
H A Dscore-conv.h48 #define UIMM_IN_RANGE(V, W) ((V) >= 0 && (V) < ((HOST_WIDE_INT) 1 << (W))) argument
50 #define SIMM_IN_RANGE(V, W) \ argument
54 #define IMM_IN_RANGE(V, W, S) \ argument
/openbsd-src/gnu/llvm/clang/utils/ABITest/
H A DEnumeration.py85 def getNthPairBounded(N,W=aleph0,H=aleph0,useDivmod=False): argument
129 def getNthPairBoundedChecked(N,W=aleph0,H=aleph0,useDivmod=False,GNP=getNthPairBounded): argument
134 def getNthNTuple(N, W, H=aleph0, useLeftToRight=False): argument
156 def getNthNTupleChecked(N, W, H=aleph0, useLeftToRight=False, GNT=getNthNTuple): argument
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/
H A DLVReaderHandler.h43 ScopedPrinter &W; variable
68 LVReaderHandler(ArgVector &Objects, ScopedPrinter &W, in LVReaderHandler()
/openbsd-src/lib/libz/
H A Dcrc32.c74 # define W Z_TESTW macro
78 # define W 8 /* required for MAKECRCH */ macro
81 # define W 8 macro
83 # define W 4 macro
92 # define W 4 macro
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dcrc32.c76 # define W Z_TEST macro
80 # define W global() macro
83 # define W global() macro
85 # define W global() macro
94 # define W global() macro
[all...]
/openbsd-src/sys/lib/libz/
H A Dcrc32.c74 # define W Z_TESTW macro
78 # define W 8 /* required for MAKECRCH */ macro
81 # define W 8 macro
83 # define W 4 macro
92 # define W 4 macro
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeDumpVisitor.h30 TypeDumpVisitor(TypeCollection &TpiTypes, ScopedPrinter *W, in TypeDumpVisitor()
76 ScopedPrinter *W; variable
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DOrcRTBootstrap.cpp30 for (auto &W : Ws) in writeUIntsWrapper() local
41 for (auto &W : Ws) in writeBuffersWrapper() local
/openbsd-src/gnu/usr.bin/perl/cpan/Digest-SHA/src/
H A Dsha.h82 #define SHA32_SCHED(W, b) Copy(b, W, 64, char) argument
85 #define SHA64_SCHED(W, b) Copy(b, W, 128, char) argument
90 #define SHA32_SCHED(W, b) { int t; SHA32 *q = W; \ argument
97 #define SHA64_SCHED(W, b) { int t; SHA64 *q = W; \ argument
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h35 ScopedPrinter &W; variable
42 PrinterContext(ScopedPrinter &W, const object::ELFObjectFile<ELFT> &ObjF) in PrinterContext()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcrash65.C12 struct W {}; // ERROR - inside template parms struct
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h49 static bool classof(const MCObjectTargetWriter *W) { in classof()
136 support::endian::Writer W; variable
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp161 static void combineWeight(Weight &W, const Weight &OtherW) { in combineWeight()
203 for (const Weight &W : Weights) in combineWeightsByHashing() local
266 [](uint64_t Sum, const Weight &W) { in normalize()
455 for (const Weight &W : Dist.Weights) { in distributeMass() local
864 for (const Weight &W : Dist.Weights) { in adjustLoopHeaderMass() local
875 for (const Weight &W : Dist.Weights) { in distributeIrrLoopHeaderMass() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/noncompile/
H A D980615-0.f9 SUBROUTINE foo(W) argument
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp163 bool AppleAcceleratorTable::dumpName(ScopedPrinter &W, in dumpName()
206 ScopedPrinter W(OS); in dump() local
670 bool DWARFDebugNames::NameIndex::dumpEntry(ScopedPrinter &W, in dumpEntry()
685 void DWARFDebugNames::NameIndex::dumpName(ScopedPrinter &W, in dumpName()
733 void DWARFDebugNames::NameIndex::dumpBucket(ScopedPrinter &W, in dumpBucket()
792 ScopedPrinter W(OS); in dump() local

12345678