Searched refs:Pieces (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/Rewrite/Core/
H A DRewriteRope.cpp139 /// Pieces array.
142 /// Pieces - This tracks the file chunks currently in this leaf.
144 RopePiece Pieces[2*WidthFactor]; member in class:__anon144::RopePieceBTreeLeaf
163 Pieces[--NumPieces] = RopePiece();
171 return Pieces[i];
248 while (Offset >= PieceOffs+Pieces[i].size()) {
249 PieceOffs += Pieces[i].size();
263 RopePiece Tail(Pieces[i].StrData, Pieces[i].StartOffs+IntraPieceOffset,
264 Pieces[
[all...]
/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp209 SmallVector<GCCAsmStmt::AsmStringPiece, 8> Pieces; local
211 if (unsigned DiagID = NS->AnalyzeAsmString(Pieces, Context, DiagOffs)) {
278 if (isOperandMentioned(InputOpNo, Pieces)) {
284 if (isOperandMentioned(TiedTo, Pieces)) {
302 !isOperandMentioned(InputOpNo, Pieces) &&
366 static bool bailOnMSAsm(std::vector<std::vector<StringRef> > Pieces) { argument
367 for (unsigned i = 0, e = Pieces.size(); i != e; ++i)
368 if (bailOnMSAsm(Pieces[i]))
374 static bool isSimpleMSAsm(std::vector<StringRef> &Pieces, argument
376 if (isMSAsmKeyword(Pieces[
386 isSimpleMSAsm(std::vector<std::vector<StringRef> > Pieces, const TargetInfo &TI) argument
395 buildMSAsmPieces(StringRef Asm, std::vector<StringRef> &Pieces) argument
410 buildMSAsmPieces(std::vector<std::string> &AsmStrings, std::vector<std::vector<StringRef> > &Pieces) argument
[all...]
/external/clang/lib/AST/
H A DStmt.cpp464 unsigned GCCAsmStmt::AnalyzeAsmString(SmallVectorImpl<AsmStringPiece>&Pieces,
485 Pieces.push_back(AsmStringPiece(Result));
499 Pieces.push_back(AsmStringPiece(CurStringPiece));
536 // add it to the Pieces list.
538 Pieces.push_back(AsmStringPiece(CurStringPiece));
568 Pieces.push_back(AsmStringPiece(N, Modifier));
591 Pieces.push_back(AsmStringPiece(N, Modifier));
606 SmallVector<GCCAsmStmt::AsmStringPiece, 4> Pieces; local
608 AnalyzeAsmString(Pieces, C, DiagOffs);
611 for (unsigned i = 0, e = Pieces
[all...]
/external/clang/tools/libclang/
H A DCIndex.cpp2374 RefNamePieces Pieces; local
2377 Pieces.push_back(QLoc);
2380 Pieces.push_back(NI.getLoc());
2383 Pieces.push_back(SourceRange(TemplateArgs->LAngleLoc,
2387 Pieces.push_back(SourceLocation::getFromRawEncoding(
2389 Pieces.push_back(SourceLocation::getFromRawEncoding(
2394 SourceRange R(Pieces.front().getBegin(), Pieces.back().getEnd());
2395 Pieces.clear();
2396 Pieces
4591 RefNamePieces Pieces; local
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1766 PiecesTy Pieces; local
1789 Pieces.push_back(piece);
1834 Pieces.push_back(NewGroup);
1848 for (PiecesTy::iterator I=Pieces.begin(), E=Pieces.end(); I!=E; ++I)
/external/clang/include/clang/AST/
H A DStmt.h1598 unsigned AnalyzeAsmString(SmallVectorImpl<AsmStringPiece> &Pieces,

Completed in 153 milliseconds