Home
last modified time | relevance | path

Searched +defs:expanded +defs:c (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lld/MachO/
H A DDriver.cpp314 for (const object::Archive::Child &c : file->getArchive().children(e)) { in addFile() local
344 for (const object::Archive::Child &c : file->getArchive().children(e)) { in addFile() local
858 for (char c : protStr) { in parseProtection() local
988 line = line.take_until([](char c) { return c == '#'; }).trim(); in parseSymbolPatternsFile()
1240 SmallString<1024> expanded; in link() local
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_coalesce.c155 int c = 0; in count() local
2702 isl_constraint *c; in normalize_stride_div() local
2799 isl_val *c; in shift_if_cst_int() local
3058 int n, struct isl_expanded *expanded) in fix_constant_divs()
3133 int n, struct isl_expanded *expanded, __isl_take isl_basic_map *bmap) in tab_insert_divs()
3216 struct isl_expanded *expanded; in expand_tab() local
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4493 bool expanded = false; member
4668 const bool expanded = IsExpanded(); in CalculateRowIndexes() local
4896 HandleCharResult WindowDelegateHandleChar(Window &window, int c) override { in WindowDelegateHandleChar()
5601 HandleCharResult WindowDelegateHandleChar(Window &window, int c) override { in WindowDelegateHandleChar()
5710 static Format FormatForChar(int c) { in FormatForChar()
7245 HandleCharResult WindowDelegateHandleChar(Window &window, int c) override { in WindowDelegateHandleChar()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp57 if (auto c = mask.getDefiningOp<arith::ConstantOp>()) { in get1DMaskFormat() local
5018 static LogicalResult verifyDistributedType(Type expanded, Type distributed, in verifyDistributedType()