HomeSort by: relevance | last modified time | path
    Searched refs:NumLabels (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/benchmarks/
CartesianBenchmarks.h 94 template <class Derived, class EnumType, size_t NumLabels>
97 std::make_index_sequence<NumLabels>{}));
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAsm.cpp 213 unsigned NumLabels,
218 for (unsigned int i = 0; i < Exprs.size() - NumLabels; ++i) {
246 unsigned NumLabels,
279 NumClobbers, Clobbers, NumLabels, RParenLoc);
348 NumClobbers, Clobbers, NumLabels, RParenLoc);
370 NumClobbers, Clobbers, NumLabels, RParenLoc);
471 NumClobbers, Clobbers, NumLabels, RParenLoc);
480 if (UnwindClobberLoc && NumLabels > 0) {
485 Clobbers, NumLabels, RParenLoc);
491 AsmString, NumClobbers, Clobbers, NumLabels,
    [all...]
TreeTransform.h 1431 unsigned NumLabels,
1435 AsmString, Clobbers, NumLabels, RParenLoc);
  /src/external/apache2/llvm/dist/clang/lib/AST/
Stmt.cpp 539 unsigned NumLabels,
545 this->NumLabels = NumLabels;
547 unsigned NumExprs = NumOutputs + NumInputs + NumLabels;
838 StringLiteral **clobbers, unsigned numlabels,
842 RParenLoc(rparenloc), AsmStr(asmstr), NumLabels(numlabels) {
843 unsigned NumExprs = NumOutputs + NumInputs + NumLabels;
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmtAsm.cpp 768 AsmString.get(), Clobbers, /*NumLabels*/ 0, T.getCloseLocation());
833 unsigned NumLabels = 0;
854 NumLabels++;
867 AsmString.get(), Clobbers, NumLabels,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 2983 unsigned NumLabels = 0;
2990 StringLiteral **clobbers, unsigned numlabels,
3119 return NumLabels > 0;
3123 return NumLabels;
3142 return &Exprs[0] + NumOutputs + NumInputs + NumLabels;
3154 return &Exprs[0] + NumOutputs + NumInputs + NumLabels;
3168 unsigned NumLabels,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 373 S->NumLabels = Record.readInt();
380 unsigned NumLabels = S->getNumLabels();
398 for (unsigned I = 0, N = NumLabels; I != N; ++I)
404 NumLabels,
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 4776 unsigned NumLabels,

Completed in 64 milliseconds