/external/clang/include/clang/Serialization/ |
D | ContinuousRangeMap.h | 46 Representation Rep; variable 65 if (!Rep.empty() && Rep.back() == Val) in insert() 68 assert((Rep.empty() || Rep.back().first < Val.first) && in insert() 70 Rep.push_back(Val); in insert() 74 iterator I = std::lower_bound(Rep.begin(), Rep.end(), Val, Compare()); in insertOrReplace() 75 if (I != Rep.end() && I->first == Val.first) { in insertOrReplace() 80 Rep.insert(I, Val); in insertOrReplace() 86 iterator begin() { return Rep.begin(); } in begin() 87 iterator end() { return Rep.end(); } in end() 88 const_iterator begin() const { return Rep.begin(); } in begin() [all …]
|
/external/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 176 Value *Rep; in UpgradeIntrinsicCall() local 180 Rep = Builder.CreateICmpEQ(CI->getArgOperand(0), CI->getArgOperand(1), in UpgradeIntrinsicCall() 183 Rep = Builder.CreateSExt(Rep, CI->getType(), ""); in UpgradeIntrinsicCall() 186 Rep = Builder.CreateICmpSGT(CI->getArgOperand(0), CI->getArgOperand(1), in UpgradeIntrinsicCall() 189 Rep = Builder.CreateSExt(Rep, CI->getType(), ""); in UpgradeIntrinsicCall() 258 Rep = Builder.CreateCall3(VPCOM, CI->getArgOperand(0), in UpgradeIntrinsicCall() 293 Rep = Builder.CreateShuffleVector(Op0, Op0, ConstantVector::get(Idxs)); in UpgradeIntrinsicCall() 299 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/include/clang/Sema/ |
D | ScopeInfo.h | 230 llvm::PointerIntPair<const Expr *, 1, bool> Rep; variable 232 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {} in WeakUseTy() 234 const Expr *getUseExpr() const { return Rep.getPointer(); } in getUseExpr() 235 bool isUnsafe() const { return Rep.getInt(); } in isUnsafe() 236 void markSafe() { Rep.setInt(false); } in markSafe() 239 return Rep == Other.Rep;
|
D | DeclSpec.h | 587 unsigned &DiagID, ParsedType Rep); 589 unsigned &DiagID, Decl *Rep, bool Owned); 592 unsigned &DiagID, ParsedType Rep); 595 unsigned &DiagID, Decl *Rep, bool Owned); 598 unsigned &DiagID, Expr *Rep); 604 void UpdateDeclRep(Decl *Rep) { in UpdateDeclRep() argument 606 DeclRep = Rep; in UpdateDeclRep() 608 void UpdateTypeRep(ParsedType Rep) { in UpdateTypeRep() argument 610 TypeRep = Rep; in UpdateTypeRep() 612 void UpdateExprRep(Expr *Rep) { in UpdateExprRep() argument [all …]
|
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 568 ParsedType Rep) { in SetTypeSpecType() argument 569 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep); in SetTypeSpecType() 576 ParsedType Rep) { in SetTypeSpecType() argument 578 assert(Rep && "no type provided!"); in SetTypeSpecType() 585 TypeRep = Rep; in SetTypeSpecType() 595 Expr *Rep) { in SetTypeSpecType() argument 597 assert(Rep && "no expression provided!"); in SetTypeSpecType() 604 ExprRep = Rep; in SetTypeSpecType() 614 Decl *Rep, bool Owned) { in SetTypeSpecType() argument 615 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep, Owned); in SetTypeSpecType() [all …]
|
D | SemaExprMember.cpp | 183 NamedDecl *Rep, in diagnoseInstanceReference() argument 192 CXXRecordDecl *RepClass = dyn_cast<CXXRecordDecl>(Rep->getDeclContext()); in diagnoseInstanceReference() 195 bool IsField = isa<FieldDecl>(Rep) || isa<IndirectFieldDecl>(Rep); in diagnoseInstanceReference()
|
/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() function 15 friend Num operator*(const Num &a, const Rep &n) { in operator *() 54 Num<int>::Rep<char> n = (char) 10; in calc2()
|
/external/icu4c/data/region/ |
D | seh.txt | 49 CF{"República Centro-Africana"} 55 CM{"República dos Camarões"} 62 CZ{"República Tcheca"} 67 DO{"República Dominicana"}
|
D | ca.txt | 86 CF{"República Centreafricana"} 102 CZ{"República Txeca"} 108 DO{"República Dominicana"} 299 ZA{"República de Sud-àfrica"}
|
D | es.txt | 85 CD{"República Democrática del Congo"} 86 CF{"República Centroafricana"} 102 CZ{"República Checa"} 108 DO{"República Dominicana"}
|
D | gl.txt | 85 CD{"República Democrática do Congo"} 86 CF{"República Africana Central"} 102 CZ{"República Checa"} 108 DO{"República Dominicana"}
|
D | pt.txt | 85 CF{"República Centro-Africana"} 91 CM{"República dos Camarões"} 100 CZ{"República Tcheca"} 106 DO{"República Dominicana"}
|
D | pt_PT.txt | 28 CZ{"República Checa"}
|
D | kea.txt | 108 DO{"Repúblika Dominikana"}
|
/external/regex-re2/re2/ |
D | parse.cc | 2057 goto Rep; in Parse() 2060 goto Rep; in Parse() 2063 goto Rep; in Parse() 2064 Rep: in Parse()
|
/external/llvm/include/llvm/ADT/ |
D | DenseMap.h | 977 LargeRep Rep = { in allocateBuckets() local 980 return Rep; in allocateBuckets()
|
/external/timezonepicker-support/ |
D | zone.tab | 139 CD -0418+01518 Africa/Kinshasa west Dem. Rep. of Congo 140 CD -1140+02728 Africa/Lubumbashi east Dem. Rep. of Congo
|
/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/curr/ |
D | es.txt | 1353 one{"marco de la República Democrática Alemana"} 1354 other{"marcos de la República Democrática Alemana"}
|
D | pt.txt | 1489 one{"Coroa da República Tcheca"} 1490 other{"Coroas da República Tcheca"}
|
/external/icu4c/data/lang/ |
D | pt.txt | 702 roc{"Calendário da República da China"}
|
D | es.txt | 748 roc{"calendario de la República de China"}
|
D | ca.txt | 786 roc{"calendari de la República de Xina"}
|