/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
Instruction.h | 41 BasicBlock *Parent; 62 inline const BasicBlock *getParent() const { return Parent; } 63 inline BasicBlock *getParent() { return Parent; } 69 /// parent, or the parent basic block does not have a parent function. 502 /// * The instruction has no parent
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/ |
SockInterface.c | 451 ASSERT (Socket->Parent != NULL);
453 Socket->Parent->ConnCnt--;
458 Socket->Parent->ConnCnt)
460 Socket->Parent = NULL;
|
/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/ |
SockInterface.c | 468 ASSERT (Socket->Parent != NULL);
470 Socket->Parent->ConnCnt--;
475 Socket->Parent->ConnCnt)
477 Socket->Parent = NULL;
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Utility/ |
DevGenisis.c | 135 /* Update the Parent member of each element of the InstanceList */
141 GIp->Parent = Node; // Initializing the Parent member & InstanceNum
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
CommonTree.cs | 40 * parent and child index is very difficult and cumbersome. Better to 59 /** <summary>Who is the parent node of this node; if null, implies node is root</summary> */ 60 CommonTree parent; field in class:Antlr.Runtime.Tree.CommonTree 124 public override ITree Parent { 126 return parent; 129 parent = (CommonTree)value;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
CommonTree.cs | 40 * parent and child index is very difficult and cumbersome. Better to 59 /** <summary>Who is the parent node of this node; if null, implies node is root</summary> */ 60 CommonTree parent; field in class:Antlr.Runtime.Tree.CommonTree 149 public override ITree Parent 153 return parent; 158 parent = (CommonTree)value;
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SVals.h | 50 #define BASIC_SVAL(Id, Parent) Id ## Kind, 51 #define ABSTRACT_SVAL_WITH_KIND(Id, Parent) Id ## Kind, 310 #define NONLOC_SVAL(Id, Parent) Id ## Kind, 471 #define LOC_SVAL(Id, Parent) Id ## Kind,
|
/external/llvm/include/llvm/MC/ |
MCFragment.h | 64 MCSection *Parent; 83 uint8_t BundlePadding, MCSection *Parent = nullptr); 101 MCSection *getParent() const { return Parent; } 102 void setParent(MCSection *Value) { Parent = Value; }
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
LazyValueInfo.cpp | 296 LazyValueInfoCache *Parent; 299 : CallbackVH(V), Parent(P) { } 381 LazyValueInfoCache *Parent; 388 : Parent(P), Val(V), BB(B), BBLV(LV) { } 392 Parent->OverDefinedCache.insert(std::make_pair(BB, Val)); 452 I = Parent->OverDefinedCache.begin(), 453 E = Parent->OverDefinedCache.end(); 461 Parent->OverDefinedCache.erase(*I); 465 Parent->ValueCache.erase(*this); [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
MachineBasicBlock.cpp | 39 Insts.Parent = this; 64 /// parent pointer of the MBB, the MBB numbering, and any instructions in the 90 /// list, we update its parent pointer and add its operands from reg use/def 94 N->setParent(Parent); 98 MachineFunction *MF = Parent->getParent(); 105 /// list, we update its parent pointer and remove its operands from reg use/def 119 /// MBB list to another, we need to update the parent pointers and the use/def 125 assert(Parent->getParent() == fromList.Parent->getParent() && 126 "MachineInstr parent mismatch!") [all...] |
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
Instruction.cpp | 25 : User(ty, Value::InstructionVal + it, Ops, NumOps), Parent(0) { 39 : User(ty, Value::InstructionVal + it, Ops, NumOps), Parent(0) { 51 assert(Parent == 0 && "Instruction still linked in the program!"); 64 Parent = P; 298 // instructions, just check to see whether the parent of the use matches up.
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SVals.h | 51 #define BASIC_SVAL(Id, Parent) Id ## Kind, 52 #define ABSTRACT_SVAL_WITH_KIND(Id, Parent) Id ## Kind, 311 #define NONLOC_SVAL(Id, Parent) Id ## Kind, 517 #define LOC_SVAL(Id, Parent) Id ## Kind,
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/ |
MCFragment.h | 66 MCSection *Parent; 85 uint8_t BundlePadding, MCSection *Parent = nullptr); 102 MCSection *getParent() const { return Parent; } 103 void setParent(MCSection *Value) { Parent = Value; }
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SVals.h | 51 #define BASIC_SVAL(Id, Parent) Id ## Kind, 52 #define ABSTRACT_SVAL_WITH_KIND(Id, Parent) Id ## Kind, 311 #define NONLOC_SVAL(Id, Parent) Id ## Kind, 517 #define LOC_SVAL(Id, Parent) Id ## Kind,
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/ |
MCFragment.h | 66 MCSection *Parent; 85 uint8_t BundlePadding, MCSection *Parent = nullptr); 102 MCSection *getParent() const { return Parent; } 103 void setParent(MCSection *Value) { Parent = Value; }
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SVals.h | 51 #define BASIC_SVAL(Id, Parent) Id ## Kind, 52 #define ABSTRACT_SVAL_WITH_KIND(Id, Parent) Id ## Kind, 311 #define NONLOC_SVAL(Id, Parent) Id ## Kind, 517 #define LOC_SVAL(Id, Parent) Id ## Kind,
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/ |
MCFragment.h | 66 MCSection *Parent; 85 uint8_t BundlePadding, MCSection *Parent = nullptr); 102 MCSection *getParent() const { return Parent; } 103 void setParent(MCSection *Value) { Parent = Value; }
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SVals.h | 51 #define BASIC_SVAL(Id, Parent) Id ## Kind, 52 #define ABSTRACT_SVAL_WITH_KIND(Id, Parent) Id ## Kind, 311 #define NONLOC_SVAL(Id, Parent) Id ## Kind, 517 #define LOC_SVAL(Id, Parent) Id ## Kind,
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/ |
MCFragment.h | 66 MCSection *Parent; 85 uint8_t BundlePadding, MCSection *Parent = nullptr); 102 MCSection *getParent() const { return Parent; } 103 void setParent(MCSection *Value) { Parent = Value; }
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SVals.h | 51 #define BASIC_SVAL(Id, Parent) Id ## Kind, 52 #define ABSTRACT_SVAL_WITH_KIND(Id, Parent) Id ## Kind, 311 #define NONLOC_SVAL(Id, Parent) Id ## Kind, 517 #define LOC_SVAL(Id, Parent) Id ## Kind,
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/ |
MCFragment.h | 66 MCSection *Parent; 85 uint8_t BundlePadding, MCSection *Parent = nullptr); 102 MCSection *getParent() const { return Parent; } 103 void setParent(MCSection *Value) { Parent = Value; }
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SVals.h | 51 #define BASIC_SVAL(Id, Parent) Id ## Kind, 52 #define ABSTRACT_SVAL_WITH_KIND(Id, Parent) Id ## Kind, 311 #define NONLOC_SVAL(Id, Parent) Id ## Kind, 517 #define LOC_SVAL(Id, Parent) Id ## Kind,
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/ |
MCFragment.h | 66 MCSection *Parent; 85 uint8_t BundlePadding, MCSection *Parent = nullptr); 102 MCSection *getParent() const { return Parent; } 103 void setParent(MCSection *Value) { Parent = Value; }
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SVals.h | 51 #define BASIC_SVAL(Id, Parent) Id ## Kind, 52 #define ABSTRACT_SVAL_WITH_KIND(Id, Parent) Id ## Kind, 311 #define NONLOC_SVAL(Id, Parent) Id ## Kind, 517 #define LOC_SVAL(Id, Parent) Id ## Kind,
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/ |
MCFragment.h | 66 MCSection *Parent; 85 uint8_t BundlePadding, MCSection *Parent = nullptr); 102 MCSection *getParent() const { return Parent; } 103 void setParent(MCSection *Value) { Parent = Value; }
|