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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
VarLocBasedImpl.cpp 1 //===- VarLocBasedImpl.cpp - Tracking Debug Value MIs with VarLoc class----===//
23 /// locations, using the VarLoc class.
79 /// VarLoc object that identifies the source variable, the set of
82 /// specifies the location. Each VarLoc is indexed in the (function-scope) \p
83 /// VarLocMap, giving each VarLoc a set of unique indexes, each of which
84 /// corresponds to one of the VarLoc's machine-locations and can be used to
85 /// lookup the VarLoc in the VarLocMap. Rather than operate directly on machine
107 /// a new VarLoc is created with its bit not set in predecessor InLocs or
206 // that represent Entry Values; every VarLoc in the set will also appear
208 // As a result, each VarLoc may appear more than once in this "set", but eac
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 3170 SourceLocation VarLoc = Tok.getLocation();
3190 VarLoc, RLoc);
3193 T.getOpenLocation(), VarLoc, RLoc);
3197 T.getOpenLocation(), VarLoc, RLoc);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 2336 Loc VarLoc = state->getLValue(D, C.getLocationContext());
2337 const MemRegion *MR = VarLoc.getAsRegion();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 7382 SourceLocation VarLoc;
7394 void setVarLoc(SourceLocation Loc) { VarLoc = Loc; }
7402 /// \param VarLoc Location of the interop variable.
7406 SourceLocation LParenLoc, SourceLocation VarLoc,
7410 VarLoc(VarLoc), IsTarget(IsTarget), IsTargetSync(IsTargetSync) {}
7428 /// \param VarLoc Location of the interop variable.
7433 SourceLocation LParenLoc, SourceLocation VarLoc,
7443 SourceLocation getVarLoc() const { return VarLoc; }
7504 SourceLocation VarLoc;
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 17383 SourceLocation VarLoc = Var->getLocation();
17385 S.Diag(VarLoc, diag::note_declare_parameter_strong);

Completed in 60 milliseconds