HomeSort by relevance Sort by last modified time
    Searched defs:Loc (Results 176 - 200 of 956) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/spirv-llvm/lib/SPIRV/
SPIRVReader.cpp 269 auto Loc = FileName.find_last_of("/\\");
270 if (Loc != std::string::npos) {
271 BaseName = FileName.substr(Loc + 1);
272 Path = FileName.substr(0, Loc);
420 auto Loc = ValueMap.find(BV);
421 if (Loc != ValueMap.end()) {
422 if (Loc->second == V)
424 auto LD = dyn_cast<LoadInst>(Loc->second);
442 auto Loc = BuiltinGVMap.find(GV);
443 if (Loc == BuiltinGVMap.end()
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
MemDepPrinter.cpp 130 AliasAnalysis::Location Loc = AA.getLocation(LI);
131 MDA.getNonLocalPointerDependency(Loc, true, LI->getParent(), NLDI);
139 AliasAnalysis::Location Loc = AA.getLocation(SI);
140 MDA.getNonLocalPointerDependency(Loc, false, SI->getParent(), NLDI);
142 AliasAnalysis::Location Loc = AA.getLocation(VI);
143 MDA.getNonLocalPointerDependency(Loc, false, VI->getParent(), NLDI);
  /external/swiftshader/third_party/LLVM/lib/Object/
Archive.cpp 160 const char *Loc = Data->getBufferStart() + Magic.size();
162 ToHeader(Loc)->getSize();
163 return Child(this, StringRef(Loc, Size));
  /frameworks/compile/slang/
slang_rs_context.cpp 361 const clang::SourceLocation Loc = FD->getLocation();
364 mCtx, DC, Loc, Loc,
374 Loc,
375 FD, false, Loc, FD->getType(),
382 Loc, Loc);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DependentDiagnostic.h 41 SourceLocation Loc,
49 DD->AccessData.Loc = Loc.getRawEncoding();
74 return SourceLocation::getFromRawEncoding(AccessData.Loc);
112 unsigned Loc;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ParsedTemplate.h 50 /// \param Loc the location of the type.
51 ParsedTemplateArgument(KindType Kind, void *Arg, SourceLocation Loc)
52 : Kind(Kind), Arg(Arg), Loc(Loc) { }
68 SS(SS), Loc(TemplateLoc), EllipsisLoc() { }
95 SourceLocation getLocation() const { return Loc; }
133 SourceLocation Loc;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCFixup.h 80 SMLoc Loc;
83 MCFixupKind Kind, SMLoc Loc = SMLoc()) {
89 FI.Loc = Loc;
112 SMLoc getLoc() const { return Loc; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 75 SMLoc Loc;
164 printError(Err.Loc, Twine(Err.Msg), Err.Range);
182 bool parseTokenLoc(SMLoc &Loc);
195 bool check(bool P, SMLoc Loc, const Twine &Msg);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DependentDiagnostic.h 41 SourceLocation Loc,
49 DD->AccessData.Loc = Loc.getRawEncoding();
74 return SourceLocation::getFromRawEncoding(AccessData.Loc);
112 unsigned Loc;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
ParsedTemplate.h 50 /// \param Loc the location of the type.
51 ParsedTemplateArgument(KindType Kind, void *Arg, SourceLocation Loc)
52 : Kind(Kind), Arg(Arg), Loc(Loc) { }
68 SS(SS), Loc(TemplateLoc), EllipsisLoc() { }
95 SourceLocation getLocation() const { return Loc; }
133 SourceLocation Loc;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
SmallPtrSet.h 173 const void **Loc = const_cast<const void **>(P);
174 assert(*Loc == Ptr && "broken find!");
175 *Loc = getTombstoneMarker();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
GCMetadata.h 60 DebugLoc Loc;
63 : Kind(K), Label(L), Loc(std::move(DL)) {}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCFixup.h 80 SMLoc Loc;
83 MCFixupKind Kind, SMLoc Loc = SMLoc()) {
89 FI.Loc = Loc;
112 SMLoc getLoc() const { return Loc; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DependentDiagnostic.h 41 SourceLocation Loc,
49 DD->AccessData.Loc = Loc.getRawEncoding();
74 return SourceLocation::getFromRawEncoding(AccessData.Loc);
112 unsigned Loc;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
ParsedTemplate.h 50 /// \param Loc the location of the type.
51 ParsedTemplateArgument(KindType Kind, void *Arg, SourceLocation Loc)
52 : Kind(Kind), Arg(Arg), Loc(Loc) { }
68 SS(SS), Loc(TemplateLoc), EllipsisLoc() { }
95 SourceLocation getLocation() const { return Loc; }
133 SourceLocation Loc;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
SmallPtrSet.h 173 const void **Loc = const_cast<const void **>(P);
174 assert(*Loc == Ptr && "broken find!");
175 *Loc = getTombstoneMarker();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
GCMetadata.h 60 DebugLoc Loc;
63 : Kind(K), Label(L), Loc(std::move(DL)) {}
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCFixup.h 80 SMLoc Loc;
83 MCFixupKind Kind, SMLoc Loc = SMLoc()) {
89 FI.Loc = Loc;
112 SMLoc getLoc() const { return Loc; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
DependentDiagnostic.h 41 SourceLocation Loc,
49 DD->AccessData.Loc = Loc.getRawEncoding();
74 return SourceLocation::getFromRawEncoding(AccessData.Loc);
112 unsigned Loc;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
ParsedTemplate.h 50 /// \param Loc the location of the type.
51 ParsedTemplateArgument(KindType Kind, void *Arg, SourceLocation Loc)
52 : Kind(Kind), Arg(Arg), Loc(Loc) { }
68 SS(SS), Loc(TemplateLoc), EllipsisLoc() { }
95 SourceLocation getLocation() const { return Loc; }
133 SourceLocation Loc;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
SmallPtrSet.h 167 const void **Loc = const_cast<const void **>(P);
168 assert(*Loc == Ptr && "broken find!");
169 *Loc = getTombstoneMarker();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
GCMetadata.h 60 DebugLoc Loc;
63 : Kind(K), Label(L), Loc(std::move(DL)) {}
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCFixup.h 80 SMLoc Loc;
83 MCFixupKind Kind, SMLoc Loc = SMLoc()) {
89 FI.Loc = Loc;
112 SMLoc getLoc() const { return Loc; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
DependentDiagnostic.h 41 SourceLocation Loc,
49 DD->AccessData.Loc = Loc.getRawEncoding();
74 return SourceLocation::getFromRawEncoding(AccessData.Loc);
112 unsigned Loc;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
ParsedTemplate.h 50 /// \param Loc the location of the type.
51 ParsedTemplateArgument(KindType Kind, void *Arg, SourceLocation Loc)
52 : Kind(Kind), Arg(Arg), Loc(Loc) { }
68 SS(SS), Loc(TemplateLoc), EllipsisLoc() { }
95 SourceLocation getLocation() const { return Loc; }
133 SourceLocation Loc;

Completed in 1880 milliseconds

1 2 3 4 5 6 78 91011>>