Home
last modified time | relevance | path

Searched defs:P (Results 1 – 25 of 1618) sorted by relevance

12345678910>>...65

/llvm-project/clang/test/Analysis/
H A Dsmart-ptr.cpp18 void derefAfterMove(std::unique_ptr<int> P) { in derefAfterMove()
51 std::unique_ptr<A> P(new A()); in derefAfterValidCtr() local
56 void derefOfUnknown(std::unique_ptr<A> P) { in derefOfUnknown()
61 std::unique_ptr<A> P; in derefAfterDefaultCtr() local
67 std::unique_ptr<A> P(nullptr); in derefAfterCtrWithNull() local
74 std::unique_ptr<A> P(InnerPtr); in derefAfterCtrWithNullVariable() local
80 std::unique_ptr<A> P(new A()); in derefAfterRelease() local
87 std::unique_ptr<A> P(new A()); in derefAfterReset() local
94 std::unique_ptr<A> P(new A()); in derefAfterResetWithNull() local
100 std::unique_ptr<A> P; in derefAfterResetWithNonNull() local
[all …]
H A Dsmart-ptr-text-output.cpp26 std::unique_ptr<A> P; // expected-note {{Default constructed smart pointer 'P' is null}} in derefAfterDefaultCtr() local
33 …std::unique_ptr<A> P(NullInnerPtr); // expected-note {{Smart pointer 'P' is constructed using a nu… in derefAfterCtrWithNull() local
40 …std::unique_ptr<A> P(NullInnerPtr); // expected-note {{Smart pointer 'P' is constructed using a nu… in derefAfterCtrWithNullVariable() local
46 std::unique_ptr<A> P(new A()); // expected-note {{Smart pointer 'P' is constructed}} in derefAfterRelease() local
54 std::unique_ptr<A> P(new A()); // expected-note {{Smart pointer 'P' is constructed}} in derefAfterReset() local
62 std::unique_ptr<A> P(new A()); // expected-note {{Smart pointer 'P' is constructed}} in derefAfterResetWithNull() local
71 std::unique_ptr<A> P; // FIXME: add note "Default constructed smart pointer 'P' is null" in derefOnReleasedNullRawPtr() local
78 std::unique_ptr<A> P(new A()); // expected-note {{Smart pointer 'P' is constructed}} in derefOnSwappedNullPtr() local
87 std::unique_ptr<A> P; // expected-note {{Default constructed smart pointer 'P' is null}} in derefOnStdSwappedNullPtr() local
95 std::unique_ptr<A> P; member
[all …]
/llvm-project/libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/
H A Dabi.trivial_copy_move.pass.cpp89 typedef std::pair<int, short> P; in test_trivial() typedef
95 typedef std::pair<int, short> P; in test_trivial() typedef
100 using P = std::pair<NonTrivialDtor, int>; in test_trivial() typedef
109 using P = std::pair<NonTrivialCopy, int>; in test_trivial() typedef
117 using P = std::pair<NonTrivialMove, int>; in test_trivial() typedef
125 using P = std::pair<DeletedCopy, int>; in test_trivial() typedef
133 using P = std::pair<Trivial, int>; in test_trivial() typedef
141 using P = std::pair<TrivialMove, int>; in test_trivial() typedef
150 using P = std::pair<TrivialNoAssignment, int>; in test_trivial() typedef
160 using P = std::pair<TrivialNoConstruction, int>; in test_trivial() typedef
H A Dabi.non_trivial_copy_move.pass.cpp81 typedef std::pair<int, short> P; in test_trivial() typedef
87 typedef std::pair<int, short> P; in test_trivial() typedef
92 using P = std::pair<NonTrivialDtor, int>; in test_trivial() typedef
101 using P = std::pair<NonTrivialCopy, int>; in test_trivial() typedef
109 using P = std::pair<NonTrivialMove, int>; in test_trivial() typedef
117 using P = std::pair<DeletedCopy, int>; in test_trivial() typedef
125 using P = std::pair<Trivial, int>; in test_trivial() typedef
133 using P = std::pair<TrivialMove, int>; in test_trivial() typedef
H A Dassign_tuple_like.pass.cpp29 using P = std::pair<int, C>; in main() typedef
43 using P = std::pair<int, C>; in main() typedef
57 using P = std::pair<C, C>; in main() typedef
71 using P = std::pair<C, C>; in main() typedef
85 using P = std::pair<C, C>; in main() typedef
/llvm-project/clang/test/CodeGen/X86/
H A Dmovbe-builtins.c7 short test_loadbe_i16(const short *P) { in test_loadbe_i16()
14 void test_storebe_i16(short *P, short D) { in test_storebe_i16()
21 int test_loadbe_i32(const int *P) { in test_loadbe_i32()
28 void test_storebe_i32(int *P, int D) { in test_storebe_i32()
36 long long test_loadbe_i64(const long long *P) { in test_loadbe_i64()
43 void test_storebe_i64(long long *P, long long D) { in test_storebe_i64()
/llvm-project/libcxx/test/std/containers/unord/unord.multimap/
H A Deq.pass.cpp35 typedef std::pair<int, std::string> P; in main() typedef
56 typedef std::pair<int, std::string> P; in main() typedef
77 typedef std::pair<int, std::string> P; in main() typedef
103 typedef std::pair<int, std::string> P; in main() typedef
129 typedef std::pair<int, std::string> P; in main() typedef
151 typedef std::pair<int, std::string> P; in main() typedef
173 typedef std::pair<int, std::string> P; in main() typedef
200 typedef std::pair<int, std::string> P; in main() typedef
226 typedef std::pair<int, char> P; in main() typedef
239 typedef std::pair<int, char> P; in main() typedef
/llvm-project/llvm/include/llvm/Support/
H A DEndian.h398 template <typename T, endianness E> [[nodiscard]] inline T read(const void *P) { in read() argument
402 [[nodiscard]] inline uint16_t read16(const void *P, endianness E) { in read16() argument
405 [[nodiscard]] inline uint32_t read32(const void *P, endianness E) { in read32() argument
408 [[nodiscard]] inline uint64_t read64(const void *P, endianness E) { in read64() argument
412 template <endianness E> [[nodiscard]] inline uint16_t read16(const void *P) { in read16() argument
415 read32(const void * P) read32() argument
418 read64(const void * P) read64() argument
422 read16le(const void * P) read16le() argument
425 read32le(const void * P) read32le() argument
428 read64le(const void * P) read64le() argument
431 read16be(const void * P) read16be() argument
434 read32be(const void * P) read32be() argument
437 read64be(const void * P) read64be() argument
441 write(void * P,T V) write() argument
445 write16(void * P,uint16_t V,endianness E) write16() argument
448 write32(void * P,uint32_t V,endianness E) write32() argument
451 write64(void * P,uint64_t V,endianness E) write64() argument
455 write16(void * P,uint16_t V) write16() argument
458 write32(void * P,uint32_t V) write32() argument
461 write64(void * P,uint64_t V) write64() argument
465 write16le(void * P,uint16_t V) write16le() argument
468 write32le(void * P,uint32_t V) write32le() argument
471 write64le(void * P,uint64_t V) write64le() argument
474 write16be(void * P,uint16_t V) write16be() argument
477 write32be(void * P,uint32_t V) write32be() argument
480 write64be(void * P,uint64_t V) write64be() argument
[all...]
/llvm-project/libcxx/test/std/numerics/rand/rand.dist/rand.dist.samp/rand.dist.samp.discrete/
H A Dparam_ctor_init.pass.cpp29 typedef D::param_type P; in main() typedef
37 typedef D::param_type P; in main() typedef
45 typedef D::param_type P; in main() typedef
54 typedef D::param_type P; in main() typedef
63 typedef D::param_type P; in main() typedef
73 typedef D::param_type P; in main() typedef
83 typedef D::param_type P; in main() typedef
H A Dparam_ctor_iterator.pass.cpp28 typedef D::param_type P; in main() typedef
37 typedef D::param_type P; in main() typedef
46 typedef D::param_type P; in main() typedef
56 typedef D::param_type P; in main() typedef
66 typedef D::param_type P; in main() typedef
77 typedef D::param_type P; in main() typedef
88 typedef D::param_type P; in main() typedef
/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair/
H A Dassign_pair.pass.cpp43 typedef std::pair<ConstexprTestTypes::CopyOnly, int> P; in test() typedef
50 using P = std::pair<int&, int&&>; in test() typedef
62 using P = std::pair<int, ConstexprTestTypes::NonCopyable>; in test() typedef
66 using P = std::pair<CountAssign, ConstexprTestTypes::Copyable>; in test() typedef
77 using P = std::pair<int, ConstexprTestTypes::MoveAssignOnly>; in test() typedef
81 using P = std::pair<int, std::unique_ptr<int> >; in test() typedef
85 using P = std::pair<int, Incomplete&>; in test() typedef
H A Dctor.default.sfinae_LWG2367.pass.cpp66 typedef std::pair<int, Tp> P; in test_not_is_default_constructible() typedef
71 typedef std::pair<Tp, int> P; in test_not_is_default_constructible() typedef
76 typedef std::pair<Tp, Tp> P; in test_not_is_default_constructible() typedef
86 typedef std::pair<int, Tp> P; in test_is_default_constructible() typedef
90 typedef std::pair<Tp, int> P; in test_is_default_constructible() typedef
94 typedef std::pair<Tp, Tp> P; in test_is_default_constructible() typedef
121 typedef std::pair<IllFormedDefault, int> P; in test_illformed_default() typedef
127 typedef std::pair<int, IllFormedDefault> P; in test_illformed_default() typedef
134 typedef std::pair<IllFormedDefault, IllFormedDefault> P; in test_illformed_default() typedef
/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.spec/
H A Dcomparison.pass.cpp40 typedef std::pair<int, short> P; in main() typedef
51 typedef std::pair<int, short> P; in main() typedef
62 typedef std::pair<int, short> P; in main() typedef
73 typedef std::pair<int, short> P; in main() typedef
84 typedef std::pair<int, short> P; in main() typedef
97 typedef std::pair<int, short> P; in main() typedef
H A Dthree_way_comparison.pass.cpp57 using P = std::pair<int, int>; in test() typedef
70 using P = std::pair<int, NoSpaceship>; in test() typedef
78 using P = std::pair<int, double>; in test() typedef
90 using P = std::pair<double, int>; in test() typedef
121 using P = std::pair<int, double>; in test() typedef
126 using P = std::pair<double, int>; in test() typedef
/llvm-project/libcxx/test/std/containers/unord/unord.map/
H A Deq.pass.cpp35 typedef std::pair<int, std::string> P; in main() typedef
53 typedef std::pair<int, std::string> P; in main() typedef
71 typedef std::pair<int, std::string> P; in main() typedef
94 typedef std::pair<int, std::string> P; in main() typedef
117 typedef std::pair<int, std::string> P; in main() typedef
136 typedef std::pair<int, std::string> P; in main() typedef
155 typedef std::pair<int, std::string> P; in main() typedef
179 typedef std::pair<int, std::string> P; in main() typedef
/llvm-project/llvm/include/llvm/CodeGen/
H A DSDPatternMatch.h54 sd_context_match(SDValue N,const MatchContext & Ctx,Pattern && P) sd_context_match() argument
60 sd_context_match(SDNode * N,const MatchContext & Ctx,Pattern && P) sd_context_match() argument
65 sd_match(SDNode * N,const SelectionDAG * DAG,Pattern && P) sd_match() argument
70 sd_match(SDValue N,const SelectionDAG * DAG,Pattern && P) sd_match() argument
75 sd_match(SDNode * N,Pattern && P) sd_match() argument
80 sd_match(SDValue N,Pattern && P) sd_match() argument
140 Pattern P; global() member
154 m_OneUse(const Pattern & P) m_OneUse() argument
158 m_NUses(const Pattern & P) m_NUses() argument
183 Pattern P; global() member
202 m_LegalOp(const Pattern & P) m_LegalOp() argument
213 Pattern P; global() member
223 m_Context(const MatchContext & Ctx,Pattern && P) m_Context() argument
244 Pattern P; global() member
262 m_SpecificVT(EVT RefVT,const Pattern & P) m_SpecificVT() argument
273 m_IntegerVT(const Pattern & P) m_IntegerVT() argument
281 m_FloatingPointVT(const Pattern & P) m_FloatingPointVT() argument
290 m_VectorVT(const Pattern & P) m_VectorVT() argument
298 m_FixedVectorVT(const Pattern & P) m_FixedVectorVT() argument
307 m_ScalableVectorVT(const Pattern & P) m_ScalableVectorVT() argument
316 m_LegalType(const Pattern & P) m_LegalType() argument
[all...]
/llvm-project/llvm/unittests/Support/
H A DCachePruningTest.cpp16 auto P = parseCachePruningPolicy(""); in TEST() local
24 auto P = parseCachePruningPolicy("prune_interval=1s"); in TEST() local
36 auto P = parseCachePruningPolicy("prune_after=1s"); in TEST() local
42 auto P = parseCachePruningPolicy("cache_size=100%"); in TEST() local
49 auto P = parseCachePruningPolicy("cache_size_bytes=1"); in TEST() local
68 auto P = parseCachePruningPolicy("prune_after=1s:cache_size=50%"); in TEST() local
/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h101 ParsingDeclRAIIObject(Parser &P, NoParent_t _) in ParsingDeclRAIIObject() argument
107 ParsingDeclRAIIObject(Parser &P, in ParsingDeclRAIIObject() argument
116 ParsingDeclRAIIObject(Parser &P, ParsingDeclRAIIObject *other) in ParsingDeclRAIIObject() argument
179 ParsingDeclSpec(Parser &P) in ParsingDeclSpec() argument
182 ParsingDeclSpec(Parser & P,ParsingDeclRAIIObject * RAII) ParsingDeclSpec() argument
204 ParsingDeclarator(Parser & P,const ParsingDeclSpec & DS,const ParsedAttributes & DeclarationAttrs,DeclaratorContext C) ParsingDeclarator() argument
233 ParsingFieldDeclarator(Parser & P,const ParsingDeclSpec & DS,const ParsedAttributes & DeclarationAttrs) ParsingFieldDeclarator() argument
274 Parser &P; global() variable
278 : P(p), OldVal(P.ColonIsSacred) { P() function
296 Parser &P; global() variable
301 P(P) P() argument
315 Parser &P; global() variable
320 P(P) P() argument
352 InMessageExpressionRAIIObject(Parser & P,bool Value) InMessageExpressionRAIIObject() argument
368 OffsetOfStateRAIIObject(Parser & P,Sema::OffsetOfKind Value) OffsetOfStateRAIIObject() argument
379 Parser &P; global() variable
421 Parser& P; global() variable
[all...]
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dstable_partition.pass.cpp42 typedef std::pair<int,int> P; in test() typedef
71 typedef std::pair<int,int> P; test() typedef
111 typedef std::pair<int,int> P; test() typedef
140 typedef std::pair<int,int> P; test() typedef
169 typedef std::pair<int,int> P; test() typedef
198 typedef std::pair<int,int> P; test() typedef
227 typedef std::pair<int,int> P; test() typedef
256 typedef std::pair<int,int> P; test() typedef
[all...]
/llvm-project/clang-tools-extra/clangd/
H A DProtocol.cpp33 T &Out, llvm::json::Path P) { in mapOptOrNull() argument
67 bool fromJSON(const llvm::json::Value &E, URIForFile &R, llvm::json::Path P) { in fromJSON() argument
103 llvm::json::Path P) { in fromJSON() argument
115 VersionedTextDocumentIdentifier &R, llvm::json::Path P) { in fromJSON() argument
122 fromJSON(const llvm::json::Value & Params,Position & R,llvm::json::Path P) fromJSON() argument
127 toJSON(const Position & P) toJSON() argument
134 operator <<(llvm::raw_ostream & OS,const Position & P) operator <<() argument
138 fromJSON(const llvm::json::Value & Params,Range & R,llvm::json::Path P) fromJSON() argument
143 toJSON(const Range & P) toJSON() argument
154 toJSON(const Location & P) toJSON() argument
165 toJSON(const ReferenceLocation & P) toJSON() argument
182 fromJSON(const llvm::json::Value & Params,TextDocumentItem & R,llvm::json::Path P) fromJSON() argument
189 fromJSON(const llvm::json::Value & Params,TextEdit & R,llvm::json::Path P) fromJSON() argument
195 toJSON(const TextEdit & P) toJSON() argument
206 fromJSON(const llvm::json::Value & Params,ChangeAnnotation & R,llvm::json::Path P) fromJSON() argument
222 fromJSON(const llvm::json::Value & Params,TextDocumentEdit & R,llvm::json::Path P) fromJSON() argument
226 toJSON(const TextDocumentEdit & P) toJSON() argument
238 fromJSON(const llvm::json::Value & E,TraceLevel & Out,llvm::json::Path P) fromJSON() argument
256 fromJSON(const llvm::json::Value & E,SymbolKind & Out,llvm::json::Path P) fromJSON() argument
268 fromJSON(const llvm::json::Value & E,SymbolKindBitset & Out,llvm::json::Path P) fromJSON() argument
360 fromJSON(const llvm::json::Value & Params,ClientCapabilities & R,llvm::json::Path P) fromJSON() argument
511 fromJSON(const llvm::json::Value & Params,InitializeParams & R,llvm::json::Path P) fromJSON() argument
528 toJSON(const WorkDoneProgressCreateParams & P) toJSON() argument
532 toJSON(const WorkDoneProgressBegin & P) toJSON() argument
546 toJSON(const WorkDoneProgressReport & P) toJSON() argument
558 toJSON(const WorkDoneProgressEnd & P) toJSON() argument
575 fromJSON(const llvm::json::Value & Params,DidOpenTextDocumentParams & R,llvm::json::Path P) fromJSON() argument
581 fromJSON(const llvm::json::Value & Params,DidCloseTextDocumentParams & R,llvm::json::Path P) fromJSON() argument
587 fromJSON(const llvm::json::Value & Params,DidSaveTextDocumentParams & R,llvm::json::Path P) fromJSON() argument
593 fromJSON(const llvm::json::Value & Params,DidChangeTextDocumentParams & R,llvm::json::Path P) fromJSON() argument
602 fromJSON(const llvm::json::Value & E,FileChangeType & Out,llvm::json::Path P) fromJSON() argument
614 fromJSON(const llvm::json::Value & Params,FileEvent & R,llvm::json::Path P) fromJSON() argument
620 fromJSON(const llvm::json::Value & Params,DidChangeWatchedFilesParams & R,llvm::json::Path P) fromJSON() argument
626 fromJSON(const llvm::json::Value & Params,TextDocumentContentChangeEvent & R,llvm::json::Path P) fromJSON() argument
633 fromJSON(const llvm::json::Value & Params,DocumentRangeFormattingParams & R,llvm::json::Path P) fromJSON() argument
639 fromJSON(const llvm::json::Value & Params,DocumentOnTypeFormattingParams & R,llvm::json::Path P) fromJSON() argument
646 fromJSON(const llvm::json::Value & Params,DocumentFormattingParams & R,llvm::json::Path P) fromJSON() argument
652 fromJSON(const llvm::json::Value & Params,DocumentSymbolParams & R,llvm::json::Path P) fromJSON() argument
697 fromJSON(const llvm::json::Value & Params,Diagnostic & R,llvm::json::Path P) fromJSON() argument
721 fromJSON(const llvm::json::Value & Params,CodeActionContext & R,llvm::json::Path P) fromJSON() argument
752 fromJSON(const llvm::json::Value & Params,CodeActionParams & R,llvm::json::Path P) fromJSON() argument
759 fromJSON(const llvm::json::Value & Params,WorkspaceEdit & R,llvm::json::Path P) fromJSON() argument
767 fromJSON(const llvm::json::Value & Params,ExecuteCommandParams & R,llvm::json::Path P) fromJSON() argument
790 toJSON(const SymbolInformation & P) toJSON() argument
815 toJSON(const SymbolDetails & P) toJSON() argument
856 fromJSON(const llvm::json::Value & Params,WorkspaceSymbolParams & R,llvm::json::Path P) fromJSON() argument
928 fromJSON(const llvm::json::Value & Params,TweakArgs & A,llvm::json::Path P) fromJSON() argument
944 fromJSON(const llvm::json::Value & Response,ApplyWorkspaceEditResponse & R,llvm::json::Path P) fromJSON() argument
951 fromJSON(const llvm::json::Value & Params,TextDocumentPositionParams & R,llvm::json::Path P) fromJSON() argument
958 fromJSON(const llvm::json::Value & Params,CompletionContext & R,llvm::json::Path P) fromJSON() argument
969 fromJSON(const llvm::json::Value & Params,CompletionParams & R,llvm::json::Path P) fromJSON() argument
988 fromJSON(const llvm::json::Value & V,MarkupKind & K,llvm::json::Path P) fromJSON() argument
1029 fromJSON(const llvm::json::Value & E,CompletionItemKind & Out,llvm::json::Path P) fromJSON() argument
1063 fromJSON(const llvm::json::Value & E,CompletionItemKindBitset & Out,llvm::json::Path P) fromJSON() argument
1184 fromJSON(const llvm::json::Value & Params,RenameParams & R,llvm::json::Path P) fromJSON() argument
1265 fromJSON(const llvm::json::Value & Params,SemanticTokensParams & R,llvm::json::Path P) fromJSON() argument
1271 fromJSON(const llvm::json::Value & Params,SemanticTokensDeltaParams & R,llvm::json::Path P) fromJSON() argument
1294 fromJSON(const llvm::json::Value & Params,DidChangeConfigurationParams & CCP,llvm::json::Path P) fromJSON() argument
1300 fromJSON(const llvm::json::Value & Params,ClangdCompileCommand & CDbUpdate,llvm::json::Path P) fromJSON() argument
1307 fromJSON(const llvm::json::Value & Params,ConfigurationSettings & S,llvm::json::Path P) fromJSON() argument
1316 fromJSON(const llvm::json::Value & Params,InitializationOptions & Opts,llvm::json::Path P) fromJSON() argument
1328 fromJSON(const llvm::json::Value & E,TypeHierarchyDirection & Out,llvm::json::Path P) fromJSON() argument
1340 fromJSON(const llvm::json::Value & Params,TypeHierarchyPrepareParams & R,llvm::json::Path P) fromJSON() argument
1360 fromJSON(const llvm::json::Value & Params,TypeHierarchyItem::ResolveParams & RP,llvm::json::Path P) fromJSON() argument
1379 fromJSON(const llvm::json::Value & Params,TypeHierarchyItem & I,llvm::json::Path P) fromJSON() argument
1394 fromJSON(const llvm::json::Value & Params,ResolveTypeHierarchyItemParams & R,llvm::json::Path P) fromJSON() argument
1402 fromJSON(const llvm::json::Value & Params,ReferenceContext & R,llvm::json::Path P) fromJSON() argument
1408 fromJSON(const llvm::json::Value & Params,ReferenceParams & R,llvm::json::Path P) fromJSON() argument
1434 fromJSON(const llvm::json::Value & Params,CallHierarchyItem & I,llvm::json::Path P) fromJSON() argument
1447 fromJSON(const llvm::json::Value & Params,CallHierarchyIncomingCallsParams & C,llvm::json::Path P) fromJSON() argument
1457 fromJSON(const llvm::json::Value & Params,CallHierarchyOutgoingCallsParams & C,llvm::json::Path P) fromJSON() argument
1467 fromJSON(const llvm::json::Value & Params,InlayHintsParams & R,llvm::json::Path P) fromJSON() argument
1568 fromJSON(const llvm::json::Value & V,OffsetEncoding & OE,llvm::json::Path P) fromJSON() argument
1584 fromJSON(const llvm::json::Value & Params,SelectionRangeParams & S,llvm::json::Path P) fromJSON() argument
1599 fromJSON(const llvm::json::Value & Params,DocumentLinkParams & R,llvm::json::Path P) fromJSON() argument
1612 fromJSON(const llvm::json::Value & Params,FoldingRangeParams & R,llvm::json::Path P) fromJSON() argument
1649 fromJSON(const llvm::json::Value & Params,ASTParams & R,llvm::json::Path P) fromJSON() argument
1684 fromJSON(const llvm::json::Value & E,SymbolID & S,llvm::json::Path P) fromJSON() argument
[all...]
/llvm-project/clang/test/Sema/
H A Dtypecheck-binop.c9 void *sub2(struct incomplete *P) { in sub2()
13 void *sub3(void *P) { in sub3()
17 int sub4(void *P, void *Q) { in sub4()
21 int sub5(void *P, int *Q) { in sub5()
/llvm-project/libcxx/test/std/containers/unord/unord.set/
H A Deq.pass.cpp31 typedef int P; in main() typedef
50 typedef int P; in main() typedef
69 typedef int P; in main() typedef
96 typedef int P; in main() typedef
115 typedef int P; in main() typedef
134 typedef int P; in main() typedef
/llvm-project/libcxx/test/std/utilities/utility/pairs/pair.astuple/
H A Dtuple_element.pass.cpp24 typedef std::pair<T1, T2> P; in test() typedef
31 typedef std::pair<T1, T2> const P; in test() typedef
38 typedef std::pair<T1, T2> volatile P; in test() typedef
45 typedef std::pair<T1, T2> const volatile P; in test() typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-auto-min-type-name-length.cpp7 template <class T> struct P { explicit P(T t) : t_(t) {} T t_;}; in P() argument
/llvm-project/llvm/include/llvm/IR/
H A DLegacyPassNameParser.h57 virtual bool ignorablePassImpl(const PassInfo *P) const { return false; } in ignorablePassImpl()
59 inline bool ignorablePass(const PassInfo *P) const { in ignorablePass()
68 void passRegistered(const PassInfo *P) override { in passRegistered()
77 void passEnumerate(const PassInfo *P) override { passRegistered(P); } in passEnumerate()

12345678910>>...65