HomeSort by relevance Sort by last modified time
    Searched defs:Loc (Results 1 - 25 of 272) sorted by null

1 2 3 4 5 6 7 8 91011

  /build/kati/
loc.h 22 struct Loc {
23 Loc()
25 Loc(const char* f, int l)
  /external/clang/include/clang/Basic/
PrettyStackTrace.h 29 SourceLocation Loc;
33 : SM(sm), Loc(L), Message(Msg) {}
  /external/compiler-rt/lib/ubsan/
ubsan_handlers_cxx.h 22 SourceLocation Loc;
ubsan_handlers_cxx.cc 46 SourceLocation Loc = Data->Loc.acquire();
48 if (ignoreReport(Loc, Opts, ET))
51 ScopedReport R(Opts, Loc, ET);
53 Diag(Loc, DL_Error,
100 SourceLocation Loc = Data->Loc.acquire();
103 if (ignoreReport(Loc, Opts, ET))
106 ScopedReport R(Opts, Loc, ET);
129 Diag(Loc, DL_Error, "control flow integrity check for type %0 failed during
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/TableGen/
Error.h 23 SMLoc Loc;
26 TGError(SMLoc loc, const std::string &message) : Loc(loc), Message(message) {}
28 SMLoc getLoc() const { return Loc; }
33 void PrintError(const char *Loc, const Twine &Msg);
  /external/clang/include/clang/AST/
CommentBriefParser.h 39 SourceLocation Loc = Tok.getLocation();
41 return Loc;
LambdaCapture.h 52 SourceLocation Loc;
61 /// \param Loc The source location associated with this capture.
74 LambdaCapture(SourceLocation Loc, bool Implicit, LambdaCaptureKind Kind,
126 SourceLocation getLocation() const { return Loc; }
  /external/clang/include/clang/Sema/
PrettyDeclStackTrace.h 34 SourceLocation Loc;
38 PrettyDeclStackTraceEntry(Sema &S, Decl *D, SourceLocation Loc,
40 : S(S), TheDecl(D), Loc(Loc), Message(Msg) {}
  /external/clang/lib/AST/
SelectorLocationsKind.cpp 57 SourceLocation Loc = Arg->getLocStart();
58 if (Loc.isInvalid())
59 return Loc;
61 return Loc.getLocWithOffset(-1);
  /external/clang/test/Analysis/
region-store.cpp 4 class Loc {
9 Loc l;
10 void setLoc(Loc L) {
24 int radar13445834(Derived *Builder, Loc l) {
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugLoc.cpp 29 for (unsigned char Loc : E.Loc) {
30 OS << format("%2.2x ", Loc);
41 LocationList &Loc = Locations.back();
42 Loc.Offset = Offset;
69 E.Loc.append(str.begin(), str.end());
70 Loc.Entries.push_back(std::move(E));
81 LocationList &Loc = Locations.back();
82 Loc.Offset = Offset;
102 E.Loc.resize(str.size())
    [all...]
  /external/clang/lib/ARCMigrate/
TransARCAssign.cpp 48 SourceLocation Loc = OrigLoc;
52 Expr::isModifiableLvalueResult IsLV = E->isModifiableLvalue(Ctx, &Loc);
  /external/clang/lib/StaticAnalyzer/Checkers/
TraversalChecker.cpp 50 SourceLocation Loc = Parent->getLocStart();
51 llvm::outs() << C.getSourceManager().getSpellingLineNumber(Loc) << " "
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLoc.h 29 SmallVector<unsigned char, 4> Loc;
63 SmallVector<unsigned char, 4> Loc;
  /external/llvm/include/llvm/IR/
DebugLoc.h 35 TrackingMDNodeRef Loc;
39 DebugLoc(DebugLoc &&X) : Loc(std::move(X.Loc)) {}
40 DebugLoc(const DebugLoc &X) : Loc(X.Loc) {}
42 Loc = std::move(X.Loc);
46 Loc = X.Loc;
74 /// the conversion to \c DILocation, this doesn't require that \c Loc is o
    [all...]
  /external/llvm/include/llvm/MC/
ConstantPools.h 31 : Label(L), Value(Val), Size(Sz), Loc(Loc_) {}
35 SMLoc Loc;
54 unsigned Size, SMLoc Loc);
85 unsigned Size, SMLoc Loc);
  /external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
JITEventListener.h 36 DebugLoc Loc;
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGParser.h 37 SMLoc Loc;
40 : Name(N), Bits(B), Value(V), Loc(L) {
74 bool AddValue(Record *TheRec, SMLoc Loc, const RecordVal &RV);
75 bool SetValue(Record *TheRec, SMLoc Loc, const std::string &ValName,
  /external/clang/include/clang/Lex/
PPConditionalDirectiveRecord.h 32 SourceLocation Loc;
36 CondDirectiveLoc(SourceLocation Loc, SourceLocation RegionLoc)
37 : Loc(Loc), RegionLoc(RegionLoc) {}
39 SourceLocation getLoc() const { return Loc; }
86 SourceLocation findConditionalDirectiveRegionLoc(SourceLocation Loc) const;
89 void If(SourceLocation Loc, SourceRange ConditionRange,
91 void Elif(SourceLocation Loc, SourceRange ConditionRange,
93 void Ifdef(SourceLocation Loc, const Token &MacroNameTok,
95 void Ifndef(SourceLocation Loc, const Token &MacroNameTok
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
JITEventListener.h 43 DebugLoc Loc;
  /external/llvm/lib/ProfileData/
SampleProfWriter.cpp 49 LineLocation Loc = I->first;
52 if (Loc.Discriminator == 0)
53 OS << Loc.LineOffset << ": ";
55 OS << Loc.LineOffset << "." << Loc.Discriminator << ": ";
68 LineLocation Loc = I->first;
71 if (Loc.Discriminator == 0)
72 OS << Loc.LineOffset << ": ";
74 OS << Loc.LineOffset << "." << Loc.Discriminator << ": "
    [all...]
  /external/llvm/utils/TableGen/
CTagsEmitter.cpp 32 SMLoc Loc;
35 : Id(&Name), Loc(Location) {}
39 SrcMgr.getMemoryBuffer(SrcMgr.FindBufferContainingLoc(Loc));
41 std::pair<unsigned, unsigned> LineAndColumn = SrcMgr.getLineAndColumn(Loc);
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVBasicBlock.h 64 auto Loc = find(I);
65 if (Loc == InstVec.end() || Loc == InstVec.begin())
67 return *(--Loc);
70 auto Loc = find(I);
71 if (Loc == InstVec.end())
73 ++Loc;
74 if (Loc == InstVec.end())
76 return *Loc;
  /external/clang/lib/Index/
IndexTypeSourceInfo.cpp 163 SourceLocation Loc = NNS.getSourceRange().getBegin();
173 Loc, Parent, DC, SymbolRoleSet());
177 Loc, Parent, DC, SymbolRoleSet());
IndexingContext.cpp 32 bool IndexingContext::handleDecl(const Decl *D, SourceLocation Loc,
38 return handleDeclOccurrence(D, Loc, /*IsRef=*/false, cast<Decl>(DC),
43 bool IndexingContext::handleReference(const NamedDecl *D, SourceLocation Loc,
56 return handleDeclOccurrence(D, Loc, /*IsRef=*/true, Parent, Roles, Relations,
61 SourceLocation Loc;
64 Loc = IdLocs.front();
66 Loc = ImportD->getLocation();
68 Loc = SM.getFileLoc(Loc);
69 if (Loc.isInvalid()
    [all...]

Completed in 876 milliseconds

1 2 3 4 5 6 7 8 91011