Home
last modified time | relevance | path

Searched refs:categorize (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DQuality.cpp53 static SymbolQualitySignals::SymbolCategory categorize(const NamedDecl &ND) { in categorize() function
83 categorize(const CodeCompletionResult &R) { in categorize() function
85 return categorize(*R.Declaration); in categorize()
109 categorize(const index::SymbolInfo &D) { in categorize() function
177 Category = categorize(SemaCCResult); in merge()
192 Category = categorize(IndexResult.SymInfo); in merge()
/llvm-project-15.0.7/libc/benchmarks/automemcpy/
H A DREADME.md93 …tps://en.wikipedia.org/wiki/Majority_judgment) process is then used to categorize each function. T…
/llvm-project-15.0.7/llvm/lib/Support/
H A Dregcomp.c234 static void categorize(struct parse *, struct re_guts *);
369 categorize(p, g); in llvm_regcomp()
1426 categorize(struct parse *p, struct re_guts *g) in categorize() function
/llvm-project-15.0.7/llvm/utils/vim/
H A Dvimrc60 " so it's important to categorize them as such.
/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2007-OriginalClangReadme.txt148 does not categorize identifiers as types or variables -- this is up to the
/llvm-project-15.0.7/llvm/docs/
H A DPasses.rst345 The ``ScalarEvolution`` analysis can be used to analyze and categorize scalar
H A DWritingAnLLVMBackend.rst323 You also need to define register classes to categorize related registers. A
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTarget.td1733 // model and is used to categorize instructions into subgroups. For instance,
/llvm-project-15.0.7/clang/docs/
H A DAutomaticReferenceCounting.rst570 only to a much-reduced subset which is difficult to categorize but which
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttrDocs.td4013 and categorize these enums with error domains.