Home
last modified time | relevance | path

Searched defs:NU (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-equals-default.cpp37 union NU { union
38 NU() {} in NU() function
H A Duse-equals-default-copy.cpp36 union NU { union
37 NU(const NU &Other) : Field(Other.Field) {} in NU() function
/llvm-project/llvm/lib/CodeGen/
H A DRDFRegisters.cpp49 for (uint32_t U = 0, NU = TRI.getNumRegUnits(); U != NU; ++U) { in PhysicalRegisterInfo() local
91 for (uint32_t U = 0, NU = TRI.getNumRegUnits(); U != NU; ++U) { in PhysicalRegisterInfo() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2505 for (const auto &NU : CUMap) { emitDebugPubSections() local