HomeSort by relevance Sort by last modified time
    Searched defs:Insertion (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/MC/
MCCodeView.cpp 79 auto Insertion =
82 S = Insertion.first->first();
83 if (Insertion.second) {
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 635 auto Insertion = MetadataMap.insert(std::make_pair(MD, MDIndex(F)));
636 MDIndex &Entry = Insertion.first->second;
637 if (!Insertion.second) {
640 dropFunctionFromMetadata(*Insertion.first);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 668 auto Insertion = MetadataMap.insert(std::make_pair(MD, MDIndex(F)));
669 MDIndex &Entry = Insertion.first->second;
670 if (!Insertion.second) {
673 dropFunctionFromMetadata(*Insertion.first);
    [all...]
  /external/clang/lib/Parse/
ParseTemplate.cpp 720 FixItHint Insertion;
722 Insertion = FixItHint::CreateInsertion(CorrectLoc, "...");
724 << FixItHint::CreateRemoval(EllipsisLoc) << Insertion
    [all...]
ParseDeclCXX.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCCodeView.cpp 142 auto Insertion =
146 std::make_pair(Insertion.first->first(), Insertion.first->second);
147 if (Insertion.second) {
  /external/harfbuzz_ng/src/
hb-aat-layout-morx-table.hh 647 HBUINT16 currentInsertIndex; /* Zero-based index into the insertion glyph table.
650 * A value of 0xFFFF indicates no insertion is to
652 HBUINT16 markedInsertIndex; /* Zero-based index into the insertion glyph table.
655 * A value of 0xFFFF indicates no insertion is to
676 * as a kashida-like insertion, either before or
681 * split-vowel-like insertion, either before or
686 * as a kashida-like insertion, either before or
691 * split-vowel-like insertion, either before or
837 * the insertion glyph table. */
896 Insertion =
942 InsertionSubtable<Types> insertion; member in union:AAT::ChainSubtable::__anon23507
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 107 auto Insertion = FileIdMap.insert(std::make_pair(F, NextId));
108 if (Insertion.second) {
114 return Insertion.first->second;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 175 auto Insertion = FileIdMap.insert(std::make_pair(FullPath, NextId));
176 if (Insertion.second) {
196 return Insertion.first->second;
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 346 milliseconds