Home
last modified time | relevance | path

Searched defs:UA (Results 1 – 25 of 25) sorted by relevance

/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
Dmove_convert.runtime.pass.cpp52 using UA = std::unique_ptr<A[]>; in test_sfinae() typedef
57 using UA = std::unique_ptr<A[], GenericConvertingDeleter<0> >; in test_sfinae() typedef
Dpointer.pass.cpp133 using UA = std::unique_ptr<A[]>; in test_sfinae_runtime() typedef
Dmove_convert.single.pass.cpp98 using UA = std::unique_ptr<A>; in test_sfinae() typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DObjCARCAliasAnalysis.cpp57 const Value *UA = GetUnderlyingObjCPtr(SA, DL); in alias() local
/external/llvm/lib/Analysis/
DObjCARCAliasAnalysis.cpp57 const Value *UA = GetUnderlyingObjCPtr(SA, DL); in alias() local
/external/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp293 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
DRDFDeadCode.cpp94 void DeadCodeElimination::processUse(NodeAddr<UseNode*> UA, in processUse()
DRDFCopy.cpp195 auto UA = DFG.addr<UseNode*>(N); in run() local
DHexagonOptAddrMode.cpp159 NodeAddr<UseNode *> UA = *I; in canRemoveAddasl() local
222 NodeAddr<UseNode *> UA = DFG->addr<UseNode *>(UI); in getAllRealUses() local
DRDFGraph.cpp872 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/
Dmove_convert.runtime.pass.cpp81 using UA = std::unique_ptr<A[]>; in test_sfinae() typedef
Dmove_convert.single.pass.cpp77 using UA = std::unique_ptr<A>; in test_sfinae() typedef
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-size/
Dllvm-size.cpp609 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/
Dllvm-size.cpp596 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/
DRDFDeadCode.cpp105 void DeadCodeElimination::processUse(NodeAddr<UseNode*> UA, in processUse()
DRDFCopy.cpp157 auto UA = DFG.addr<UseNode*>(N); in run() local
DHexagonOptAddrMode.cpp178 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
DRDFLiveness.cpp395 auto UA = DFG.addr<UseNode*>(U); in getAllReachedUses() local
521 auto UA = DFG.addr<UseNode*>(I.first); in computePhiInfo() local
DRDFGraph.cpp827 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/
Duses_alloc_types.hpp34 inline const char* toString(UsesAllocatorType UA) { in toString()
/external/llvm/lib/IR/
DAsmWriter.cpp2427 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/
DCommentToXML.cpp1010 else if (const UnavailableAttr *UA = dyn_cast<UnavailableAttr>(Attrs[i])) { in visitFullComment() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp3115 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/
DAccelTable.cpp415 SmallVector<AttributeEncoding, 2> UA; in getUniformAttributes() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DObjCARC.cpp682 const Value *UA = GetUnderlyingObjCPtr(SA); in alias() local