Home
last modified time | relevance | path

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

12345678910

/llvm-project/llvm/unittests/Bitstream/
H A DBitstreamWriterTest.cpp26 BitstreamWriter W(Buffer); in TEST() local
34 BitstreamWriter W(Buffer); in TEST() local
39 BitstreamWriter W(Expected); in TEST() local
52 BitstreamWriter W(Buffer); in TEST() local
59 BitstreamWriter W(Buffer); in TEST() local
75 BitstreamWriter W(Out, FlushThreshold); in write() local
84 [&](BitstreamWriter &W) { W.EmitVBR(42, 2); }); in TEST_P()
99 write(TestFile.path(), GetParam(), [&](BitstreamWriter &W) { in TEST_P()
125 write(TestFile.path(), GetParam(), [&](BitstreamWriter &W) { in TEST_P()
/llvm-project/flang/test/Semantics/
H A Dresolve54.f9033 real :: W, Y local
37 real :: W, Z local
45 real :: W, Z local
49 real :: W, Y local
61 real :: W, Y local
66 integer :: W, Z local
75 integer :: W, Z local
78 real :: W, Y local
151 class(APPLE), optional :: W local
161 class(APPLE), optional :: W local
/llvm-project/libcxx/test/std/input.output/syncstream/osyncstream/syncstream.osyncstream.cons/
H A Dcons.ostream.pass.cpp33 using W = std::basic_ostringstream<CharT>; in test() typedef
60 using W = std::basic_ostringstream<CharT, constexpr_char_traits<CharT>>; in test() typedef
87 using W = std::basic_ostringstream<CharT, constexpr_char_traits<CharT>, test_allocator<CharT>>; in test() typedef
H A Dcons.ostream.allocator.pass.cpp33 using W = std::basic_ostringstream<CharT>; in test() typedef
58 using W = std::basic_ostringstream<CharT, constexpr_char_traits<CharT>>; in test() typedef
83 using W = std::basic_ostringstream<CharT, constexpr_char_traits<CharT>, test_allocator<CharT>>; in test() typedef
H A Dcons.pointer.pass.cpp33 using W = std::basic_stringbuf<CharT>; in test() typedef
66 using W = std::basic_stringbuf<CharT, constexpr_char_traits<CharT>>; in test() typedef
99 using W = std::basic_stringbuf<CharT, constexpr_char_traits<CharT>, test_allocator<CharT>>; in test() typedef
H A Dcons.move.pass.cpp35 using W = std::basic_syncbuf<CharT>; in test() typedef
67 using W = std::basic_stringbuf<CharT, constexpr_char_traits<CharT>>; in test() typedef
98 using W = std::basic_stringbuf<CharT, constexpr_char_traits<CharT>, test_allocator<CharT>>; in test() typedef
H A Dcons.pointer.allocator.pass.cpp33 using W = std::basic_stringbuf<CharT>; in test() typedef
64 using W = std::basic_stringbuf<CharT, constexpr_char_traits<CharT>>; in test() typedef
95 using W = std::basic_stringbuf<CharT, constexpr_char_traits<CharT>, test_allocator<CharT>>; in test() typedef
/llvm-project/clang-tools-extra/clangd/
H A DFuzzyMatch.cpp85 for (int W = 0; W < P; ++W) local
192 for (int W = 0, P = 0; P != PatN; ++W) { in init() local
217 for (int W = 0; W < WordN; ++W) { in buildGraph() local
223 for (int W = P; W < WordN; ++W) { in buildGraph() local
251 bool FuzzyMatcher::allowMatch(int P, int W, Action Last) const { in allowMatch()
269 int FuzzyMatcher::skipPenalty(int W, Action Last) const { in skipPenalty()
280 int FuzzyMatcher::matchBonus(int P, int W, Action Last) const { in matchBonus()
340 for (int W = WordN - 1, P = PatN - 1; W >= 0; --W) { in dumpLast() local
/llvm-project/llvm/unittests/ADT/
H A DPriorityWorklistTest.cpp28 TypeParam W; in TYPED_TEST() local
77 TypeParam W; in TYPED_TEST() local
122 TypeParam W; in TYPED_TEST() local
/llvm-project/llvm/unittests/Support/
H A DScopedPrinterTest.cpp19 auto PrintFunc = [](ScopedPrinter &W) { in TEST() argument
122 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F() argument
138 auto PrintFunc = [](ScopedPrinter &W) { in TEST_F() argument
158 __anon546dd6cd0402(ScopedPrinter &W) TEST_F() argument
172 __anon546dd6cd0502(ScopedPrinter &W) TEST_F() argument
204 __anon546dd6cd0602(ScopedPrinter &W) TEST_F() argument
225 __anon546dd6cd0702(ScopedPrinter &W) TEST_F() argument
250 __anon546dd6cd0802(ScopedPrinter &W) TEST_F() argument
544 __anon546dd6cd0902(ScopedPrinter &W) TEST_F() argument
689 __anon546dd6cd0a02(ScopedPrinter &W) TEST_F() argument
706 __anon546dd6cd0b02(ScopedPrinter &W) TEST_F() argument
715 __anon546dd6cd0c02(ScopedPrinter &W) TEST_F() argument
824 __anon546dd6cd0d02(ScopedPrinter &W) TEST_F() argument
836 __anon546dd6cd0f02(ScopedPrinter &W) TEST_F() argument
856 __anon546dd6cd1002(ScopedPrinter &W) TEST_F() argument
874 __anon546dd6cd1102(ScopedPrinter &W) TEST_F() argument
896 __anon546dd6cd1202(ScopedPrinter &W) TEST_F() argument
927 __anon546dd6cd1302(ScopedPrinter &W) TEST_F() argument
1124 __anon546dd6cd1402(ScopedPrinter &W) TEST_F() argument
1136 __anon546dd6cd1502(ScopedPrinter &W) TEST_F() argument
1149 __anon546dd6cd1602(ScopedPrinter &W) TEST_F() argument
1156 __anon546dd6cd1702(ScopedPrinter &W) TEST_F() argument
[all...]
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp151 for (auto &W : Ws) writeUInt8sAsync() local
158 for (auto &W : Ws) writeUInt16sAsync() local
165 for (auto &W : Ws) writeUInt32sAsync() local
172 for (auto &W : Ws) writeUInt64sAsync() local
179 for (auto &W : Ws) writeBuffersAsync() local
187 for (auto &W : Ws) writePointersAsync() local
190 for (auto &W : Ws) writePointersAsync() local
[all...]
/llvm-project/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 …]
/llvm-project/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-vftables.cpp35 struct W { struct
36 virtual ~W() {} in ~W()
H A Dmicrosoft-abi-vtables-virtual-inheritance.cpp265 struct W : virtual A { struct
333 struct W : Z, D, virtual A, virtual B { struct
366 W::W() {} in W() function in Test9::W
452 struct W : virtual X, A {}; struct
474 struct W : Z { struct
480 int w;
484 W::W() {} in W() function in Test12::W
509 struct W : Z, X { struct
610 struct W : Z { struct
754 struct W : B, Y { struct
[all …]
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/
H A Dp5.cpp61 struct W { struct
65 W w = W(); // ok argument
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h281 static size_t size(const tpctypes::UIntWrite<T> &W) { in size()
285 static bool serialize(SPSOutputBuffer &OB, const tpctypes::UIntWrite<T> &W) { in serialize()
290 static bool deserialize(SPSInputBuffer &IB, tpctypes::UIntWrite<T> &W) { in deserialize()
300 static size_t size(const tpctypes::BufferWrite &W) { in size()
305 static bool serialize(SPSOutputBuffer &OB, const tpctypes::BufferWrite &W) { in serialize()
310 static bool deserialize(SPSInputBuffer &IB, tpctypes::BufferWrite &W) { in deserialize()
321 static size_t size(const tpctypes::PointerWrite &W) { in size()
326 static bool serialize(SPSOutputBuffer &OB, const tpctypes::PointerWrite &W) { in serialize()
331 static bool deserialize(SPSInputBuffer &IB, tpctypes::PointerWrite &W) { in deserialize()
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDictionary.h54 DictionaryEntry(Word W) DictionaryEntry() argument
55 DictionaryEntry(Word W,size_t PositionHint) DictionaryEntry() argument
89 ContainsWord(const Word & W) ContainsWord() argument
[all...]
/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DEPCGenericMemoryAccessTest.cpp26 for (auto &W : Ws) in testWriteUInts() local
37 for (auto &W : Ws) in testWriteBuffers() local
49 for (auto &W : Ws) in testWritePointers() local
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/
H A DLVReaderHandler.h43 ScopedPrinter &W; variable
69 LVReaderHandler(ArgVector &Objects, ScopedPrinter &W, in LVReaderHandler()
/llvm-project/llvm/unittests/DebugInfo/LogicalView/
H A DLocationRangesTest.cpp35 ReaderTest(ScopedPrinter &W) : LVReader("", "", W) { setInstance(this); } in ReaderTest()
115 ReaderTestLocations(ScopedPrinter &W) : ReaderTest(W) {} in ReaderTestLocations()
355 ReaderTestCoverage(ScopedPrinter &W) : ReaderTest(W) {} in ReaderTestCoverage()
557 ScopedPrinter W(outs()); in TEST() local
573 ScopedPrinter W(outs()); in TEST() local
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dnested-types.cpp58 using W = T::NestedTypedef; typedef
62 struct W { struct in U
63 MU::W global() argument
64 NU::W global() argument
/llvm-project/clang/test/Sema/
H A Dgnu-asm-pmf.cpp20 struct W : virtual V { struct
42 __asm__ __volatile__ ("" : : "r"(&W::f)); in f() argument
/llvm-project/llvm/lib/Transforms/HipStdPar/
H A DHipStdPar.cpp76 raw_string_ostream OS(W); in checkIfSupported() local
174 std::string W; checkIfSupported() local
291 std::string W; run() local
/llvm-project/clang/test/CodeGen/
H A D2002-12-15-GlobalConstantTest.c4 const char *W = "foo"; variable
/llvm-project/clang/lib/Headers/
H A Davx512dqintrin.h351 #define _mm512_mask_cvt_roundpd_epi64(W, U, A, R) \ argument
390 #define _mm512_mask_cvt_roundpd_epu64(W, U, A, R) \ argument
429 #define _mm512_mask_cvt_roundps_epi64(W, U, A, R) \ argument
468 #define _mm512_mask_cvt_roundps_epu64(W, U, A, R) \ argument
503 #define _mm512_mask_cvt_roundepi64_pd(W, U, A, R) \ argument
542 #define _mm512_mask_cvt_roundepi64_ps(W, U, A, R) \ argument
582 #define _mm512_mask_cvtt_roundpd_epi64(W, U, A, R) \ argument
621 #define _mm512_mask_cvtt_roundpd_epu64(W, U, A, R) \ argument
660 #define _mm512_mask_cvtt_roundps_epi64(W, U, A, R) \ argument
699 #define _mm512_mask_cvtt_roundps_epu64(W, U, A, R) \ argument
[all …]

12345678910