| /openbsd-src/lib/libcurses/base/ |
| H A D | lib_slkrefr.c | 52 #define NumLabels InfoOf(SP_PARM).numlabels macro 54 #define NumLabels num_labels 93 numlab = NumLabels; in slk_intern_refresh()
|
| H A D | lib_slk.c | 56 #define NumLabels InfoOf(SP_PARM).numlabels macro 61 #define NumLabels num_labels 158 numlab = NumLabels; in _nc_slk_initialize()
|
| H A D | lib_newterm.c | 57 #define NumLabels InfoOf(SP_PARM).numlabels macro 59 #define NumLabels num_labels 292 if (slk_format && NumLabels > 0 && SLK_STDFMT(slk_format)) in NCURSES_SP_NAME()
|
| H A D | lib_set_term.c | 66 #define NumLabels InfoOf(sp).numlabels macro 69 #define NumLabels num_labels 717 if (!(NumLabels <= 0 || !SLK_STDFMT(slk_format))) { in NCURSES_SP_NAME()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaStmtAsm.cpp | 214 unsigned NumLabels, in getClobberConflictLocation() argument 219 for (unsigned int i = 0; i < Exprs.size() - NumLabels; ++i) { in getClobberConflictLocation() 247 unsigned NumLabels, in ActOnGCCAsmStmt() argument 280 NumClobbers, Clobbers, NumLabels, RParenLoc); in ActOnGCCAsmStmt() 349 NumClobbers, Clobbers, NumLabels, RParenLoc); in ActOnGCCAsmStmt() 371 NumClobbers, Clobbers, NumLabels, RParenLoc); in ActOnGCCAsmStmt() 478 NumClobbers, Clobbers, NumLabels, RParenLoc); in ActOnGCCAsmStmt() 487 if (UnwindClobberLoc && NumLabels > 0) { in ActOnGCCAsmStmt() 492 Clobbers, NumLabels, RParenLoc); in ActOnGCCAsmStmt() 498 AsmString, NumClobbers, Clobbers, NumLabels, in ActOnGCCAsmStmt() [all …]
|
| H A D | TreeTransform.h | 1477 unsigned NumLabels, in RebuildGCCAsmStmt() argument 1481 AsmString, Clobbers, NumLabels, RParenLoc); in RebuildGCCAsmStmt()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | InlineAsm.cpp | 284 unsigned NumIndirect = 0, NumLabels = 0; in verify() local 289 if ((NumInputs-NumIndirect) != 0 || NumClobbers != 0 || NumLabels != 0) in verify() 313 ++NumLabels; in verify()
|
| /openbsd-src/gnu/llvm/libcxx/benchmarks/ |
| H A D | CartesianBenchmarks.h | 94 template <class Derived, class EnumType, size_t NumLabels> 97 std::make_index_sequence<NumLabels>{}));
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Stmt.cpp | 547 unsigned NumLabels, in setOutputsAndInputsAndClobbers() argument 553 this->NumLabels = NumLabels; in setOutputsAndInputsAndClobbers() 555 unsigned NumExprs = NumOutputs + NumInputs + NumLabels; in setOutputsAndInputsAndClobbers() 855 RParenLoc(rparenloc), AsmStr(asmstr), NumLabels(numlabels) { in GCCAsmStmt() 856 unsigned NumExprs = NumOutputs + NumInputs + NumLabels; in GCCAsmStmt()
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseStmtAsm.cpp | 833 unsigned NumLabels = 0; in ParseAsmStatement() local 854 NumLabels++; in ParseAsmStatement() 867 AsmString.get(), Clobbers, NumLabels, in ParseAsmStatement()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Stmt.h | 3056 unsigned NumLabels = 0; variable 3192 return NumLabels > 0; in isAsmGoto() 3196 return NumLabels; in getNumLabels() 3215 return &Exprs[0] + NumOutputs + NumInputs + NumLabels; in end_labels() 3227 return &Exprs[0] + NumOutputs + NumInputs + NumLabels; in end_labels() 3241 unsigned NumLabels,
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 378 S->NumLabels = Record.readInt(); in VisitGCCAsmStmt() 385 unsigned NumLabels = S->getNumLabels(); in VisitGCCAsmStmt() local 403 for (unsigned I = 0, N = NumLabels; I != N; ++I) in VisitGCCAsmStmt() 409 NumLabels, in VisitGCCAsmStmt()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 5198 unsigned NumLabels,
|