Home
last modified time | relevance | path

Searched defs:V3 (Results 1 – 25 of 44) sorted by relevance

12

/llvm-project/clang/test/CodeGen/
H A Drounding-math.cpp9 float V3 = func_01(1.0F, 2.0F); variable
/llvm-project/clang/test/Parser/
H A Dcxx-template-template-recovery.cpp21 auto V3 = true; // #V3 variable
/llvm-project/libcxx/test/std/ranges/range.req/range.view/
H A Denable_view.compile.pass.cpp87 struct V3 : std::ranges::view_interface<V1> {}; struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dcompare-pointer-to-member-virtual-function.cpp45 void (A::*V3)(int) = &A::g1; in base() local
/llvm-project/clang/test/CodeGenCXX/
H A Dvtt-layout-address-space.cpp32 class V3 {virtual void g(); }; class
51 class V3 {virtual void g(); }; class
H A Dvtt-layout.cpp32 class V3 {virtual void g(); }; class
51 class V3 {virtual void g(); }; class
H A Dvtt-address-space.cpp12 class V3 { virtual void g(); }; class
H A Dmicrosoft-abi-vtables-virtual-inheritance-vtordisps.cpp25 struct V3 : Z, V2 { struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cert/
H A Dmem57-cpp.cpp35 auto *V3 = new Vector3; in f() local
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DDebugSupportTest.cpp90 auto V3 = Ctx.atom(); in TEST() local
106 auto V3 = Ctx.atom(); in TEST() local
/llvm-project/clang/test/Layout/
H A Dms-x86-aligned-tail-padding.cpp36 struct V3 { struct
38 V3() : a(0xf0000022) {} in V3() argument
/llvm-project/clang/test/AST/Interp/
H A Dconst-fpfeatures.cpp
/llvm-project/clang/test/Preprocessor/
H A Dmacro_vaopt_check.cpp18 #define V3(...) __VA_OPT__( macro
/llvm-project/clang/test/CodeGen/X86/
H A Dsse41-builtins.c29 test_mm_blendv_epi8(__m128i V1,__m128i V2,__m128i V3) test_mm_blendv_epi8() argument
35 test_mm_blendv_pd(__m128d V1,__m128d V2,__m128d V3) test_mm_blendv_pd() argument
41 test_mm_blendv_ps(__m128 V1,__m128 V2,__m128 V3) test_mm_blendv_ps() argument
/llvm-project/libcxx/test/std/utilities/variant/variant.visit/
H A Dvisit_return_type.pass.cpp220 using V3 = std::variant<bool, int, int>; in test_constexpr_void() typedef
229 using V3 = std::variant<void *, int, int>; in test_constexpr_void() typedef
263 using V3 = std::variant<bool, int, int>; in test_constexpr_int() typedef
272 using V3 = std::variant<void *, int, int>; in test_constexpr_int() typedef
H A Dvisit.pass.cpp217 using V3 = std::variant<bool, int, int>; in test_constexpr() typedef
226 using V3 = std::variant<void *, int, int>; in test_constexpr() typedef
/llvm-project/clang/test/AST/
H A Dconst-fpfeatures.cpp38 float V3 = add_cast_round_down(1.0F, 0x0.000001p0F); variable
/llvm-project/llvm/unittests/Support/
H A DAlignOfTest.cpp63 struct V3 : V1 { struct
/llvm-project/llvm/examples/IRTransforms/
H A DSimplifyCFG.cpp47 enum TutorialVersion { V1, V2, V3 }; enumerator
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/fuchsia/
H A Dmultiple-inheritance.cpp96 struct V3 : virtual Base2 {}; struct
/llvm-project/llvm/lib/BinaryFormat/
H A DAMDGPUMetadataVerifier.cpp25 namespace V3 { namespace
/llvm-project/llvm/unittests/ADT/
H A DFallibleIteratorTest.cpp284 Expected<Item> V3 = *I; in TEST() local
H A DSTLExtrasTest.cpp855 std::shared_ptr<int> V3 = std::make_shared<int>(0); TEST() local
887 const std::list<int> V3 = {1, 3, 5}; TEST() local
901 const std::list<int> V3 = {1, 3, 5}; TEST() local
923 const std::list<int> V3 = {1, 3, 5}; TEST() local
972 SmallVector<Foo, 4U> V1, V2, V3, V4; TEST() local
[all...]
H A DBitmaskEnumTest.cpp27 enum Flags2 { V0 = 0, V1 = 1, V2 = 2, V3 = 4, V4 = 8 }; enumerator
[all...]
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp61 constexpr enum E3 { V3 } e3 = V3; enumerator

12