Home
last modified time | relevance | path

Searched defs:P6 (Results 1 – 17 of 17) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Dbitfield-access-empty.cpp116 struct P6 { global() struct
122 cP6 global() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmake-unique-default-init.cpp45 std::unique_ptr<int> P6 = std::unique_ptr<int>((new int)); in basic() local
H A Dmake-shared.cpp82 std::shared_ptr<int> P6 = std::shared_ptr<int>((new int())); in basic() local
H A Dmake-unique.cpp121 std::unique_ptr<int> P6 = std::unique_ptr<int>((new int())); in basic() local
/llvm-project/clang/test/CodeGen/
H A Dbitfield-access-pad.c186 struct P6 { global() struct
193 bP6 global() argument
/llvm-project/clang/test/CodeGenObjC/
H A Dprotocols-lazy.m51 @protocol P6 -im1; @end protocol
/llvm-project/libc/AOR_v20.02/math/
H A Dv_logf.c19 #define P6 v_f32 (Poly[1]) macro
/llvm-project/clang/test/SemaObjC/
H A Dproperty-12.m27 @protocol P6 protocol
/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair/
H A Dassign_rv_pair.pass.cpp129 using P6 = std::pair<NotAssignable&&, int>; in test() typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dshared-ptr-array-mismatch.cpp33 std::shared_ptr<int> P6(new int[10], [](const int *Ptr) {}); in f1() local
H A Dunique-ptr-array-mismatch.cpp49 std::unique_ptr<int, A> P6(new int[10], deleter); in f1() local
/llvm-project/clang/test/Index/
H A Doverrides.m58 @protocol P6 protocol
/llvm-project/clang/test/ARCMT/
H A Dobjcmt-protocol-conformance.m69 @protocol P6 <P3, P4, P5> protocol
/llvm-project/libcxx/test/libcxx/utilities/memory/pointer.conversion/
H A Dto_address.pass.cpp62 struct P6 {}; struct
/llvm-project/libcxx/test/std/utilities/memory/pointer.conversion/
H A Dto_address.pass.cpp64 struct P6 {}; struct
/llvm-project/llvm/unittests/IR/
H A DConstantsTest.cpp194 Constant *P6 = ConstantExpr::getBitCast(P4, FixedVectorType::get(Int16Ty, 2)); TEST() local
[all...]
/llvm-project/llvm/unittests/Object/
H A DELFObjectFileTest.cpp1192 PGOAnalysisMap P6 = {{}, in TEST() local