HomeSort by: relevance | last modified time | path
    Searched defs:NumVars (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineCheckDebugify.cpp 47 unsigned NumVars = getDebugifyOperand(1);
49 BitVector MissingVars{NumVars, true};
83 assert(Var <= NumVars && "Unexpected name for DILocalVariable");
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ASanStackFrameLayout.cpp 60 const size_t NumVars = Vars.size();
61 assert(NumVars > 0);
62 for (size_t i = 0; i < NumVars; i++)
73 for (size_t i = 0; i < NumVars; i++) {
74 bool IsLast = i == NumVars - 1;
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 198 unsigned NumVars;
210 : OMPClause(K, StartLoc, EndLoc), LParenLoc(LParenLoc), NumVars(N) {}
215 static_cast<T *>(this)->template getTrailingObjects<Expr *>(), NumVars);
220 assert(VL.size() == NumVars &&
232 unsigned varlist_size() const { return NumVars; }
233 bool varlist_empty() const { return NumVars == 0; }
257 NumVars);
3660 /// Build 'linear' clause with given number of variables \a NumVars.
3666 /// \param NumVars Number of variables.
3670 unsigned NumVars)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 4034 unsigned NumVars = Record.readInt();
4036 D = OMPAllocateDecl::CreateDeserialized(Context, ID, NumVars, NumClauses);

Completed in 59 milliseconds