Home
last modified time | relevance | path

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

12345678

/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
Dcond1.C5 struct W struct
7 W () {} in W() argument
15 W m; in foo() argument
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
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/usr.bin/gcc/gcc/testsuite/g++.dg/debug/
Ddebug1.C29 template <class T> struct W struct
32 W() : w (0) {} in W() argument
/openbsd/src/gnu/llvm/clang/lib/Headers/
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 …]
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 …]
Davx512vldqintrin.h781 #define _mm_mask_range_pd(W, U, A, B, C) \ argument
799 #define _mm256_mask_range_pd(W, U, A, B, C) \ argument
817 #define _mm_mask_range_ps(W, U, A, B, C) \ argument
834 #define _mm256_mask_range_ps(W, U, A, B, C) \ argument
850 #define _mm_mask_reduce_pd(W, U, A, B) \ argument
865 #define _mm256_mask_reduce_pd(W, U, A, B) \ argument
880 #define _mm_mask_reduce_ps(W, U, A, B) \ argument
895 #define _mm256_mask_reduce_ps(W, U, A, B) \ argument
1074 #define _mm256_mask_extractf64x2_pd(W, U, A, imm) \ argument
1092 #define _mm256_mask_extracti64x2_epi64(W, U, A, imm) \ argument
[all …]
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
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/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
Dsyntax4.C20 typedef ::X W; typedef
25 class Y::W () {} // ERROR - parse error in W() function
/openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/
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()
DFuzzerMutate.cpp23 static void PrintASCII(const Word &W, const char *PrintAfter) { in PrintASCII()
186 const Word &W = DE.GetW(); in ApplyDictionaryEntry() local
218 Word W; in MakeDictionaryEntryFromCMP() local
262 Word W; in Mutate_AddWordFromTORC() local
591 void MutationDispatcher::AddWordToManualDictionary(const Word &W) { in AddWordToManualDictionary()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
Denum.C5 struct W { struct
9 struct X : public W argument
/openbsd/src/gnu/gcc/gcc/config/score/
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/
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/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
Dcrc32.c76 # define W Z_TESTW macro
80 # define W 8 /* required for MAKECRCH */ macro
83 # define W 8 macro
85 # define W 4 macro
94 # define W 4 macro
/openbsd/src/sys/lib/libz/
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/lib/libz/
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/
DTypeDumpVisitor.h30 TypeDumpVisitor(TypeCollection &TpiTypes, ScopedPrinter *W, in TypeDumpVisitor()
76 ScopedPrinter *W; variable
/openbsd/src/gnu/usr.bin/perl/cpan/Digest-SHA/src/
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/gcc/gcc/config/m32c/
Dm32c-lib1.S35 #define W w macro
39 #define W l macro
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DDwarfCFIEHPrinter.h35 ScopedPrinter &W; variable
42 PrinterContext(ScopedPrinter &W, const object::ELFObjectFile<ELFT> &ObjF) in PrinterContext()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
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/llvm/llvm/include/llvm/MC/
DMCMachObjectWriter.h49 static bool classof(const MCObjectTargetWriter *W) { in classof()
136 support::endian::Writer W; variable
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
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
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-bfin.c1444 bfin_gen_ldstidxi (REG_T ptr, REG_T reg, int W, int sz, int Z, Expr_Node * poffset) in bfin_gen_ldstidxi()
1507 bfin_gen_ldst (REG_T ptr, REG_T reg, int aop, int sz, int Z, int W) in bfin_gen_ldst()
1528 bfin_gen_ldstii (REG_T ptr, REG_T reg, Expr_Node * poffset, int W, int op) in bfin_gen_ldstii()
1565 bfin_gen_ldstiifp (REG_T sreg, Expr_Node * poffset, int W) in bfin_gen_ldstiifp()
1579 bfin_gen_ldstpmod (REG_T ptr, REG_T reg, int aop, int W, REG_T idx) in bfin_gen_ldstpmod()
1593 bfin_gen_dspldst (REG_T i, REG_T reg, int aop, int W, int m) in bfin_gen_dspldst()
1825 bfin_gen_pushpopmultiple (int dr, int pr, int d, int p, int W) in bfin_gen_pushpopmultiple()
1839 bfin_gen_pushpopreg (REG_T reg, int W) in bfin_gen_pushpopreg()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
Dcrash65.C12 struct W {}; // ERROR - inside template parms struct

12345678