/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
D | move_convert.runtime.pass.cpp | 52 using UA = std::unique_ptr<A[]>; in test_sfinae() typedef 57 using UA = std::unique_ptr<A[], GenericConvertingDeleter<0> >; in test_sfinae() typedef
|
D | pointer.pass.cpp | 133 using UA = std::unique_ptr<A[]>; in test_sfinae_runtime() typedef
|
D | move_convert.single.pass.cpp | 98 using UA = std::unique_ptr<A>; in test_sfinae() typedef
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ObjCARCAliasAnalysis.cpp | 57 const Value *UA = GetUnderlyingObjCPtr(SA, DL); in alias() local
|
/external/llvm/lib/Analysis/ |
D | ObjCARCAliasAnalysis.cpp | 57 const Value *UA = GetUnderlyingObjCPtr(SA, DL); in alias() local
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFLiveness.cpp | 293 auto UA = DFG.addr<UseNode*>(U); in getAllReachedUses() local 401 auto UA = DFG.addr<UseNode*>(*I); in computePhiInfo() local 427 NodeAddr<UseNode*> UA = I; in computePhiInfo() local 477 NodeAddr<UseNode*> UA = U; in computePhiInfo() local 594 NodeAddr<PhiUseNode*> UA = U; in computeLiveIns() local
|
D | RDFDeadCode.cpp | 94 void DeadCodeElimination::processUse(NodeAddr<UseNode*> UA, in processUse()
|
D | RDFCopy.cpp | 195 auto UA = DFG.addr<UseNode*>(N); in run() local
|
D | HexagonOptAddrMode.cpp | 159 NodeAddr<UseNode *> UA = *I; in canRemoveAddasl() local 222 NodeAddr<UseNode *> UA = DFG->addr<UseNode *>(UI); in getAllRealUses() local
|
D | RDFGraph.cpp | 872 NodeAddr<UseNode*> UA = newNode(NodeAttrs::Ref | NodeAttrs::Use | Flags); in newUse() local 1266 NodeAddr<UseNode*> UA = newUse(SA, Op, Flags); in buildStmt() local 1617 void DataFlowGraph::unlinkUseDF(NodeAddr<UseNode*> UA) { in unlinkUseDF()
|
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/ |
D | move_convert.runtime.pass.cpp | 81 using UA = std::unique_ptr<A[]>; in test_sfinae() typedef
|
D | move_convert.single.pass.cpp | 77 using UA = std::unique_ptr<A>; in test_sfinae() typedef
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 609 std::unique_ptr<Archive> &UA = *AOrErr; in printFileSectionSizes() local 698 std::unique_ptr<Archive> &UA = *AOrErr; in printFileSectionSizes() local 774 std::unique_ptr<Archive> &UA = *AOrErr; in printFileSectionSizes() local
|
/external/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 596 std::unique_ptr<Archive> &UA = *AOrErr; in printFileSectionSizes() local 685 std::unique_ptr<Archive> &UA = *AOrErr; in printFileSectionSizes() local 761 std::unique_ptr<Archive> &UA = *AOrErr; in printFileSectionSizes() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | RDFDeadCode.cpp | 105 void DeadCodeElimination::processUse(NodeAddr<UseNode*> UA, in processUse()
|
D | RDFCopy.cpp | 157 auto UA = DFG.addr<UseNode*>(N); in run() local
|
D | HexagonOptAddrMode.cpp | 178 NodeAddr<UseNode *> UA = *I; in canRemoveAddasl() local 254 NodeAddr<UseNode *> UA = DFG->addr<UseNode *>(UI); in getAllRealUses() local 300 NodeAddr<UseNode *> UA = *I; in isSafeToExtLR() local
|
D | RDFLiveness.cpp | 395 auto UA = DFG.addr<UseNode*>(U); in getAllReachedUses() local 521 auto UA = DFG.addr<UseNode*>(I.first); in computePhiInfo() local
|
D | RDFGraph.cpp | 827 NodeAddr<UseNode*> UA = newNode(NodeAttrs::Ref | NodeAttrs::Use | Flags); in newUse() local 1395 NodeAddr<UseNode*> UA = newUse(SA, Op, Flags); in buildStmt() local 1740 void DataFlowGraph::unlinkUseDF(NodeAddr<UseNode*> UA) { in unlinkUseDF()
|
/external/libcxx/test/support/ |
D | uses_alloc_types.hpp | 34 inline const char* toString(UsesAllocatorType UA) { in toString()
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 2427 static StringRef getUnnamedAddrEncoding(GlobalVariable::UnnamedAddr UA) { in getUnnamedAddrEncoding() 2471 StringRef UA = getUnnamedAddrEncoding(GV->getUnnamedAddr()); in printGlobal() local 2513 StringRef UA = getUnnamedAddrEncoding(GIS->getUnnamedAddr()); in printIndirectSymbol() local 2676 StringRef UA = getUnnamedAddrEncoding(F->getUnnamedAddr()); in printFunction() local
|
/external/clang/lib/Index/ |
D | CommentToXML.cpp | 1010 else if (const UnavailableAttr *UA = dyn_cast<UnavailableAttr>(Attrs[i])) { in visitFullComment() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 3115 static StringRef getUnnamedAddrEncoding(GlobalVariable::UnnamedAddr UA) { in getUnnamedAddrEncoding() 3160 StringRef UA = getUnnamedAddrEncoding(GV->getUnnamedAddr()); in printGlobal() local 3207 StringRef UA = getUnnamedAddrEncoding(GIS->getUnnamedAddr()); in printIndirectSymbol() local 3354 StringRef UA = getUnnamedAddrEncoding(F->getUnnamedAddr()); in printFunction() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AccelTable.cpp | 415 SmallVector<AttributeEncoding, 2> UA; in getUniformAttributes() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | ObjCARC.cpp | 682 const Value *UA = GetUnderlyingObjCPtr(SA); in alias() local
|