Searched refs:NumLabels (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaStmtAsm.cpp | 213 unsigned NumLabels, in getClobberConflictLocation() argument 218 for (unsigned int i = 0; i < Exprs.size() - NumLabels; ++i) { in getClobberConflictLocation() 246 unsigned NumLabels, in ActOnGCCAsmStmt() argument 279 NumClobbers, Clobbers, NumLabels, RParenLoc); in ActOnGCCAsmStmt() 348 NumClobbers, Clobbers, NumLabels, RParenLoc); in ActOnGCCAsmStmt() 370 NumClobbers, Clobbers, NumLabels, RParenLoc); in ActOnGCCAsmStmt() 471 NumClobbers, Clobbers, NumLabels, RParenLoc); in ActOnGCCAsmStmt() 480 if (UnwindClobberLoc && NumLabels > 0) { in ActOnGCCAsmStmt() 485 Clobbers, NumLabels, RParenLoc); in ActOnGCCAsmStmt() 491 AsmString, NumClobbers, Clobbers, NumLabels, in ActOnGCCAsmStmt() [all …]
|
H A D | TreeTransform.h | 1431 unsigned NumLabels, in RebuildGCCAsmStmt() argument 1435 AsmString, Clobbers, NumLabels, RParenLoc); in RebuildGCCAsmStmt()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/ |
H A D | CartesianBenchmarks.h | 94 template <class Derived, class EnumType, size_t NumLabels> 97 std::make_index_sequence<NumLabels>{}));
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Stmt.cpp | 539 unsigned NumLabels, in setOutputsAndInputsAndClobbers() argument 545 this->NumLabels = NumLabels; in setOutputsAndInputsAndClobbers() 547 unsigned NumExprs = NumOutputs + NumInputs + NumLabels; in setOutputsAndInputsAndClobbers() 842 RParenLoc(rparenloc), AsmStr(asmstr), NumLabels(numlabels) { in GCCAsmStmt() 843 unsigned NumExprs = NumOutputs + NumInputs + NumLabels; in GCCAsmStmt()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Stmt.h | 2983 unsigned NumLabels = 0; variable 3119 return NumLabels > 0; in isAsmGoto() 3123 return NumLabels; in getNumLabels() 3142 return &Exprs[0] + NumOutputs + NumInputs + NumLabels; in end_labels() 3154 return &Exprs[0] + NumOutputs + NumInputs + NumLabels; in end_labels() 3168 unsigned NumLabels,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 373 S->NumLabels = Record.readInt(); in VisitGCCAsmStmt() 380 unsigned NumLabels = S->getNumLabels(); in VisitGCCAsmStmt() local 398 for (unsigned I = 0, N = NumLabels; I != N; ++I) in VisitGCCAsmStmt() 404 NumLabels, in VisitGCCAsmStmt()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 4776 unsigned NumLabels,
|