Home
last modified time | relevance | path

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

12345678910>>...13

/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/tensorflow/tensorflow/tools/docs/
Ddoc_generator_visitor_test.py75 class Parent(object): class
118 class Parent(object): class
151 class Parent(object): class
187 class Parent(object): class
219 class Parent(object): class
Ddoc_controls_test.py38 class Parent(object): class
63 class Parent(object): class
88 class Parent(object): class
120 class Parent(GrandParent): class
155 class Parent(GrandParent): class
189 class Parent(GrandParent): class
/external/clang/test/CodeGenObjC/
Dobjc2-property-encode.m7 @interface Parent interface
11 @implementation Parent implementation
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp48 LayoutItemBase::LayoutItemBase(const UDTLayoutBase *Parent, in LayoutItemBase()
69 const UDTLayoutBase &Parent, std::unique_ptr<PDBSymbolData> Member) in DataMemberLayoutItem()
80 VBPtrLayoutItem::VBPtrLayoutItem(const UDTLayoutBase &Parent, in VBPtrLayoutItem()
97 VTableLayoutItem::VTableLayoutItem(const UDTLayoutBase &Parent, in VTableLayoutItem()
105 UDTLayoutBase::UDTLayoutBase(const UDTLayoutBase *Parent, const PDBSymbol &Sym, in UDTLayoutBase()
152 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/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/clang/lib/Index/
DIndexTypeSourceInfo.cpp20 const NamedDecl *Parent; member in __anon4a70f9830111::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 __anone7027fb20111::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 __anone7027fb20111::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/u-boot/scripts/kconfig/
Dqconf.h44 typedef class QTreeWidget Parent; typedef
124 typedef class QTreeWidgetItem Parent; typedef
194 typedef class QLineEdit Parent; typedef
210 typedef class QWidget Parent; typedef
243 typedef class QTextBrowser Parent; typedef
273 typedef class QDialog Parent; typedef
/external/clang/tools/libclang/
DCursorVisitor.h69 CXCursor Parent; variable
122 CXCursor &Parent; variable
127 SetParentRAII(CXCursor &Parent, const Decl *&StmtParent, in SetParentRAII()
/external/mockito/src/test/java/org/mockitousage/matchers/
DReflectionMatchersTest.java20 class Parent { class in ReflectionMatchersTest
23 public Parent(int parentField, String protectedParentField) { in Parent() method in ReflectionMatchersTest.Parent
/external/clang/test/SemaCXX/
Dwarn-weak-vtables.cpp34 class Parent { class
36 Parent() {} in Parent() function in Parent
/external/compiler-rt/test/asan/TestCases/Windows/
Dwrong_downcast_on_stack.cc4 class Parent { class
Dwrong_downcast_on_heap.cc4 class Parent { class
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DArchive.h80 Archive const *Parent; variable
92 const Archive *Parent; variable
185 const Archive *Parent; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DArgument.h31 Function *Parent; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp81 void DIEHash::addParentContext(const DIE &Parent) { in addParentContext()
145 if (const DIE *Parent = Entry.getParent()) in hashShallowTypeReference() local
410 if (const DIE *Parent = Die.getParent()) in computeTypeSignature() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLexicalScopes.cpp168 LexicalScope *Parent = nullptr; in getOrCreateRegularScope() local
196 LexicalScope *Parent; in getOrCreateInlinedScope() local
219 LexicalScope *Parent = nullptr; in getOrCreateAbstractScope() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp81 void DIEHash::addParentContext(const DIE &Parent) { in addParentContext()
193 if (const DIE *Parent = Entry.getParent()) in hashShallowTypeReference() local
500 if (const DIE *Parent = Die.getParent()) in computeTypeSignature() local
/external/swiftshader/third_party/LLVM/include/llvm/
DArgument.h33 Function *Parent; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DEpochTracker.h66 explicit HandleBase(const DebugEpochBase *Parent) in HandleBase()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DEpochTracker.h65 explicit HandleBase(const DebugEpochBase *Parent) in HandleBase()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DArgument.h36 Function *Parent; variable
/external/llvm/include/llvm/IR/
DArgument.h36 Function *Parent; variable

12345678910>>...13