Searched refs:Insertions (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
D | ProTypeMemberInitCheck.cpp | 176 SmallVector<IntializerInsertion, 16> Insertions; in computeInsertions() local 177 Insertions.emplace_back(InitializerPlacement::New, nullptr); in computeInsertions() 182 if (Insertions.size() == 1) in computeInsertions() 183 Insertions.emplace_back(InitializerPlacement::Before, Init); in computeInsertions() 196 Insertions.back().Initializers.emplace_back(getName(D)); in computeInsertions() 200 Insertions.emplace_back(InitializerPlacement::After, Init); in computeInsertions() 208 Insertions.back().Initializers.emplace_back(getName(D)); in computeInsertions() 211 return Insertions; in computeInsertions()
|
/external/llvm-project/clang-tools-extra/clang-include-fixer/ |
D | IncludeFixer.cpp | 412 clang::tooling::Replacements Insertions; in createIncludeFixerReplacements() local 414 Insertions.add(tooling::Replacement(FilePath, UINT_MAX, 0, IncludeName)); in createIncludeFixerReplacements() 418 auto CleanReplaces = cleanupAroundReplacements(Code, Insertions, Style); in createIncludeFixerReplacements()
|
/external/llvm-project/llvm/unittests/IR/ |
D | CFGBuilder.cpp | 184 TEST(CFGBuilder, Insertions) { in TEST() argument
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZOperators.td | 513 // Insertions.
|
D | SystemZInstrInfo.td | 838 // Insertions of a 16-bit immediate, leaving other bits unaffected.
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZOperators.td | 635 // Insertions.
|
D | SystemZInstrInfo.td | 876 // Insertions of a 16-bit immediate, leaving other bits unaffected.
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 889 // Insertions of a 16-bit immediate, leaving other bits unaffected.
|
/external/one-true-awk/testdir/ |
D | funstack.ok | 2963 S. Rao Kosaraju Insertions and Deletions in One-Sided
|
D | funstack.in | 22559 title = "Insertions and Deletions in One-Sided Height-Balanced Trees",
|