/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
SplitKit.cpp | 806 bool Skipped = false; 847 Skipped = true; 912 return Skipped; [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/Coverage/ |
CoverageMapping.cpp | 328 /// \p EmitSkippedRegion: The segment must be emitted as a skipped region. 354 << (!Last.HasCount ? ", Skipped" : "") 408 // Emit a skipped segment if there are no more active regions. This 438 // emit a skipped segment. Otherwise use its predecessor's count. 439 const bool Skipped = (CR.index() + 1) == Regions.size(); 441 CurStartLoc, !GapRegion, Skipped);
|
/external/clang/lib/Parse/ |
Parser.cpp | [all...] |
/external/llvm/lib/CodeGen/ |
SplitKit.cpp | [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
ARMCodeEmitter.cpp | [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/utils/FileCheck/ |
FileCheck.cpp | 602 // match distance and the number of lines skipped to get to this match. 885 StringRef Skipped = Buffer.substr(0, Loc); 887 LineNumber += Skipped.count('\n'); 894 if (Skipped.empty() || !IsPartOfWord(Skipped.back())) { [all...] |
/external/clang/lib/CodeGen/ |
CGStmt.cpp | 588 const Stmt *Skipped = S.getElse(); 590 std::swap(Executed, Skipped); 592 // If the skipped block has no labels in it, just emit the executed block. 594 if (S.isConstexpr() || !ContainsLabel(Skipped)) { 739 // The LoopHeader typically is just a branch if we skipped emitting 799 // The DoCond block typically is just a branch if we skipped [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
SplitKit.cpp | [all...] |
/external/protobuf/csharp/src/Google.Protobuf.Conformance/ |
Conformance.cs | 191 new pbr::GeneratedClrTypeInfo(typeof(global::Conformance.ConformanceResponse), global::Conformance.ConformanceResponse.Parser, new[]{ "ParseError", "SerializeError", "RuntimeError", "ProtobufPayload", "JsonPayload", "Skipped" }, new[]{ "Result" }, null, null), 451 case ResultOneofCase.Skipped: 452 Skipped = other.Skipped; 537 /// <summary>Field number for the "skipped" field.</summary> 540 /// For when the testee skipped the test, likely because a certain feature 543 public string Skipped { 544 get { return resultCase_ == ResultOneofCase.Skipped ? (string) result_ : ""; } 547 resultCase_ = ResultOneofCase.Skipped; 560 Skipped = 5 [all...] |
/external/googletest/googletest/src/ |
gtest.cc | 779 // Gets the number of skipped tests. 819 // specifies the number of top frames to be skipped, which doesn't [all...] |