/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cert/ |
H A D | mem57-cpp.cpp | 36 auto *V4 = new Vector4; in f() local
|
/llvm-project/llvm/unittests/Support/ |
H A D | AlignOfTest.cpp | 66 struct V4 : virtual V2 { int y; argument
|
/llvm-project/clang/test/AST/Interp/ |
H A D | const-fpfeatures.cpp |
|
/llvm-project/clang/test/Preprocessor/ |
H A D | macro_vaopt_check.cpp | 21 #define V4(...) __VA_OPT__(__VA_ARGS__) macro
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | microsoft-abi-vtables-virtual-inheritance-vtordisps.cpp | 28 struct V4 : Z, V1, V2 { struct 29 int y;
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | DebugSupportTest.cpp | 91 auto V4 = Ctx.atom(); in TEST() local
|
/llvm-project/clang/test/AST/ |
H A D | const-fpfeatures.cpp | 39 float V4 = add_cast_round_up(1.0F, 0x0.000001p0F); variable
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/fuchsia/ |
H A D | multiple-inheritance.cpp | 97 struct V4 : virtual Base2 {}; struct
|
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
H A D | p1.cpp | 65 enum E4 { V4 } constexpr e4 = V4; enumerator
|
/llvm-project/llvm/unittests/ADT/ |
H A D | BitmaskEnumTest.cpp | 27 enum Flags2 { V0 = 0, V1 = 1, V2 = 2, V3 = 4, V4 = 8 }; enumerator
|
H A D | STLExtrasTest.cpp | 856 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 D | NVPTX.h | 127 V4 = 4 global() enumerator
|
/llvm-project/clang/unittests/Interpreter/ |
H A D | InterpreterTest.cpp | 327 Value V4; in TEST_F() local
|
/llvm-project/clang/test/Sema/ |
H A D | constexpr.c | 32 constexpr auto V4 = 1; variable
|
/llvm-project/llvm/lib/Support/ |
H A D | xxhash.cpp | 102 uint64_t V4 = Seed - PRIME64_1; xxHash64() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | MicrosoftExtensions.cpp | 266 __declspec(property(get=GetV_NotExist, put=SetV)) int V4; global() member
|
/llvm-project/llvm/unittests/IR/ |
H A D | ConstantsTest.cpp | 571 EXPECT_TRUE(V4->containsUndefOrPoisonElement()); in TEST() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 2278 double V4 = V * 4.0; ConstantFoldScalarCall1() local
|