/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/ |
Initialization.h | 104 /// \brief If non-NULL, the parent entity in which this 106 const InitializedEntity *Parent; 179 : Kind(EK), Parent(nullptr), Type(Var->getType()), 187 : Kind(Kind), Parent(nullptr), Type(Type), ManglingNumber(0) 194 InitializedEntity(FieldDecl *Member, const InitializedEntity *Parent, 196 : Kind(EK_Member), Parent(Parent), Type(Member->getType()), 202 const InitializedEntity &Parent); 206 : Kind(EK_LambdaCapture), Parent(nullptr), Type(FieldType), 237 Entity.Parent = nullptr [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/ |
Initialization.h | 104 /// \brief If non-NULL, the parent entity in which this 106 const InitializedEntity *Parent; 179 : Kind(EK), Parent(nullptr), Type(Var->getType()), 187 : Kind(Kind), Parent(nullptr), Type(Type), ManglingNumber(0) 194 InitializedEntity(FieldDecl *Member, const InitializedEntity *Parent, 196 : Kind(EK_Member), Parent(Parent), Type(Member->getType()), 202 const InitializedEntity &Parent); 206 : Kind(EK_LambdaCapture), Parent(nullptr), Type(FieldType), 237 Entity.Parent = nullptr [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/ |
Initialization.h | 104 /// \brief If non-NULL, the parent entity in which this 106 const InitializedEntity *Parent; 179 : Kind(EK), Parent(nullptr), Type(Var->getType()), 187 : Kind(Kind), Parent(nullptr), Type(Type), ManglingNumber(0) 194 InitializedEntity(FieldDecl *Member, const InitializedEntity *Parent, 196 : Kind(EK_Member), Parent(Parent), Type(Member->getType()), 202 const InitializedEntity &Parent); 206 : Kind(EK_LambdaCapture), Parent(nullptr), Type(FieldType), 237 Entity.Parent = nullptr [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/ |
Initialization.h | 104 /// \brief If non-NULL, the parent entity in which this 106 const InitializedEntity *Parent; 179 : Kind(EK), Parent(nullptr), Type(Var->getType()), 187 : Kind(Kind), Parent(nullptr), Type(Type), ManglingNumber(0) 194 InitializedEntity(FieldDecl *Member, const InitializedEntity *Parent, 196 : Kind(EK_Member), Parent(Parent), Type(Member->getType()), 202 const InitializedEntity &Parent); 206 : Kind(EK_LambdaCapture), Parent(nullptr), Type(FieldType), 237 Entity.Parent = nullptr [all...] |
/prebuilts/go/darwin-x86/src/syscall/ |
exec_unix_test.go | 62 func parent() (pid, pgrp int) { func 67 ppid, ppgrp := parent() 77 t.Fatalf("Parent and child have the same process ID") 81 t.Fatalf("Child is not in parent's process group") 86 ppid, ppgrp := parent() 97 t.Fatalf("Parent and child have the same process ID") 101 t.Fatalf("Parent and child are in the same process group") 110 ppid, ppgrp := parent() 121 t.Fatalf("Parent and child 1 have the same process ID") 125 t.Fatalf("Parent and child 1 are in the same process group" [all...] |
/prebuilts/go/linux-x86/src/syscall/ |
exec_unix_test.go | 62 func parent() (pid, pgrp int) { func 67 ppid, ppgrp := parent() 77 t.Fatalf("Parent and child have the same process ID") 81 t.Fatalf("Child is not in parent's process group") 86 ppid, ppgrp := parent() 97 t.Fatalf("Parent and child have the same process ID") 101 t.Fatalf("Parent and child are in the same process group") 110 ppid, ppgrp := parent() 121 t.Fatalf("Parent and child 1 have the same process ID") 125 t.Fatalf("Parent and child 1 are in the same process group" [all...] |
/external/llvm/unittests/ADT/ |
SCCIteratorTest.cpp | 220 static ChildIterator child_begin(NodeType *Parent) { 221 return ChildIterator(Parent - Parent->first, Parent->second); 225 static ChildIterator child_end(NodeType *Parent) { 226 return ChildIterator(Parent - Parent->first, NodeSubset());
|
/external/swiftshader/third_party/LLVM/unittests/ADT/ |
SCCIteratorTest.cpp | 222 static ChildIterator child_begin(NodeType *Parent) { 223 return ChildIterator(Parent - Parent->first, Parent->second); 227 static ChildIterator child_end(NodeType *Parent) { 228 return ChildIterator(Parent - Parent->first, NodeSubset());
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/ |
BasicBlock.h | 61 Function *Parent; 63 void setParent(Function *parent); 71 Function *Parent = nullptr, 90 /// If the Parent parameter is specified, the basic block is automatically 94 Function *Parent = nullptr, 96 return new BasicBlock(Context, Name, Parent, InsertBefore); 100 const Function *getParent() const { return Parent; } 101 Function *getParent() { return Parent; } 106 /// Note: this is undefined behavior if the block does not have a parent. 195 /// Inserts an unlinked basic block into \c Parent. If \c InsertBefore i [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/ |
BasicBlock.h | 61 Function *Parent; 63 void setParent(Function *parent); 71 Function *Parent = nullptr, 90 /// If the Parent parameter is specified, the basic block is automatically 94 Function *Parent = nullptr, 96 return new BasicBlock(Context, Name, Parent, InsertBefore); 100 const Function *getParent() const { return Parent; } 101 Function *getParent() { return Parent; } 106 /// Note: this is undefined behavior if the block does not have a parent. 195 /// Inserts an unlinked basic block into \c Parent. If \c InsertBefore i [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/ |
BasicBlock.h | 61 Function *Parent; 63 void setParent(Function *parent); 71 Function *Parent = nullptr, 90 /// If the Parent parameter is specified, the basic block is automatically 94 Function *Parent = nullptr, 96 return new BasicBlock(Context, Name, Parent, InsertBefore); 100 const Function *getParent() const { return Parent; } 101 Function *getParent() { return Parent; } 106 /// Note: this is undefined behavior if the block does not have a parent. 195 /// Inserts an unlinked basic block into \c Parent. If \c InsertBefore i [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
BasicBlock.h | 61 Function *Parent; 63 void setParent(Function *parent); 71 Function *Parent = nullptr, 90 /// If the Parent parameter is specified, the basic block is automatically 94 Function *Parent = nullptr, 96 return new BasicBlock(Context, Name, Parent, InsertBefore); 100 const Function *getParent() const { return Parent; } 101 Function *getParent() { return Parent; } 106 /// Note: this is undefined behavior if the block does not have a parent. 195 /// Inserts an unlinked basic block into \c Parent. If \c InsertBefore i [all...] |
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/ |
BasicBlock.h | 61 Function *Parent; 63 void setParent(Function *parent); 71 Function *Parent = nullptr, 90 /// If the Parent parameter is specified, the basic block is automatically 94 Function *Parent = nullptr, 96 return new BasicBlock(Context, Name, Parent, InsertBefore); 100 const Function *getParent() const { return Parent; } 101 Function *getParent() { return Parent; } 106 /// Note: this is undefined behavior if the block does not have a parent. 195 /// Inserts an unlinked basic block into \c Parent. If \c InsertBefore i [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/ |
BasicBlock.h | 61 Function *Parent; 63 void setParent(Function *parent); 71 Function *Parent = nullptr, 90 /// If the Parent parameter is specified, the basic block is automatically 94 Function *Parent = nullptr, 96 return new BasicBlock(Context, Name, Parent, InsertBefore); 100 const Function *getParent() const { return Parent; } 101 Function *getParent() { return Parent; } 106 /// Note: this is undefined behavior if the block does not have a parent. 195 /// Inserts an unlinked basic block into \c Parent. If \c InsertBefore i [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/ |
BasicBlock.h | 61 Function *Parent; 63 void setParent(Function *parent); 71 Function *Parent = nullptr, 90 /// If the Parent parameter is specified, the basic block is automatically 94 Function *Parent = nullptr, 96 return new BasicBlock(Context, Name, Parent, InsertBefore); 100 const Function *getParent() const { return Parent; } 101 Function *getParent() { return Parent; } 106 /// Note: this is undefined behavior if the block does not have a parent. 195 /// Inserts an unlinked basic block into \c Parent. If \c InsertBefore i [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
BasicBlock.h | 61 Function *Parent; 63 void setParent(Function *parent); 71 Function *Parent = nullptr, 90 /// If the Parent parameter is specified, the basic block is automatically 94 Function *Parent = nullptr, 96 return new BasicBlock(Context, Name, Parent, InsertBefore); 100 const Function *getParent() const { return Parent; } 101 Function *getParent() { return Parent; } 106 /// Note: this is undefined behavior if the block does not have a parent. 195 /// Inserts an unlinked basic block into \c Parent. If \c InsertBefore i [all...] |
/external/clang/include/clang/AST/ |
DependentDiagnostic.h | 39 DeclContext *Parent, 48 DependentDiagnostic *DD = Create(Context, Parent, PDiag); 102 DeclContext *Parent,
|
/external/lzma/CPP/Common/ |
Wildcard.h | 56 CCensorNode *Parent;
63 CCensorNode(): Parent(0) { };
64 CCensorNode(const UString &name, CCensorNode *parent): Name(name), Parent(parent) { };
|
/external/mockito/src/test/java/org/mockitousage/matchers/ |
ReflectionMatchersTest.java | 20 class Parent { 23 public Parent(int parentField, String protectedParentField) { 29 class Child extends Parent {
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/ |
DependentDiagnostic.h | 39 DeclContext *Parent, 48 DependentDiagnostic *DD = Create(Context, Parent, PDiag); 102 DeclContext *Parent,
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/ |
DependentDiagnostic.h | 39 DeclContext *Parent, 48 DependentDiagnostic *DD = Create(Context, Parent, PDiag); 102 DeclContext *Parent,
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/ |
DependentDiagnostic.h | 39 DeclContext *Parent, 48 DependentDiagnostic *DD = Create(Context, Parent, PDiag); 102 DeclContext *Parent,
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
DependentDiagnostic.h | 39 DeclContext *Parent, 48 DependentDiagnostic *DD = Create(Context, Parent, PDiag); 102 DeclContext *Parent,
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/ |
DependentDiagnostic.h | 39 DeclContext *Parent, 48 DependentDiagnostic *DD = Create(Context, Parent, PDiag); 102 DeclContext *Parent,
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/ |
DependentDiagnostic.h | 39 DeclContext *Parent, 48 DependentDiagnostic *DD = Create(Context, Parent, PDiag); 102 DeclContext *Parent,
|