/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SValVisitor.h | 38 #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/ |
D | doc_generator_visitor_test.py | 75 class Parent(object): class 118 class Parent(object): class 151 class Parent(object): class 187 class Parent(object): class 219 class Parent(object): class
|
D | doc_controls_test.py | 38 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/ |
D | objc2-property-encode.m | 7 @interface Parent interface 11 @implementation Parent implementation
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/ |
D | UDTLayout.cpp | 48 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/ |
D | inline.cpp | 60 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/ |
D | class_util_unittest.py | 13 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/ |
D | IndexTypeSourceInfo.cpp | 20 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()
|
D | IndexBody.cpp | 20 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/ |
D | qconf.h | 44 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/ |
D | CursorVisitor.h | 69 CXCursor Parent; variable 122 CXCursor &Parent; variable 127 SetParentRAII(CXCursor &Parent, const Decl *&StmtParent, in SetParentRAII()
|
/external/mockito/src/test/java/org/mockitousage/matchers/ |
D | ReflectionMatchersTest.java | 20 class Parent { class in ReflectionMatchersTest 23 public Parent(int parentField, String protectedParentField) { in Parent() method in ReflectionMatchersTest.Parent
|
/external/clang/test/SemaCXX/ |
D | warn-weak-vtables.cpp | 34 class Parent { class 36 Parent() {} in Parent() function in Parent
|
/external/compiler-rt/test/asan/TestCases/Windows/ |
D | wrong_downcast_on_stack.cc | 4 class Parent { class
|
D | wrong_downcast_on_heap.cc | 4 class Parent { class
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | Archive.h | 80 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/ |
D | Argument.h | 31 Function *Parent; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.cpp | 81 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/ |
D | LexicalScopes.cpp | 168 LexicalScope *Parent = nullptr; in getOrCreateRegularScope() local 196 LexicalScope *Parent; in getOrCreateInlinedScope() local 219 LexicalScope *Parent = nullptr; in getOrCreateAbstractScope() local
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.cpp | 81 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/ |
D | Argument.h | 33 Function *Parent; variable
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | EpochTracker.h | 66 explicit HandleBase(const DebugEpochBase *Parent) in HandleBase()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | EpochTracker.h | 65 explicit HandleBase(const DebugEpochBase *Parent) in HandleBase()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Argument.h | 36 Function *Parent; variable
|
/external/llvm/include/llvm/IR/ |
D | Argument.h | 36 Function *Parent; variable
|