Searched refs:Locations (Results 1 – 12 of 12) sorted by relevance
| /freebsd-10-stable/contrib/llvm/lib/DebugInfo/ |
| D | DWARFDebugLoc.cpp | 18 for (LocationLists::const_iterator I = Locations.begin(), E = Locations.end(); I != E; ++I) { in dump() 40 Locations.resize(Locations.size() + 1); in parse() 41 LocationList &Loc = Locations.back(); in parse()
|
| D | DWARFDebugLoc.h | 45 LocationLists Locations; variable
|
| /freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | StackMaps.h | 128 LocationVec Locations; member 131 LocationVec Locations) in CallsiteInfo() 132 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(Locations) {} in CallsiteInfo()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/ |
| D | Initialization.h | 461 SourceLocation Locations[3]; variable 467 Locations[0] = Loc1; in InitializationKind() 468 Locations[1] = Loc2; in InitializationKind() 469 Locations[2] = Loc3; in InitializationKind() 566 SourceLocation getLocation() const { return Locations[0]; } in getLocation() 570 return SourceRange(Locations[0], Locations[2]); in getRange() 577 return Locations[1]; in getEqualLoc() 599 return SourceRange(Locations[1], Locations[2]); in getParenRange()
|
| /freebsd-10-stable/contrib/llvm/lib/Analysis/ |
| D | LibCallSemantics.cpp | 34 NumLocations = getLocationInfo(Locations); in getLocationInfo() 37 return Locations[LocID]; in getLocationInfo()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Analysis/ |
| D | LibCallSemantics.h | 130 mutable const LibCallLocationInfo *Locations; variable 133 LibCallInfo() : Impl(0), Locations(0), NumLocations(0) {} in LibCallInfo()
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/ |
| D | StackMaps.cpp | 146 LocationVec &Locations = CSInfos.back().Locations; in recordPatchPoint() local 150 assert(Locations[i].LocType == Location::Register && in recordPatchPoint() 224 const LocationVec &CSLocs = CSII->Locations; in serializeToStackMapSection()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaTemplateVariadic.cpp | 221 SmallVector<SourceLocation, 4> Locations; in DiagnoseUnexpandedParameterPacks() local 237 Locations.push_back(Unexpanded[I].second); in DiagnoseUnexpandedParameterPacks() 250 for (unsigned I = 0, N = Locations.size(); I != N; ++I) in DiagnoseUnexpandedParameterPacks() 251 DB << SourceRange(Locations[I]); in DiagnoseUnexpandedParameterPacks()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | DeclObjC.h | 77 SourceLocation *Locations; variable 82 ObjCProtocolList() : ObjCList<ObjCProtocolDecl>(), Locations(0) { } in ObjCProtocolList() 85 loc_iterator loc_begin() const { return Locations; } in loc_begin() 86 loc_iterator loc_end() const { return Locations + size(); } in loc_end()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | DeclObjC.cpp | 42 Locations = new (Ctx) SourceLocation[Elts]; in set() 43 memcpy(Locations, Locs, sizeof(SourceLocation) * Elts); in set()
|
| /freebsd-10-stable/contrib/flex/ |
| D | flex.skl | 1231 m4_dnl Locations are used. yylex should also accept the ylloc parameter.
|
| /freebsd-10-stable/contrib/tzdata/ |
| D | NEWS | 1262 Locations while uninhabited now use '-00', not 'zzz', as a
|