/external/pdfium/core/fpdftext/ |
D | cpdf_linkextract.h | 34 struct Link { struct 42 std::vector<Link> m_LinkArray; argument
|
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/ |
D | sig_node.h | 117 struct Link { struct 118 LinkTag tag; argument 126 using LinkHashMap = std::map<size_t, Link>; argument
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector2.cc | 42 struct Link { struct 43 u32 id; 44 u32 seq; 45 u32 tid; 46 u32 stk0; 47 u32 stk1; 49 explicit Link(u32 id = 0, u32 seq = 0, u32 tid = 0, u32 s0 = 0, u32 s1 = 0) in Link() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Globals.cpp | 306 GlobalVariable::GlobalVariable(Type *Ty, bool constant, LinkageTypes Link, in GlobalVariable() 326 LinkageTypes Link, Constant *InitVal, in GlobalVariable() 409 GlobalAlias::GlobalAlias(Type *Ty, unsigned AddressSpace, LinkageTypes Link, in GlobalAlias() 419 LinkageTypes Link, const Twine &Name, in create() 436 GlobalAlias *GlobalAlias::create(LinkageTypes Link, const Twine &Name, in create() 465 GlobalIFunc::GlobalIFunc(Type *Ty, unsigned AddressSpace, LinkageTypes Link, in GlobalIFunc() 475 LinkageTypes Link, const Twine &Name, in create()
|
/external/llvm/lib/IR/ |
D | Globals.cpp | 220 GlobalVariable::GlobalVariable(Type *Ty, bool constant, LinkageTypes Link, in GlobalVariable() 238 LinkageTypes Link, Constant *InitVal, in GlobalVariable() 324 GlobalAlias::GlobalAlias(Type *Ty, unsigned AddressSpace, LinkageTypes Link, in GlobalAlias() 334 LinkageTypes Link, const Twine &Name, in create() 351 GlobalAlias *GlobalAlias::create(LinkageTypes Link, const Twine &Name, in create() 384 GlobalIFunc::GlobalIFunc(Type *Ty, unsigned AddressSpace, LinkageTypes Link, in GlobalIFunc() 394 LinkageTypes Link, const Twine &Name, in create()
|
/external/opencensus-java/api/src/main/java/io/opencensus/trace/ |
D | Link.java | 38 public abstract class Link { class 123 Link() {} in Link() method in Link
|
/external/clang/test/CodeGen/ |
D | pointer-signext.c | 20 LIST_ENTRY Link; member 25 LIST_ENTRY *Link; in test() local
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Globals.cpp | 83 GlobalVariable::GlobalVariable(Type *Ty, bool constant, LinkageTypes Link, in GlobalVariable() 101 LinkageTypes Link, Constant *InitVal, in GlobalVariable() 189 GlobalAlias::GlobalAlias(Type *Ty, LinkageTypes Link, in GlobalAlias()
|
/external/clang/include/clang/Driver/ |
D | Phases.h | 24 Link enumerator
|
D | ToolChain.h | 87 mutable std::unique_ptr<Tool> Link; variable
|
/external/llvm/lib/Analysis/ |
D | StratifiedSets.h | 307 auto &Link = linksAt(Info.Index); in finalizeSets() local 318 const auto *Link = &Links[Idx]; in propagateAttrs() local 398 auto &Link = linksAt(Info->Index); in noteAttributes() local 576 auto &Link = linksAt(Info->Index); in indexOf() local 597 auto Link = Links.size(); in addLinks() local
|
D | CFLSteensAliasAnalysis.cpp | 160 auto &Link = Sets.getLink(SetIndex); in FunctionInfo() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | StratifiedSets.h | 298 auto &Link = linksAt(Info.Index); in finalizeSets() local 309 const auto *Link = &Links[Idx]; in propagateAttrs() local 389 auto &Link = linksAt(Info->Index); in noteAttributes() local 567 auto &Link = linksAt(Info->Index); in indexOf() local 588 auto Link = Links.size(); in addLinks() local
|
D | CFLSteensAliasAnalysis.cpp | 147 auto &Link = Sets.getLink(SetIndex); in FunctionInfo() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 981 const MCSymbol *Link = TextSec.getBeginSymbol(); in getStackSizesSection() local
|
/external/syzkaller/pkg/email/ |
D | parser.go | 24 Link string member
|
/external/toolchain-utils/automation/server/monitor/ |
D | dashboard.py | 20 Link = namedtuple('Link', 'href name') variable
|
/external/syzkaller/dashboard/app/ |
D | entities.go | 30 Link string member 92 Link string member 143 Link string // web link for the job (e.g. email in the group) member
|
/external/llvm/tools/llvm-readobj/ |
D | ARMWinEHPrinter.cpp | 240 unsigned Link = (OC[Offset] & 0x20) >> 5; in opcode_10Lxxxxx() local 271 unsigned Link = (OC[Offset] & 0x4) >> 3; in opcode_11010Lxx() local 288 unsigned Link = (OC[Offset] & 0x4) >> 2; in opcode_11011Lxx() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | ARMWinEHPrinter.cpp | 240 unsigned Link = (OC[Offset] & 0x20) >> 5; in opcode_10Lxxxxx() local 271 unsigned Link = (OC[Offset] & 0x4) >> 3; in opcode_11010Lxx() local 288 unsigned Link = (OC[Offset] & 0x4) >> 2; in opcode_11011Lxx() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/link/ |
D | linker.cpp | 652 spv_result_t Link(const Context& context, in Link() function 670 spv_result_t Link(const Context& context, const uint32_t* const* binaries, in Link() function
|
/external/deqp-deps/SPIRV-Tools/source/link/ |
D | linker.cpp | 652 spv_result_t Link(const Context& context, in Link() function 670 spv_result_t Link(const Context& context, const uint32_t* const* binaries, in Link() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/ |
D | SourceCoverageViewHTML.cpp | 63 std::string a(const std::string &Link, const std::string &Str, in a() 452 std::string Link = buildLinkToFile(SourceFiles[I], FileReports[I]); in createIndexFile() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ELF.h | 175 unsigned Link; // sh_link - Section header table index link. variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt-viewer/ |
D | optrecord.py | 146 def Link(self): member in Remark
|