Home
last modified time | relevance | path

Searched defs:P5 (Results 1 – 22 of 22) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Dpartial-reinitialization1.c62 struct P5 { struct
71 // CHECK: @l5 ={{.*}} global %struct.P5 { i32 1, %struct.Q5 { i32 6, i32 9, i32 8 }, i32 5 } argument
H A Dbitfield-access-pad.c158 struct P5 { global() struct
163 bP5 global() argument
/llvm-project/clang/test/CodeGenObjC/
H A Dprotocols-lazy.m36 @protocol P5; protocol
41 @protocol P5 -im1; @end protocol
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmake-unique-default-init.cpp42 std::unique_ptr<int> P5 = std::unique_ptr<int>((new int())); in basic() local
H A Dmake-shared.cpp80 auto P5 = std::shared_ptr<int>(new int); in basic() local
H A Dmake-unique.cpp119 auto P5 = std::unique_ptr<int>(new int); in basic() local
/llvm-project/libc/AOR_v20.02/math/
H A Dv_logf.c20 #define P5 v_f32 (Poly[2]) macro
/llvm-project/clang/test/SemaObjC/
H A Dproperty-12.m23 @protocol P5 protocol
H A Dobjcbridge-attribute-arc.m58 @protocol P5 @end protocol
H A Dobjcbridge-attribute.m61 @protocol P5 @end protocol
/llvm-project/libcxx/test/libcxx/utilities/memory/pointer.conversion/
H A Dto_address.pass.cpp57 struct P5 { struct
58 using element_type = Irrelevant;
/llvm-project/libcxx/test/std/utilities/memory/pointer.conversion/
H A Dto_address.pass.cpp59 struct P5 { struct
60 using element_type = Irrelevant;
/llvm-project/clang/test/SemaObjCXX/
H A Dobjcbridge-static-cast.mm43 @protocol P5 @end protocol
H A Dobjcbridge-attribute.mm43 @protocol P5 @end protocol
H A Dobjcbridge-attribute-arc.mm43 @protocol P5 @end protocol
/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair/
H A Dassign_rv_pair.pass.cpp128 using P5 = std::pair<NotAssignable&, int>; in test() typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dshared-ptr-array-mismatch.cpp32 std::shared_ptr<int[]> P5(new int[10]); in f1() local
H A Dunique-ptr-array-mismatch.cpp46 std::unique_ptr<int[]> P5(new int[10]); in f1() local
/llvm-project/clang/test/CodeGenCXX/
H A Dbitfield-access-empty.cpp107 ~P5(); struct
/llvm-project/clang/test/Index/
H A Doverrides.m53 @protocol P5 protocol
/llvm-project/clang/test/ARCMT/
H A Dobjcmt-protocol-conformance.m65 @protocol P5 <P3, P4> protocol
/llvm-project/llvm/unittests/Object/
H A DELFObjectFileTest.cpp1186 PGOAnalysisMap P5 = {{}, {}, {false, false, false, false, false}}; in TEST() local