HomeSort by relevance Sort by last modified time
    Searched refs:Parent (Results 301 - 325 of 818) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdxmldom.h 50 struct _WSDXML_ELEMENT *Parent;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
AmlNamespace.c 22 @param[in] AmlParentNodeList AML parent node list.
38 @param[in] Parent AML parent node list.
46 IN EFI_AML_NODE_LIST *Parent,
61 AmlNodeList->Parent = Parent;
71 @param[in] AmlParentNodeList AML parent node list.
126 @param[in] AmlParentNodeList AML parent node list.
148 // Handle root or parent prefix
156 if (AmlCurrentNodeList->Parent != NULL) {
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
GlobalValue.h 83 IntID((Intrinsic::ID)0U), Parent(nullptr) {
150 Module *Parent; // The containing module.
153 void setParent(Module *parent) {
154 Parent = parent;
530 Module *getParent() { return Parent; }
531 const Module *getParent() const { return Parent; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 83 HasLLVMReservedName(false), IntID((Intrinsic::ID)0U), Parent(nullptr) {
157 Module *Parent; // The containing module.
160 void setParent(Module *parent) {
161 Parent = parent;
539 Module *getParent() { return Parent; }
540 const Module *getParent() const { return Parent; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 83 HasLLVMReservedName(false), IntID((Intrinsic::ID)0U), Parent(nullptr) {
157 Module *Parent; // The containing module.
160 void setParent(Module *parent) {
161 Parent = parent;
539 Module *getParent() { return Parent; }
540 const Module *getParent() const { return Parent; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 83 HasLLVMReservedName(false), IntID((Intrinsic::ID)0U), Parent(nullptr) {
157 Module *Parent; // The containing module.
160 void setParent(Module *parent) {
161 Parent = parent;
539 Module *getParent() { return Parent; }
540 const Module *getParent() const { return Parent; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 83 HasLLVMReservedName(false), IntID((Intrinsic::ID)0U), Parent(nullptr) {
157 Module *Parent; // The containing module.
160 void setParent(Module *parent) {
161 Parent = parent;
539 Module *getParent() { return Parent; }
540 const Module *getParent() const { return Parent; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 83 HasLLVMReservedName(false), IntID((Intrinsic::ID)0U), Parent(nullptr) {
157 Module *Parent; // The containing module.
160 void setParent(Module *parent) {
161 Parent = parent;
539 Module *getParent() { return Parent; }
540 const Module *getParent() const { return Parent; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 83 HasLLVMReservedName(false), IntID((Intrinsic::ID)0U), Parent(nullptr) {
157 Module *Parent; // The containing module.
160 void setParent(Module *parent) {
161 Parent = parent;
539 Module *getParent() { return Parent; }
540 const Module *getParent() const { return Parent; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 83 HasLLVMReservedName(false), IntID((Intrinsic::ID)0U), Parent(nullptr) {
157 Module *Parent; // The containing module.
160 void setParent(Module *parent) {
161 Parent = parent;
539 Module *getParent() { return Parent; }
540 const Module *getParent() const { return Parent; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 83 HasLLVMReservedName(false), IntID((Intrinsic::ID)0U), Parent(nullptr) {
157 Module *Parent; // The containing module.
160 void setParent(Module *parent) {
161 Parent = parent;
539 Module *getParent() { return Parent; }
540 const Module *getParent() const { return Parent; }
  /external/mesa3d/src/mesa/drivers/x11/
xm_buffer.c 285 assert(xrb->Parent);
286 alloc_back_buffer(xrb->Parent, width, height);
461 ximage = XGetImage(xrb->Parent->display,
474 ximage = XCreateImage(xrb->Parent->display,
475 xrb->Parent->xm_visual->visinfo->visual,
476 xrb->Parent->xm_visual->visinfo->depth,
531 GC gc = XCreateGC(xrb->Parent->display, xrb->pixmap, 0, NULL);
533 XPutImage(xrb->Parent->display,
541 XFreeGC(xrb->Parent->display, gc);
  /external/clang/tools/libclang/
CXIndexDataConsumer.h 381 void indexTypeSourceInfo(TypeSourceInfo *TInfo, const NamedDecl *Parent,
384 void indexTypeLoc(TypeLoc TL, const NamedDecl *Parent,
388 const NamedDecl *Parent,
393 void indexBody(const Stmt *S, const NamedDecl *Parent,
437 const NamedDecl *Parent,
443 const NamedDecl *Parent,
  /external/llvm/lib/CodeGen/AsmPrinter/
DIEHash.cpp 80 /// \brief Including \p Parent adds the context of Parent to the hash..
81 void DIEHash::addParentContext(const DIE &Parent) {
83 DEBUG(dbgs() << "Adding parent context to hash...\n");
88 const DIE *Cur = &Parent;
193 if (const DIE *Parent = Entry.getParent())
194 addParentContext(*Parent);
500 if (const DIE *Parent = Die.getParent())
501 addParentContext(*Parent);
  /external/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 246 BasicBlock *Parent = Phi->getParent();
247 PHINode *NewPhi = PHINode::Create(Int64, 0, "", &Parent->front());
264 BasicBlock *IDom = DT->getNode(Parent)->getIDom()->getBlock();
279 // Parent
282 // intrinsic in Parent, and we insert an else.break before it.
285 // of parent, particularly when we're dealing with a multi-level
288 CallInst *OldEnd = dyn_cast<CallInst>(Parent->getFirstInsertionPt());
305 BasicBlock *Parent = Inst->getParent();
308 Insert = Parent->getTerminator();
  /external/libmtp/logs/
mtp-detect-asus-memo-pad7.txt 176 dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
187 dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
198 dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
209 dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
220 dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
240 dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
260 dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
276 dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
289 dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
300 dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONL
    [all...]
mtp-detect-asus-memo-pad7_2.txt 111 dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
122 dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
133 dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
144 dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
155 dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
175 dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
195 dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
211 dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
224 dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
235 dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONL
    [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 165 const CXXRecordDecl *parent = CXXMethod->getParent(); local
166 if (!parent->isLambda())
169 for (const LambdaCapture &LC : parent->captures()) {
201 /// Add each synthetic statement in the CFG to the parent map, using the
202 /// source statement's parent.
317 AnalysisDeclContext::getStackFrame(LocationContext const *Parent, const Stmt *S,
319 return getLocationContextManager().getStackFrame(this, Parent, S, Blk, Idx);
323 AnalysisDeclContext::getBlockInvocationContext(const LocationContext *parent,
326 return getLocationContextManager().getBlockInvocationContext(this, parent,
336 while (const DeclContext *Parent = ND->getParent())
    [all...]
  /external/clang/lib/Sema/
Scope.cpp 21 void Scope::setFlags(Scope *parent, unsigned flags) {
22 AnyParent = parent;
25 if (parent && !(flags & FnScope)) {
26 BreakParent = parent->BreakParent;
27 ContinueParent = parent->ContinueParent;
34 if (parent) {
35 Depth = parent->Depth + 1;
36 PrototypeDepth = parent->PrototypeDepth;
38 FnParent = parent->FnParent;
39 BlockParent = parent->BlockParent
    [all...]
  /external/llvm/lib/Analysis/
RegionInfo.cpp 67 DominatorTree *DT, Region *Parent) :
68 RegionBase<RegionTraits<Function>>(Entry, Exit, RI, DT, Parent) {
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVFunction.h 61 void setParent(SPIRVFunction *Parent) { ParentFunc = Parent;}
75 assert(ParentFunc && "Invalid parent function");
  /external/v8/tools/clang/blink_gc_plugin/
BlinkGCPluginConsumer.cpp 505 RecordInfo* parent = cache_.Lookup(method->getParent()); local
506 if (IsIgnored(parent))
512 parent->record()->getDescribedClassTemplate()) {
523 CheckTraceOrDispatchMethod(parent, method);
527 RecordInfo* parent,
532 !parent->GetTraceDispatchMethod()) {
533 CheckTraceMethod(parent, method, trace_type);
539 RecordInfo* parent,
544 for (auto& base : parent->GetBases())
546 reporter_.OverriddenNonVirtualTrace(parent, trace, other)
    [all...]
  /libcore/luni/src/test/java/dalvik/system/
create_test_jar.sh 27 # Create the parent JAR
38 public class Parent {\
42 }" > libcore/test/delegatelast/Parent.java
44 dx --dex --output=./parent.jar --verbose libcore/test/delegatelast/*.class
45 echo -ne "parent" > ./resource.txt
46 jar uf ./parent.jar resource.txt
47 cp ./parent.jar $ANDROID_BUILD_TOP/libcore/luni/src/test/resources/dalvik/system/parent.jar
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
LoadPciRom.c 390 BOOLEAN Parent;
444 Parent = FALSE;
447 Parent = TRUE;
451 if (!Parent) {
  /external/llvm/include/llvm/IR/
GlobalValue.h 75 IntID((Intrinsic::ID)0U), Parent(nullptr) {
141 Module *Parent; // The containing module.
503 Module *getParent() { return Parent; }
504 const Module *getParent() const { return Parent; }

Completed in 1887 milliseconds

<<11121314151617181920>>