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

  /external/clang/lib/Serialization/
MultiOnDiskHashTable.h 1 //===--- MultiOnDiskHashTable.h - Merged set of hash tables -----*- C++ -*-===//
13 // Multiple hash tables from different files are implicitly merged to improve
14 // performance, and on reload the merged table will override those from other
30 /// \brief A collection of on-disk hash tables, merged when relevant for performance.
67 /// \brief The current set of on-disk and merged tables.
98 // If we already have a merged table, it's the first one.
130 MergedTable *Merged = getMergedTable();
131 if (!Merged)
132 Merged = new MergedTable;
146 data_type_builder ValueBuilder(Merged->Data[Key])
    [all...]
ASTReaderDecl.cpp 55 /// the entire declaration is deserialized and merged.
160 /// \brief Get a known declaration that this should be merged with, if
381 /// We've merged the definition \p MergedDef into the existing definition
406 /// been merged into the same redeclaration chain.
424 // If we started in the merged portion, we'll reach our start position
453 // At this point we have deserialized and merged the decl and it is safe to
633 // Merged when we merge the template.
787 // Merged when we merge the template.
    [all...]
ASTReader.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.h 70 bool Merged;
86 : Begin(0), End(0), Variable(0), Merged(false),
90 : Begin(B), End(E), Loc(L), Variable(V), Merged(false),
93 : Begin(B), End(E), Variable(0), Merged(false),
96 : Begin(B), End(E), Variable(0), Merged(false),
99 : Begin(B), End(E), Variable(0), Merged(false),
105 bool isMerged() { return Merged; }
110 Merged = true;
  /external/webrtc/webrtc/libjingle/xmllite/
qname_unittest.cc 37 EXPECT_EQ(name.Merged(), "a:test");
41 EXPECT_EQ(name2.Merged(), "a-very:long:namespace:test-this");
qname.cc 46 std::string QName::Merged() const {
qname.h 46 std::string Merged() const;
xmlparser_unittest.cc 28 ss_ << "START (" << pctx->ResolveQName(name, false).Merged();
30 ss_ << ", " << pctx->ResolveQName(*atts, true).Merged()
  /external/clang/lib/Tooling/Core/
Replacement.cpp 335 // Represents a merged replacement, i.e. a replacement consisting of multiple
365 // Merges the next element 'R' into this merged element. As we always merge
397 // doesn't need to be merged.
404 // Returns 'true' if an element from the second set should be merged next.
416 // Sum of all deltas (text-length - length) of elements from 'First' merged
421 // Data of the actually merged replacement. FilePath and Offset aren't changed
458 MergedReplacement Merged(NextIsFirst ? *FirstI : *SecondI, NextIsFirst,
462 while ((Merged.mergeSecond() && SecondI != Second.end()) ||
463 (!Merged.mergeSecond() && FirstI != First.end())) {
464 auto &I = Merged.mergeSecond() ? SecondI : FirstI
    [all...]
  /external/clang/include/clang/AST/
RawCommentList.h 38 RCK_Merged ///< Two or more documentation comments merged together
44 bool Merged, bool ParseAllComments);
  /external/llvm/include/llvm/IR/
Value.h 571 Use *Merged;
572 Use **Next = &Merged;
594 return Merged;
  /external/clang/lib/AST/
RawCommentList.cpp 110 bool Merged, bool ParseAllComments) :
138 if (!Merged) {
ASTContext.cpp     [all...]
  /external/clang/unittests/Tooling/
RefactoringTest.cpp 650 tooling::Replacements Merged = mergeReplacements(First, Second);
651 auto MergedRewrite = applyAllReplacements(Code, Merged);
655 for (tooling::Replacement M : Merged)
664 tooling::Replacements Merged = mergeReplacements(First, Second);
665 auto MergedRewrite = applyAllReplacements(Code, Merged);
669 for (tooling::Replacement M : Merged)
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 124 /// merged into a LDM/STM.
132 /// Index into the basic block where the merged instruction will be
135 /// Whether the instructions can be merged into a ldm/stm instruction.
137 /// Whether the instructions can be merged into a ldrd/strd instruction.
496 // Merge it with the update; if the merged offset is too large,
658 // The merged instruction does not exist yet but will use several Regs if
746 // - the base register is killed by the merged instruction,
771 // The base isn't dead after a merged instruction with writeback.
863 MachineInstr *Merged = nullptr;
865 Merged = CreateLoadStoreDouble(MBB, InsertBefore, Offset, Base, BaseKill
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/abi-compliance-checker/modules/Internals/
CallConv.pm 287 my $Merged = 0;
328 $Merged = 1;
341 return $Merged;
    [all...]
  /external/syslinux/com32/lib/libpng/
CHANGES     [all...]
  /external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp 348 bool Merged = false;
365 Merged = true;
370 if (!Merged)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 82 bool Merged;
85 : Offset(o), Reg(r), isKill(k), Position(p), MBBI(i), Merged(false) {}
377 // First calculate which of the registers should be killed by the merged
398 // If we are inserting the merged operation after an operation that
427 // Update this memop to refer to the merged instruction.
429 memOps[i].Merged = true;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/doc/
pkg.go 36 file *ast.File // Merged from all files in the package
  /prebuilts/go/linux-x86/src/cmd/doc/
pkg.go 36 file *ast.File // Merged from all files in the package

Completed in 743 milliseconds