Home
last modified time | relevance | path

Searched refs:UN (Results 1 – 25 of 455) sorted by relevance

12345678910>>...19

/third_party/boost/libs/fusion/doc/
Dtuple.qbk57 [[`T1 ... TN`, `U1 ... UN`][Tuple element types]]
81 template<typename U1, typename U2, ..., typename UN>
82 tuple(const tuple<U1, U2, ..., UN>& t);
172 [[`T1 ... TN`, `U1 ... UN`][Tuple element types]]
179 typename U1, typename U2, ..., typename UN>
182 const tuple<U1, U2, ..., UN>& rhs);
191 typename U1, typename U2, ..., typename UN>
194 const tuple<U1, U2, ..., UN>& rhs);
202 typename U1, typename U2, ..., typename UN>
205 const tuple<U1, U2, ..., UN>& rhs);
[all …]
/third_party/glslang/glslang/MachineIndependent/
DpropagateNoContraction.cpp511 } else if (glslang::TIntermUnary* UN = node->getAsUnaryNode()) { in getPrecisenessAndRemainedAccessChain() local
515 assert(accesschain_mapping_.count(UN->getOperand())); in getPrecisenessAndRemainedAccessChain()
518 UN->getOperand()->traverse(this); in getPrecisenessAndRemainedAccessChain()
521 if (isPreciseObjectNode(UN->getOperand())) { in getPrecisenessAndRemainedAccessChain()
527 assignee_object = accesschain_mapping_.at(UN->getOperand()); in getPrecisenessAndRemainedAccessChain()
640 } else if (glslang::TIntermUnary* UN = defining_node->getAsUnaryNode()) { in propagateNoContractionInOneExpression() local
641 assert(isAssignOperation(UN->getOp())); in propagateNoContractionInOneExpression()
642 UN->getOperand()->traverse(this); in propagateNoContractionInOneExpression()
643 if (isArithmeticOperation(UN->getOp())) { in propagateNoContractionInOneExpression()
644 UN->getWritableType().getQualifier().noContraction = true; in propagateNoContractionInOneExpression()
/third_party/flutter/skia/third_party/externals/icu/source/data/region/
Des_MX.txt27 UN{"UN"}
Dkn.txt277 UN{"ಸಂಯುಕ್ತ ಸಂಸ್ಥಾನಗಳು"}
300 UN{"ಯುಎನ್"}
Dko.txt277 UN{"유엔"}
300 UN{"유엔"}
Dlo.txt277 UN{"ສະຫະປະຊາຊາດ"}
300 UN{"ຢູເອັນ"}
Dkk.txt277 UN{"Біріккен Ұлттар Ұйымы"}
300 UN{"БҰҰ"}
Dur.txt277 UN{"اقوام متحدہ"}
300 UN{"اقوام متحدہ"}
Dbn.txt277 UN{"জাতিসংঘ"}
300 UN{"ইউএন"}
Dgu.txt277 UN{"સંયુક્ત રાષ્ટ્ર"}
300 UN{"યૂએન"}
/third_party/skia/third_party/externals/icu/source/data/region/
Dkm.txt278 UN{"អង្គការសហប្រជាជាតិ"}
303 UN{"UN"}
Dkk.txt278 UN{"Біріккен Ұлттар Ұйымы"}
302 UN{"БҰҰ"}
Dta.txt278 UN{"ஐக்கிய நாடுகள்"}
303 UN{"ஐநா"}
Dmn.txt278 UN{"Нэгдсэн Үндэстний Байгууллага"}
303 UN{"НҮБ"}
/third_party/icu/icu4c/source/data/region/
Dkm.txt278 UN{"អង្គការសហប្រជាជាតិ"}
306 UN{"UN"}
Dmk.txt278 UN{"Обединети нации"}
306 UN{"ОН"}
Dte.txt278 UN{"యునైటెడ్ నేషన్స్"}
306 UN{"యు.ఎన్"}
Dkk.txt278 UN{"Біріккен Ұлттар Ұйымы"}
305 UN{"БҰҰ"}
Dccp.txt281 UN{"����������������"}
310 UN{"����������������"}
Dmy_ZG.txt277 UN{"ကုလသမဂၢ"}
303 UN{"ကုလသမဂၢ"}
Dhy.txt278 UN{"Միավորված ազգերի կազմակերպություն"}
306 UN{"ՄԱԿ"}
Dne.txt278 UN{"संयुक्त राष्ट्र संघ"}
306 UN{"यूएन"}
/third_party/flutter/skia/third_party/externals/icu/patches/
Dlocale_google.patch255 UN{"VN"}
319 UN{"የተመ"}
383 UN{"الأمم المتحدة"}
594 UN{"BMT"}
837 UN{"ইউএন"}
965 UN{"UN"}
1083 UN{"ONU"}
1150 UN{"����������������"}
1361 UN{"UN"}
1425 UN{"FN"}
[all …]
/third_party/skia/third_party/externals/icu/patches/
Dlocale_google.patch1465 UN{"VN"}
1522 UN{"የተመ"}
1773 UN{"BMT"}
1995 UN{"ইউএন"}
2111 UN{"UN"}
2227 UN{"ONU"}
2288 UN{"����������������"}
2545 UN{"OSN"}
2603 UN{"UN"}
2661 UN{"FN"}
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonOptAddrMode.cpp215 NodeAddr<UseNode *> UN = *I; in allValidCandidates() local
216 RegisterRef UR = UN.Addr->getRegRef(*DFG); in allValidCandidates()
218 const auto &P = LV->getAllReachingDefsRec(UR, UN, Visited, Defs); in allValidCandidates()
222 << PrintNode<UseNode*>(UN, *DFG) << '\n' in allValidCandidates()
354 NodeAddr<UseNode *> UN = *I; in processAddUses() local
355 NodeAddr<StmtNode *> SN = UN.Addr->getOwner(*DFG); in processAddUses()
441 NodeAddr<UseNode *> UN = *I; in analyzeUses() local
442 NodeAddr<StmtNode *> SN = UN.Addr->getOwner(*DFG); in analyzeUses()

12345678910>>...19