Home
last modified time | relevance | path

Searched defs:selection (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/PBQP/
H A DSolution.h38 void setSelection(GraphBase::NodeId nodeId, unsigned selection) { in setSelection()
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Ddebuginfo-properties.m13 @property (nonatomic, retain) Selection* selection; property
/llvm-project-15.0.7/clang-tools-extra/pseudo/tool/
H A DHTMLForest.js187 var selection = null; variable
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_vertices.c270 int *selection) in can_select()
426 int *selection = NULL; in isl_basic_set_compute_vertices() local
661 __isl_keep isl_vertices *vertices, struct isl_tab *tab, int *selection) in add_chamber()
923 int *selection = NULL; in compute_chambers() local
/llvm-project-15.0.7/lld/COFF/
H A DInputFiles.cpp464 COFFSymbolRef sym, COMDATType &selection, bool &prevailing, in handleComdatSelection()
655 COMDATType selection = (COMDATType)def->Selection; in createDefined() local
H A DChunks.h335 llvm::COFF::COMDATType selection = (llvm::COFF::COMDATType)0; variable
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DProtocol.h967 Range selection; member