Home
last modified time | relevance | path

Searched defs:UpdateType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp37 enum UpdateType { Ascending, Descending, Intermixed }; enum
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp9206 bool UpdateType = ResultType && Entity.getType()->isIncompleteArrayType(); in Perform() local