Home
last modified time | relevance | path

Searched refs:MSAsmLabelNameCounter (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaStmtAsm.cpp649 OS << "__MSASMLABEL_." << MSAsmLabelNameCounter++ << "__" << ExternalLabelName; in GetOrCreateMSAsmLabel()
HDSema.cpp99 MSAsmLabelNameCounter(0), in Sema()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h748 unsigned MSAsmLabelNameCounter; variable