Home
last modified time | relevance | path

Searched defs:P7 (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Dbitfield-access-empty.cpp134 struct P7 { global() struct
140 cP7 global() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmake-unique-default-init.cpp56 std::unique_ptr<int[]> P7, P8; in basic() local
H A Dmake-shared.cpp85 std::shared_ptr<int> P7 = std::shared_ptr<int>((new int)); in basic() local
H A Dmake-unique.cpp124 std::unique_ptr<int> P7 = std::unique_ptr<int>((new int)); in basic() local
/llvm-project/clang/test/CodeGen/
H A Dbitfield-access-pad.c216 struct P7 { global() struct
221 bP7 global() argument
/llvm-project/libc/AOR_v20.02/math/
H A Dv_logf.c18 #define P7 v_f32 (Poly[0]) macro
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dunique-ptr-array-mismatch.cpp50 std::unique_ptr<int, A> P7(new int[10]); in f1() local
/llvm-project/libcxx/test/libcxx/utilities/memory/pointer.conversion/
H A Dto_address.pass.cpp70 namespace P7 { namespace
/llvm-project/libcxx/test/std/utilities/memory/pointer.conversion/
H A Dto_address.pass.cpp72 namespace P7 { namespace