Home
last modified time | relevance | path

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

12345678910>>...23

/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/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValVisitor.h37 #define BASIC_SVAL(Id, Parent) case SVal::Id ## Kind: DISPATCH(Id, Id); in Visit() argument
41 #define LOC_SVAL(Id, Parent) \ in Visit() argument
48 #define NONLOC_SVAL(Id, Parent) \ in Visit() argument
57 #define BASIC_SVAL(Id, Parent) \ argument
59 #define ABSTRACT_SVAL(Id, Parent) \ argument
61 #define LOC_SVAL(Id, Parent) \ argument
63 #define NONLOC_SVAL(Id, Parent) \ argument
84 #define SYMBOL(Id, Parent) \ in Visit() argument
93 #define SYMBOL(Id, Parent) RetTy Visit ## Id(const Id *S) { DISPATCH(Parent); } argument
94 #define ABSTRACT_SYMBOL(Id, Parent) SYMBOL(Id, Parent) argument
[all …]
/external/llvm-project/clang/lib/AST/Interp/
DContext.cpp29 bool Context::isPotentialConstantExpr(State &Parent, const FunctionDecl *FD) { in isPotentialConstantExpr()
49 bool Context::evaluateAsRValue(State &Parent, const Expr *E, APValue &Result) { in evaluateAsRValue()
54 bool Context::evaluateAsInitializer(State &Parent, const VarDecl *VD, in evaluateAsInitializer()
113 bool Context::Run(State &Parent, Function *Func, APValue &Result) { in Run()
122 bool Context::Check(State &Parent, llvm::Expected<bool> &&Flag) { in Check()
/external/llvm-project/clang/test/CodeGenObjC/
Dobjc2-property-encode.m7 @interface Parent interface
11 @implementation Parent implementation
/external/clang/test/CodeGenObjC/
Dobjc2-property-encode.m7 @interface Parent interface
11 @implementation Parent implementation
/external/llvm-project/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-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/llvm-project/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
346 struct Parent { struct
348 int x;
417 struct Parent : public Base { struct
419 Parent *getThis() { return vGetThis(); } in getThis()
/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/llvm-project/clang-tools-extra/clang-tidy/readability/
DMagicNumbersCheck.cpp41 [&Result](const DynTypedNode &Parent) { in isUsedToInitializeAConstant()
53 [&Result](const DynTypedNode &Parent) { in isUsedToDefineABitField()
140 [&Result](const DynTypedNode &Parent) { in isConstant()
222 [&Result](const DynTypedNode &Parent) { in isBitFieldWidth()
/external/clang/lib/Index/
DIndexTypeSourceInfo.cpp20 const NamedDecl *Parent; member in __anonc2288b210111::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 __anon7523d3d00111::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 __anon7523d3d00111::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/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/
Dmain.cpp11 struct Parent { struct
27 Parent p; in main() argument
/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
/external/llvm-project/llvm/include/llvm/IR/
DUse.h60 Use(User *Parent) : Parent(Parent) {} in Use()
97 User *Parent = nullptr; variable
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
DTestCreatorsWithIdentity.java15 public static class Parent { class in TestCreatorsWithIdentity
23 public Parent(@JsonProperty("parentProp") String parentProp) { in Parent() method in TestCreatorsWithIdentity.Parent
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRPCTargetProcessControl.h46 OrcRPCAllocation(OrcRPCTPCJITLinkMemoryManager<OrcRPCTPCImplT> &Parent, in OrcRPCAllocation()
148 OrcRPCTPCJITLinkMemoryManager(OrcRPCTPCImplT &Parent) : Parent(Parent) {} in OrcRPCTPCJITLinkMemoryManager()
222 OrcRPCTPCImplT &Parent; variable
230 OrcRPCTPCMemoryAccess(OrcRPCTPCImplT &Parent) : Parent(Parent) {} in OrcRPCTPCMemoryAccess()
271 OrcRPCTPCImplT &Parent; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DTapiUniversal.h29 const TapiUniversal *Parent; variable
33 ObjectForArch(const TapiUniversal *Parent, int Index) in ObjectForArch()
/external/llvm-project/clang-tools-extra/clangd/support/
DFunction.h39 Event *Parent; variable
42 Subscription(Event *Parent, unsigned ListenerID) in Subscription()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DTypeHierarchyTests.cpp142 const CXXRecordDecl *Parent = in TEST() local
201 const CXXRecordDecl *Parent = in TEST() local
249 const CXXRecordDecl *Parent = in TEST() local
276 const CXXRecordDecl *Parent = in TEST() local
305 const CXXRecordDecl *Parent = in TEST() local
608 SymbolID Parent = findSymbolIDByName(Index.get(), "Parent"); in TEST() local
650 SymbolID Parent = findSymbolIDByName(Index.get(), "Parent"); in TEST() local
672 SymbolID Parent = findSymbolIDByName(Index.get(), "Parent"); in TEST() local
695 SymbolID Parent = findSymbolIDByName(Index.get(), "Parent"); in TEST() local
713 SymbolID Parent = findSymbolIDByName(Index.get(), "Parent"); in TEST() local
/external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/
DTestObjectIdWithUnwrapping1298.java25 public static final class Parent { class in TestObjectIdWithUnwrapping1298
30 public Parent() { this.id = nextId++;} in Parent() method in TestObjectIdWithUnwrapping1298.Parent
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/
DTestGenericListSerialization.java31 public static class Parent { class in TestGenericListSerialization
69 assertTrue(deserializedContent.get(0) instanceof Parent); in testSubTypesFor356() local
/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DExprSequence.cpp58 for (const Stmt *Parent : getParentStmts(Descendant, Context)) { in isDescendantOrEqual() local
89 for (const Stmt *Parent : getParentStmts(Before, Context)) { in inSequence() local
103 for (const Stmt *Parent : getParentStmts(S, Context)) { in getSequenceSuccessor() local
/external/llvm-project/llvm/include/llvm/Object/
DTapiUniversal.h29 const TapiUniversal *Parent; variable
33 ObjectForArch(const TapiUniversal *Parent, int Index) in ObjectForArch()

12345678910>>...23