Searched refs:Rep (Results 1 - 11 of 11) sorted by relevance

/external/clang/include/clang/Serialization/
H A DContinuousRangeMap.h45 Representation Rep; member in class:clang::ContinuousRangeMap
64 if (!Rep.empty() && Rep.back() == Val)
67 assert((Rep.empty() || Rep.back().first < Val.first) &&
69 Rep.push_back(Val);
73 iterator I = std::lower_bound(Rep.begin(), Rep.end(), Val, Compare());
74 if (I != Rep.end() && I->first == Val.first) {
79 Rep
[all...]
/external/valgrind/tsan/
H A Dts_lock.h57 struct Rep;
58 Rep *rep_;
/external/tinyxml/
H A Dtinystr.h198 Rep* r = rep_;
210 struct Rep
220 rep_ = static_cast<Rep*>(operator new(sizeof(Rep) + cap));
238 Rep * rep_;
239 static Rep nullrep_;
H A Dtinystr.cpp38 TiXmlString::Rep TiXmlString::nullrep_ = { 0, 0, '\0' };
/external/llvm/lib/VMCore/
H A DAutoUpgrade.cpp175 Value *Rep; local
179 Rep = Builder.CreateICmpEQ(CI->getArgOperand(0), CI->getArgOperand(1),
182 Rep = Builder.CreateSExt(Rep, CI->getType(), "");
185 Rep = Builder.CreateICmpSGT(CI->getArgOperand(0), CI->getArgOperand(1),
188 Rep = Builder.CreateSExt(Rep, CI->getType(), "");
257 Rep = Builder.CreateCall3(VPCOM, CI->getArgOperand(0),
292 Rep = Builder.CreateShuffleVector(Op0, Op0, ConstantVector::get(Idxs));
298 CI->replaceAllUsesWith(Rep);
[all...]
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp11 template <typename U> struct Rep { struct in struct:test0::Num
13 Rep(U count) : count_(count) {} function in struct:test0::Num::Rep
15 friend Num operator*(const Num &a, const Rep &n) {
54 Num<int>::Rep<char> n = (char) 10;
/external/clang/lib/Sema/
H A DDeclSpec.cpp547 ParsedType Rep) {
548 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep);
555 ParsedType Rep) {
557 assert(Rep && "no type provided!");
564 TypeRep = Rep;
574 Expr *Rep) {
576 assert(Rep && "no expression provided!");
583 ExprRep = Rep;
593 Decl *Rep, bool Owned) {
594 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep, Owne
544 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, ParsedType Rep) argument
551 SetTypeSpecType(TST T, SourceLocation TagKwLoc, SourceLocation TagNameLoc, const char *&PrevSpec, unsigned &DiagID, ParsedType Rep) argument
571 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, Expr *Rep) argument
590 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned) argument
597 SetTypeSpecType(TST T, SourceLocation TagKwLoc, SourceLocation TagNameLoc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned) argument
[all...]
H A DSemaExprMember.cpp191 NamedDecl *Rep,
200 CXXRecordDecl *RepClass = dyn_cast<CXXRecordDecl>(Rep->getDeclContext());
203 bool IsField = isa<FieldDecl>(Rep) || isa<IndirectFieldDecl>(Rep);
189 diagnoseInstanceReference(Sema &SemaRef, const CXXScopeSpec &SS, NamedDecl *Rep, const DeclarationNameInfo &nameInfo) argument
/external/clang/include/clang/Sema/
H A DDeclSpec.h572 unsigned &DiagID, ParsedType Rep);
574 unsigned &DiagID, Decl *Rep, bool Owned);
577 unsigned &DiagID, ParsedType Rep);
580 unsigned &DiagID, Decl *Rep, bool Owned);
583 unsigned &DiagID, Expr *Rep);
589 void UpdateDeclRep(Decl *Rep) { argument
591 DeclRep = Rep;
593 void UpdateTypeRep(ParsedType Rep) { argument
595 TypeRep = Rep;
597 void UpdateExprRep(Expr *Rep) { argument
[all...]
/external/regex-re2/re2/
H A Dparse.cc2046 goto Rep;
2049 goto Rep;
2052 goto Rep;
2053 Rep:
/external/llvm/include/llvm/ADT/
H A DDenseMap.h958 LargeRep Rep = { local
961 return Rep;

Completed in 203 milliseconds