/external/clang/include/clang/Serialization/ |
D | ContinuousRangeMap.h | 45 Representation Rep; variable 64 if (!Rep.empty() && Rep.back() == Val) in insert() 67 assert((Rep.empty() || Rep.back().first < Val.first) && in insert() 69 Rep.push_back(Val); in insert() 73 iterator I = std::lower_bound(Rep.begin(), Rep.end(), Val, Compare()); in insertOrReplace() 74 if (I != Rep.end() && I->first == Val.first) { in insertOrReplace() 79 Rep.insert(I, Val); in insertOrReplace() 85 iterator begin() { return Rep.begin(); } in begin() 86 iterator end() { return Rep.end(); } in end() 87 const_iterator begin() const { return Rep.begin(); } in begin() [all …]
|
/external/llvm/lib/VMCore/ |
D | AutoUpgrade.cpp | 107 Value *Rep; in UpgradeIntrinsicCall() local 111 Rep = Builder.CreateICmpEQ(CI->getArgOperand(0), CI->getArgOperand(1), in UpgradeIntrinsicCall() 114 Rep = Builder.CreateSExt(Rep, CI->getType(), ""); in UpgradeIntrinsicCall() 117 Rep = Builder.CreateICmpSGT(CI->getArgOperand(0), CI->getArgOperand(1), in UpgradeIntrinsicCall() 120 Rep = Builder.CreateSExt(Rep, CI->getType(), ""); in UpgradeIntrinsicCall() 154 Rep = Builder.CreateShuffleVector(Op0, Op0, ConstantVector::get(Idxs)); in UpgradeIntrinsicCall() 160 CI->replaceAllUsesWith(Rep); in UpgradeIntrinsicCall()
|
/external/tinyxml/ |
D | tinystr.h | 198 Rep* r = rep_; in swap() 210 struct Rep struct 220 rep_ = static_cast<Rep*>(operator new(sizeof(Rep) + cap)); in init() argument 238 Rep * rep_; 239 static Rep nullrep_;
|
D | tinystr.cpp | 38 TiXmlString::Rep TiXmlString::nullrep_ = { 0, 0, '\0' };
|
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 534 ParsedType Rep) { in SetTypeSpecType() argument 535 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep); in SetTypeSpecType() 542 ParsedType Rep) { in SetTypeSpecType() argument 544 assert(Rep && "no type provided!"); in SetTypeSpecType() 551 TypeRep = Rep; in SetTypeSpecType() 561 Expr *Rep) { in SetTypeSpecType() argument 563 assert(Rep && "no expression provided!"); in SetTypeSpecType() 570 ExprRep = Rep; in SetTypeSpecType() 580 Decl *Rep, bool Owned) { in SetTypeSpecType() argument 581 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep, Owned); in SetTypeSpecType() [all …]
|
D | SemaExprMember.cpp | 191 NamedDecl *Rep, in diagnoseInstanceReference() argument 200 CXXRecordDecl *RepClass = dyn_cast<CXXRecordDecl>(Rep->getDeclContext()); in diagnoseInstanceReference() 203 bool IsField = isa<FieldDecl>(Rep) || isa<IndirectFieldDecl>(Rep); in diagnoseInstanceReference()
|
/external/icu4c/data/region/ |
D | pt_PT.txt | 32 CZ{"República Checa"} 50 LA{"Laos, República Popular Democrática do"} 54 MD{"Moldávia, República da"}
|
D | es.txt | 86 CD{"República Democrática del Congo"} 87 CF{"República Centroafricana"} 103 CZ{"República Checa"} 109 DO{"República Dominicana"} 146 "Región Administrativa Especial de Hong Kong de la República Popular Chin" 202 MO{"Región Administrativa Especial de Macao de la República Popular China"}
|
D | pt.txt | 87 CF{"República Centro-Africana"} 93 CM{"República dos Camarões"} 103 CZ{"República Tcheca"} 109 DO{"República Dominicana"} 177 LA{"República Popular Democrática do Laos"}
|
D | seh.txt | 49 CF{"República Centro-Africana"} 55 CM{"República dos Camarões"} 63 CZ{"República Tcheca"} 68 DO{"República Dominicana"}
|
D | gl.txt | 86 CD{"República Democrática do Congo"} 87 CF{"República Africana Central"} 103 CZ{"República Checa"} 109 DO{"República Dominicana"}
|
D | ca.txt | 87 CF{"República Centreafricana"} 103 CZ{"República Txeca"} 109 DO{"República Dominicana"} 298 ZA{"República de Sud-àfrica"}
|
D | kea.txt | 98 DO{"Repúblika Dominikana"}
|
/external/clang/test/CXX/temp/temp.decls/temp.friend/ |
D | p1.cpp | 11 template <typename U> struct Rep { struct 13 Rep(U count) : count_(count) {} in Rep() argument 15 friend Num operator*(const Num &a, const Rep &n) { in operator *() 54 Num<int>::Rep<char> n = (char) 10; in calc2()
|
/external/valgrind/tsan/ |
D | ts_util.cc | 514 struct TSLock::Rep { struct in TSLock 550 struct TSLock::Rep { argument 589 rep_ = new Rep; in TSLock() 613 struct TSLock::Rep { struct in TSLock 619 rep_ = new Rep(); in TSLock() 642 struct TSLock::Rep { struct in TSLock 647 rep_ = new Rep(); in TSLock()
|
D | ts_lock.h | 57 struct Rep; 58 Rep *rep_;
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 562 unsigned &DiagID, ParsedType Rep); 564 unsigned &DiagID, Decl *Rep, bool Owned); 567 unsigned &DiagID, ParsedType Rep); 570 unsigned &DiagID, Decl *Rep, bool Owned); 573 unsigned &DiagID, Expr *Rep); 579 void UpdateDeclRep(Decl *Rep) { in UpdateDeclRep() argument 581 DeclRep = Rep; in UpdateDeclRep() 583 void UpdateTypeRep(ParsedType Rep) { in UpdateTypeRep() argument 585 TypeRep = Rep; in UpdateTypeRep() 587 void UpdateExprRep(Expr *Rep) { in UpdateExprRep() argument [all …]
|
/external/icu4c/data/curr/ |
D | pt_PT.txt | 61 "Coroa da República Checa",
|
D | es.txt | 1349 one{"marco de la República Democrática Alemana"} 1350 other{"marcos de la República Democrática Alemana"}
|
D | pt.txt | 1485 one{"Coroa da República Tcheca"} 1486 other{"Coroas da República Tcheca"}
|
/external/regex-re2/re2/ |
D | parse.cc | 2046 goto Rep; in Parse() 2049 goto Rep; in Parse() 2052 goto Rep; in Parse() 2053 Rep: in Parse()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2002-12-03 | 377 * kjs/ustring.cpp: (UString::Rep::computeHash), (KJS::compare): 607 * kjs/ustring.h: Add a hash field to UString::Rep. 609 (UString::Rep::create): Set hash to uninitialized value. 610 (UString::Rep::destroy): Do the deleting in her, and call Identifier if needed. 611 (UString::Rep::computeHash): Added. 1980 (UString::Rep::create): Add a "capacity" along with the length.
|
/external/icu4c/data/lang/ |
D | ca.txt | 674 roc{"calendari de la República de Xina"}
|
D | es.txt | 665 roc{"calendario de la República de China"}
|
D | pt.txt | 685 roc{"Calendário da República da China"}
|