Home
last modified time | relevance | path

Searched defs:Parent (Results 1 – 25 of 669) sorted by relevance

12345678910>>...27

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValVisitor.h38 #define BASIC_SVAL(Id, Parent) case SVal::Id ## Kind: DISPATCH(Id, Id); in Visit() argument
42 #define LOC_SVAL(Id, Parent) \ in Visit() argument
49 #define NONLOC_SVAL(Id, Parent) \ in Visit() argument
58 #define BASIC_SVAL(Id, Parent) \ argument
60 #define ABSTRACT_SVAL(Id, Parent) \ argument
62 #define LOC_SVAL(Id, Parent) \ argument
64 #define NONLOC_SVAL(Id, Parent) \ argument
85 #define SYMBOL(Id, Parent) \ in Visit() argument
94 #define SYMBOL(Id, Parent) RetTy Visit ## Id(const Id *S) { DISPATCH(Parent); } argument
95 #define ABSTRACT_SYMBOL(Id, Parent) SYMBOL(Id, Parent) argument
[all …]
/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust/
Dpacket_decl_parent_with_alias_child_big_endian.rs92 pub struct Parent { struct
103 impl Parent { impl
120 impl Packet for Parent { implementation
167 impl TryFrom<&AliasChild> for Parent { implementation
169 fn try_from(packet: &AliasChild) -> Result<Parent, Self::Error> { in try_from()
175 impl TryFrom<AliasChild> for Parent { implementation
177 fn try_from(packet: AliasChild) -> Result<Parent, Self::Error> { in try_from()
249 impl TryFrom<&NormalChild> for Parent { implementation
251 fn try_from(packet: &NormalChild) -> Result<Parent, Self::Error> { in try_from()
257 impl TryFrom<NormalChild> for Parent { implementation
[all …]
Dpacket_decl_parent_with_alias_child_little_endian.rs92 pub struct Parent { struct
103 impl Parent { impl
120 impl Packet for Parent { implementation
167 impl TryFrom<&AliasChild> for Parent { implementation
169 fn try_from(packet: &AliasChild) -> Result<Parent, Self::Error> { in try_from()
175 impl TryFrom<AliasChild> for Parent { implementation
177 fn try_from(packet: AliasChild) -> Result<Parent, Self::Error> { in try_from()
249 impl TryFrom<&NormalChild> for Parent { implementation
251 fn try_from(packet: &NormalChild) -> Result<Parent, Self::Error> { in try_from()
257 impl TryFrom<NormalChild> for Parent { implementation
[all …]
Dpacket_decl_parent_with_no_payload_little_endian.rs86 pub struct Parent { struct
95 impl Parent { implementation
108 impl Packet for Parent { implementation
149 impl From<&Child> for Parent { implementation
150 fn from(packet: &Child) -> Parent { in from()
154 impl From<Child> for Parent { implementation
155 fn from(packet: Child) -> Parent { in from()
Dpacket_decl_parent_with_no_payload_big_endian.rs86 pub struct Parent { struct
95 impl Parent { argument
108 impl Packet for Parent { implementation
149 impl From<&Child> for Parent { implementation
150 fn from(packet: &Child) -> Parent { in from()
154 impl From<Child> for Parent { implementation
155 fn from(packet: Child) -> Parent { in from()
Dpacket_decl_grand_children_big_endian.rs79 pub struct Parent { struct
91 impl Parent { impl
113 impl Packet for Parent { implementation
216 impl TryFrom<&Child> for Parent { implementation
218 fn try_from(packet: &Child) -> Result<Parent, Self::Error> { in try_from()
229 impl TryFrom<Child> for Parent { implementation
231 fn try_from(packet: Child) -> Result<Parent, Self::Error> { in try_from()
371 impl TryFrom<&GrandChild> for Parent { implementation
373 fn try_from(packet: &GrandChild) -> Result<Parent, Self::Error> { in try_from()
377 impl TryFrom<GrandChild> for Parent { implementation
[all …]
Dpacket_decl_grand_children_little_endian.rs79 pub struct Parent { struct
91 impl Parent { impl
113 impl Packet for Parent { implementation
216 impl TryFrom<&Child> for Parent { implementation
218 fn try_from(packet: &Child) -> Result<Parent, Self::Error> { in try_from()
229 impl TryFrom<Child> for Parent { implementation
231 fn try_from(packet: Child) -> Result<Parent, Self::Error> { in try_from()
371 impl TryFrom<&GrandChild> for Parent { implementation
373 fn try_from(packet: &GrandChild) -> Result<Parent, Self::Error> { in try_from()
377 impl TryFrom<GrandChild> for Parent { implementation
[all …]
Dstruct_decl_grand_children_little_endian.rs79 pub struct Parent { struct
91 impl Parent { argument
113 impl Packet for Parent { implementation
217 impl TryFrom<&Child> for Parent { implementation
219 fn try_from(packet: &Child) -> Result<Parent, Self::Error> { in try_from()
230 impl TryFrom<Child> for Parent { implementation
232 fn try_from(packet: Child) -> Result<Parent, Self::Error> { in try_from()
373 impl TryFrom<&GrandChild> for Parent { implementation
375 fn try_from(packet: &GrandChild) -> Result<Parent, Self::Error> { in try_from()
379 impl TryFrom<GrandChild> for Parent { implementation
[all …]
Dstruct_decl_grand_children_big_endian.rs79 pub struct Parent { struct
91 impl Parent { implementation
113 impl Packet for Parent { implementation
217 impl TryFrom<&Child> for Parent { implementation
219 fn try_from(packet: &Child) -> Result<Parent, Self::Error> { in try_from()
230 impl TryFrom<Child> for Parent { implementation
232 fn try_from(packet: Child) -> Result<Parent, Self::Error> { in try_from()
373 impl TryFrom<&GrandChild> for Parent { implementation
375 fn try_from(packet: &GrandChild) -> Result<Parent, Self::Error> { in try_from()
379 impl TryFrom<GrandChild> for Parent { implementation
[all …]
/external/clang/test/CodeGenObjC/
Dobjc2-property-encode.m7 @interface Parent interface
11 @implementation Parent implementation
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp47 LayoutItemBase::LayoutItemBase(const UDTLayoutBase *Parent, in LayoutItemBase()
68 const UDTLayoutBase &Parent, std::unique_ptr<PDBSymbolData> Member) in DataMemberLayoutItem()
79 VBPtrLayoutItem::VBPtrLayoutItem(const UDTLayoutBase &Parent, in VBPtrLayoutItem()
96 VTableLayoutItem::VTableLayoutItem(const UDTLayoutBase &Parent, in VTableLayoutItem()
104 UDTLayoutBase::UDTLayoutBase(const UDTLayoutBase *Parent, const PDBSymbol &Sym, in UDTLayoutBase()
151 BaseClassLayout::BaseClassLayout(const UDTLayoutBase &Parent, in BaseClassLayout()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp50 LayoutItemBase::LayoutItemBase(const UDTLayoutBase *Parent, in LayoutItemBase()
71 const UDTLayoutBase &Parent, std::unique_ptr<PDBSymbolData> Member) in DataMemberLayoutItem()
82 VBPtrLayoutItem::VBPtrLayoutItem(const UDTLayoutBase &Parent, in VBPtrLayoutItem()
99 VTableLayoutItem::VTableLayoutItem(const UDTLayoutBase &Parent, in VTableLayoutItem()
107 UDTLayoutBase::UDTLayoutBase(const UDTLayoutBase *Parent, const PDBSymbol &Sym, in UDTLayoutBase()
154 BaseClassLayout::BaseClassLayout(const UDTLayoutBase &Parent, in BaseClassLayout()
/external/clang/test/Analysis/
Dinline.cpp60 class Parent { class
86 class Parent { class
91 Parent() : m_parent(0) {} in Parent() function in PR13569::Parent
134 class Parent { class
139 Parent() : m_parent(0) {} in Parent() function in PR13569_virtual::Parent
349 struct Parent { struct
351 int x;
420 struct Parent : public Base { struct
422 Parent *getThis() { return vGetThis(); } in getThis()
/external/deqp/external/vulkancts/vkscserver/
DvksIPC.hpp36 struct Parent struct
45 std::unique_ptr<ParentImpl> impl;
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dclass_util_unittest.py13 class Parent(object): class
25 class Parent(object): class
40 class Parent(object): class
52 class Parent(object): class
68 class Parent(object): class
/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dnode.rs19 pub(crate) struct Parent { struct
21 pub parent_hash: ParentHash, argument
22 pub unmerged_leaves: Vec<LeafIndex>,
67 Parent(Parent) = 2u8, enumerator
104 fn as_parent(&self) -> Result<&Parent, MlsError>; in as_parent()
105 fn as_parent_mut(&mut self) -> Result<&mut Parent, MlsError>; in as_parent_mut()
112 fn as_parent(&self) -> Result<&Parent, MlsError> { in as_parent()
121 fn as_parent_mut(&mut self) -> Result<&mut Parent, MlsError> { in as_parent_mut()
280 pub fn borrow_as_parent(&self, node_index: NodeIndex) -> Result<&Parent, MlsError> { in borrow_as_parent()
284 pub fn borrow_as_parent_mut(&mut self, node_index: NodeIndex) -> Result<&mut Parent, MlsError> { in borrow_as_parent_mut()
[all …]
/external/rust/android-crates-io/crates/toml/tests/testsuite/
Dde_errors.rs18 struct Parent<T> { struct
19 p_a: T,
20 p_b: Vec<Child<T>>,
/external/clang/lib/Index/
DIndexTypeSourceInfo.cpp20 const NamedDecl *Parent; member in __anon7d4185f00111::TypeIndexer
131 const NamedDecl *Parent, in indexTypeSourceInfo()
141 const NamedDecl *Parent, in indexTypeLoc()
153 const NamedDecl *Parent, in indexNestedNameSpecifierLoc()
DIndexBody.cpp20 const NamedDecl *Parent; member in __anon29eb2fdf0111::BodyIndexer
27 const NamedDecl *Parent, const DeclContext *DC) in BodyIndexer()
69 const Stmt *Parent = *It; in getRolesForRef() local
300 const NamedDecl *Parent; in TraverseInitListExpr() member in __anon29eb2fdf0111::BodyIndexer::TraverseInitListExpr::SyntacticFormIndexer
305 const NamedDecl *Parent, const DeclContext *DC) in TraverseInitListExpr()
351 void IndexingContext::indexBody(const Stmt *S, const NamedDecl *Parent, in indexBody()
/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust_legacy/
Dpacket_decl_parent_with_no_payload_big_endian.rs115 pub struct Parent { struct
117 parent: ParentData, argument
174 impl Packet for Parent { implementation
197 impl Parent { impl
230 pub fn build(self) -> Parent { in build()
238 impl From<ParentBuilder> for Parent { implementation
239 fn from(builder: ParentBuilder) -> Parent { in from()
302 impl From<Child> for Parent { implementation
303 fn from(packet: Child) -> Parent { in from()
355 impl From<ChildBuilder> for Parent { implementation
[all …]
Dpacket_decl_parent_with_no_payload_little_endian.rs115 pub struct Parent { struct
117 parent: ParentData, argument
174 impl Packet for Parent { implementation
197 impl Parent { impl
230 pub fn build(self) -> Parent { in build()
238 impl From<ParentBuilder> for Parent { implementation
239 fn from(builder: ParentBuilder) -> Parent { in from()
302 impl From<Child> for Parent { implementation
303 fn from(packet: Child) -> Parent { in from()
355 impl From<ChildBuilder> for Parent { implementation
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Core/
DLVElement.cpp201 LVScope *Parent = getParentScope(); in resolveParents() local
231 void LVElement::updateLevel(LVScope *Parent, bool Moved) { in updateLevel()
384 LVScope *Parent = getParentScope(); in traverseParents() local
407 LVScope *Parent = getParentScope(); in resolveQualifiedName() local
520 void LVElement::printLinkageName(raw_ostream &OS, bool Full, LVElement *Parent, in printLinkageName()
/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/
Dstruct_decl_grand_children_little_endian.rs79 pub struct Parent { struct
85 impl TryFrom<&Parent> for Bytes { argument
103 impl Parent { implementation
125 impl Packet for Parent { implementation
223 impl TryFrom<&Child> for Parent { implementation
225 fn try_from(packet: &Child) -> Result<Parent, Self::Error> { in try_from()
365 impl TryFrom<&GrandChild> for Parent { implementation
367 fn try_from(packet: &GrandChild) -> Result<Parent, Self::Error> { in try_from()
484 impl TryFrom<&GrandGrandChild> for Parent { implementation
486 fn try_from(packet: &GrandGrandChild) -> Result<Parent, Self::Error> { in try_from()
Dstruct_decl_grand_children_big_endian.rs79 pub struct Parent { struct
85 impl TryFrom<&Parent> for Bytes { argument
103 impl Parent { impl
125 impl Packet for Parent { implementation
223 impl TryFrom<&Child> for Parent { implementation
225 fn try_from(packet: &Child) -> Result<Parent, Self::Error> { in try_from()
365 impl TryFrom<&GrandChild> for Parent { implementation
367 fn try_from(packet: &GrandChild) -> Result<Parent, Self::Error> { in try_from()
484 impl TryFrom<&GrandGrandChild> for Parent { implementation
486 fn try_from(packet: &GrandGrandChild) -> Result<Parent, Self::Error> { in try_from()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/objectid/
DObjectWithCreator1261Test.java21 static class Parent class in ObjectWithCreator1261Test
30 protected Parent() { } in Parent() method in ObjectWithCreator1261Test.Parent
32 public Parent(String name, boolean ignored) { in Parent() method in ObjectWithCreator1261Test.Parent

12345678910>>...27