HomeSort by relevance Sort by last modified time
    Searched refs:Conflicts (Results 1 - 25 of 25) sorted by null

  /external/clang/unittests/Tooling/
RefactoringTest.cpp 581 std::vector<Range> Conflicts; // Ignored for this test
582 deduplicate(Input, Conflicts);
584 EXPECT_EQ(3U, Conflicts.size());
597 std::vector<Range> Conflicts;
598 deduplicate(Input, Conflicts);
603 ASSERT_EQ(1u, Conflicts.size());
604 ASSERT_EQ(0u, Conflicts.front().getOffset());
605 ASSERT_EQ(3u, Conflicts.front().getLength());
624 std::vector<Range> Conflicts;
625 deduplicate(Input, Conflicts);
    [all...]
  /external/clang/include/clang/Tooling/Core/
Replacement.h 193 /// This function sorts \p Replaces so that conflicts can be reported simply by
196 std::vector<Range> &Conflicts);
204 /// Will be printed, for example, when detecting conflicts during replacement
  /external/clang/lib/Basic/
Module.cpp 459 for (unsigned I = 0, N = Conflicts.size(); I != N; ++I) {
462 OS << Conflicts[I].Other->getFullModuleName();
464 OS.write_escaped(Conflicts[I].Message);
523 for (auto &C : V.M->Conflicts) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocLinearScan.cpp 822 /// getConflictWeight - Return the number of conflicts between cur
828 float Conflicts = 0;
834 Conflicts += std::pow(10.0f, (float)loopDepth);
837 return Conflicts;
851 float Conflicts[3] = { 0.0f, 0.0f, 0.0f };
861 // Calculate the number of conflicts of each candidate.
871 Conflicts[j] += getConflictWeight(cur, Reg, li_, mri_, loopInfo);
886 Conflicts[j] += getConflictWeight(cur, Reg, li_, mri_, loopInfo);
894 float MinConflicts = Conflicts[0];
896 if (Conflicts[i] < MinConflicts)
    [all...]
  /external/clang/lib/Tooling/Core/
Replacement.cpp 170 std::vector<Range> &Conflicts) {
194 // Detect conflicts
210 Conflicts.push_back(Range(ConflictStart, ConflictLength));
218 Conflicts.push_back(Range(ConflictStart, ConflictLength));
  /external/vulkan-validation-layers/
GOVERNANCE.md 35 - Act as a facilitator in resolving technical conflicts
53 - Conflicts or questions will ultimately be resolved by the project leads
  /external/clang/include/clang/Basic/
Module.h 290 /// \brief The list of conflicts for which the module-id has not yet been
296 /// \brief The module that this module conflicts with.
303 /// \brief The list of conflicts.
304 std::vector<Conflict> Conflicts;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Module.h 304 /// \brief The list of conflicts for which the module-id has not yet been
310 /// \brief The module that this module conflicts with.
317 /// \brief The list of conflicts.
318 std::vector<Conflict> Conflicts;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Module.h 304 /// \brief The list of conflicts for which the module-id has not yet been
310 /// \brief The module that this module conflicts with.
317 /// \brief The list of conflicts.
318 std::vector<Conflict> Conflicts;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
Module.h 328 /// \brief The list of conflicts for which the module-id has not yet been
334 /// \brief The module that this module conflicts with.
341 /// \brief The list of conflicts.
342 std::vector<Conflict> Conflicts;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
Module.h 328 /// \brief The list of conflicts for which the module-id has not yet been
334 /// \brief The module that this module conflicts with.
341 /// \brief The list of conflicts.
342 std::vector<Conflict> Conflicts;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
Module.h 336 /// \brief The list of conflicts for which the module-id has not yet been
342 /// \brief The module that this module conflicts with.
349 /// \brief The list of conflicts.
350 std::vector<Conflict> Conflicts;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
Module.h 336 /// \brief The list of conflicts for which the module-id has not yet been
342 /// \brief The module that this module conflicts with.
349 /// \brief The list of conflicts.
350 std::vector<Conflict> Conflicts;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
Module.h 336 /// \brief The list of conflicts for which the module-id has not yet been
342 /// \brief The module that this module conflicts with.
349 /// \brief The list of conflicts.
350 std::vector<Conflict> Conflicts;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
Module.h 336 /// \brief The list of conflicts for which the module-id has not yet been
342 /// \brief The module that this module conflicts with.
349 /// \brief The list of conflicts.
350 std::vector<Conflict> Conflicts;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
Module.h 328 /// \brief The list of conflicts for which the module-id has not yet been
334 /// \brief The module that this module conflicts with.
341 /// \brief The list of conflicts.
342 std::vector<Conflict> Conflicts;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
Module.h 328 /// \brief The list of conflicts for which the module-id has not yet been
334 /// \brief The module that this module conflicts with.
341 /// \brief The list of conflicts.
342 std::vector<Conflict> Conflicts;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
Module.h 336 /// \brief The list of conflicts for which the module-id has not yet been
342 /// \brief The module that this module conflicts with.
349 /// \brief The list of conflicts.
350 std::vector<Conflict> Conflicts;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
Module.h 336 /// \brief The list of conflicts for which the module-id has not yet been
342 /// \brief The module that this module conflicts with.
349 /// \brief The list of conflicts.
350 std::vector<Conflict> Conflicts;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
Module.h 336 /// \brief The list of conflicts for which the module-id has not yet been
342 /// \brief The module that this module conflicts with.
349 /// \brief The list of conflicts.
350 std::vector<Conflict> Conflicts;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
Module.h 336 /// \brief The list of conflicts for which the module-id has not yet been
342 /// \brief The module that this module conflicts with.
349 /// \brief The list of conflicts.
350 std::vector<Conflict> Conflicts;
  /external/clang/lib/Lex/
ModuleMap.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h 364 OUT PARBITER_CONFLICT_INFO *Conflicts;
    [all...]

Completed in 804 milliseconds