Home
last modified time | relevance | path

Searched defs:V4 (Results 1 – 18 of 18) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cert/
H A Dmem57-cpp.cpp36 auto *V4 = new Vector4; in f() local
/llvm-project/llvm/unittests/Support/
H A DAlignOfTest.cpp66 struct V4 : virtual V2 { int y; argument
/llvm-project/clang/test/AST/Interp/
H A Dconst-fpfeatures.cpp
/llvm-project/clang/test/Preprocessor/
H A Dmacro_vaopt_check.cpp21 #define V4(...) __VA_OPT__(__VA_ARGS__) macro
/llvm-project/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-vtables-virtual-inheritance-vtordisps.cpp28 struct V4 : Z, V1, V2 { struct
29 int y;
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DDebugSupportTest.cpp91 auto V4 = Ctx.atom(); in TEST() local
/llvm-project/clang/test/AST/
H A Dconst-fpfeatures.cpp39 float V4 = add_cast_round_up(1.0F, 0x0.000001p0F); variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/fuchsia/
H A Dmultiple-inheritance.cpp97 struct V4 : virtual Base2 {}; struct
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp65 enum E4 { V4 } constexpr e4 = V4; enumerator
/llvm-project/llvm/unittests/ADT/
H A DBitmaskEnumTest.cpp27 enum Flags2 { V0 = 0, V1 = 1, V2 = 2, V3 = 4, V4 = 8 }; enumerator
H A DSTLExtrasTest.cpp856 std::shared_ptr<int> V4 = V3; TEST() local
972 SmallVector<Foo, 4U> V1, V2, V3, V4; TEST() local
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h127 V4 = 4 global() enumerator
/llvm-project/clang/unittests/Interpreter/
H A DInterpreterTest.cpp327 Value V4; in TEST_F() local
/llvm-project/clang/test/Sema/
H A Dconstexpr.c32 constexpr auto V4 = 1; variable
/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp102 uint64_t V4 = Seed - PRIME64_1; xxHash64() local
/llvm-project/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp266 __declspec(property(get=GetV_NotExist, put=SetV)) int V4; global() member
/llvm-project/llvm/unittests/IR/
H A DConstantsTest.cpp571 EXPECT_TRUE(V4->containsUndefOrPoisonElement()); in TEST() local
/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp2278 double V4 = V * 4.0; ConstantFoldScalarCall1() local