/external/llvm-project/clang-tools-extra/clangd/refactor/ |
D | Tweak.h | 49 struct Selection { struct 56 /// The parsed active file. Never null. (Pointer so Selection is movable). argument 62 unsigned SelectionBegin; argument 64 unsigned SelectionEnd; argument 66 SelectionTree ASTSelection; argument
|
D | Tweak.cpp | 48 Tweak::Selection::Selection(const SymbolIndex *Index, ParsedAST &AST, in Selection() function in clang::clangd::Tweak::Selection
|
/external/llvm-project/clang/unittests/Tooling/ |
D | RefactoringActionRulesTest.cpp | 60 std::pair<SourceRange, int> Selection; in TEST_F() member in __anon30afe9f50111::TEST_F::ReplaceAWithB 63 ReplaceAWithB(std::pair<SourceRange, int> Selection) in TEST_F() 68 std::pair<SourceRange, int> Selection) { in TEST_F() 200 SourceRange Selection; in TEST_F() member in __anon30afe9f50111::TEST_F::FindOccurrences 203 FindOccurrences(SourceRange Selection) : Selection(Selection) {} in TEST_F() 206 SourceRange Selection) { in TEST_F()
|
/external/llvm/include/llvm/MC/ |
D | MCSectionCOFF.h | 48 mutable int Selection; variable 53 MCSymbol *COMDATSymbol, int Selection, SectionKind K, in MCSectionCOFF()
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCSectionCOFF.h | 47 mutable int Selection; variable 53 MCSymbol *COMDATSymbol, int Selection, SectionKind K, in MCSectionCOFF()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSectionCOFF.h | 50 mutable int Selection; variable 55 MCSymbol *COMDATSymbol, int Selection, SectionKind K, in MCSectionCOFF()
|
/external/llvm-project/llvm/docs/ |
D | CodeGenerator.rst | 731 .. _SelectionDAG: 733 Introduction to SelectionDAGs 788 SelectionDAG Instruction Selection Process 855 Initial SelectionDAG Construction 871 SelectionDAG LegalizeTypes Phase 900 SelectionDAG Legalize Phase 953 SelectionDAG Optimization Phase: the DAG Combiner 980 SelectionDAG Select Phase 1133 SelectionDAG Scheduling and Formation Phase 1146 Future directions for the SelectionDAG
|
D | Bugpoint.rst | 60 .. _crash debugger:
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 728 .. _SelectionDAG: 730 Introduction to SelectionDAGs 785 SelectionDAG Instruction Selection Process 852 Initial SelectionDAG Construction 868 SelectionDAG LegalizeTypes Phase 897 SelectionDAG Legalize Phase 925 SelectionDAG Optimization Phase: the DAG Combiner 952 SelectionDAG Select Phase 1105 SelectionDAG Scheduling and Formation Phase 1118 Future directions for the SelectionDAG
|
D | Bugpoint.rst | 60 .. _crash debugger:
|
/external/llvm-project/clang/lib/Tooling/Refactoring/ |
D | ASTSelectionRequirements.cpp | 23 Optional<SelectedASTNode> Selection = in evaluate() local
|
D | ASTSelection.cpp | 39 ASTSelectionFinder(SourceRange Selection, FileID TargetFile, in ASTSelectionFinder()
|
/external/pdfium/xfa/fde/ |
D | cfde_texteditengine.h | 200 struct Selection { struct 201 size_t start_idx; 202 size_t count;
|
D | cfde_texteditengine_unittest.cpp | 278 TEST_F(CFDE_TextEditEngineTest, Selection) { in TEST_F() argument
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | Selection.h | 106 enum Selection : unsigned char { enum
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/ |
D | Random.h | 35 typename std::remove_const<T>::type Selection = {}; variable
|
/external/llvm-project/llvm/include/llvm/FuzzMutate/ |
D | Random.h | 35 std::remove_const_t<T> Selection = {}; variable
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
D | Selection.java | 12 public final class Selection { class
|
/external/llvm-project/clang-tools-extra/clangd/tool/ |
D | Check.cpp | 204 Tweak::Selection Selection(&Index, *AST, Start, End, std::move(Tree)); in testLocationFeatures() local
|
/external/llvm-project/mlir/docs/Dialects/ |
D | SPIR-V.md | 516 ### Selection subsection
|
/external/skqp/src/sfnt/ |
D | SkOTTable_OS_2_VA.h | 99 union Selection { union
|
D | SkOTTable_OS_2_V0.h | 97 union Selection { union
|
/external/skia/src/sfnt/ |
D | SkOTTable_OS_2_VA.h | 99 union Selection { union
|
D | SkOTTable_OS_2_V0.h | 97 union Selection { union
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.cpp | 418 StringRef Selection = Cur.slice(VariantsStart, VariantsEnd); in FlattenAsmStringVariants() local
|