/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLoc.cpp | 19 for (const LocationList &L : Locations) { in dump() 41 Locations.resize(Locations.size() + 1); in parse() 42 LocationList &Loc = Locations.back(); in parse() 81 Locations.resize(Locations.size() + 1); in parse() 82 LocationList &Loc = Locations.back(); in parse() 112 for (const LocationList &L : Locations) { in dump()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.h | 49 if (!Locations.count(val)) in getLocation() 51 return Locations[val]; in getLocation() 54 assert(!Locations.count(val) && in setLocation() 56 Locations[val] = Location; in setLocation() 100 DenseMap<SDValue, SDValue> Locations;
|
D | StatepointLowering.cpp | 53 Locations.clear(); in startNewStatepoint() 65 Locations.clear(); in clear()
|
/external/llvm/lib/CodeGen/ |
D | StackMaps.cpp | 164 const LocationVec &CSLocs = CSI.Locations; in print() 291 LocationVec Locations; in recordStackMapOpers() local 296 parseOperand(MI.operands_begin(), std::next(MI.operands_begin()), Locations, in recordStackMapOpers() 302 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in recordStackMapOpers() 306 for (auto &Loc : Locations) { in recordStackMapOpers() 332 CSInfos.emplace_back(CSOffsetExpr, ID, std::move(Locations), in recordStackMapOpers() 364 auto &Locations = CSInfos.back().Locations; in recordPatchPoint() local 368 assert(Locations[i].Type == Location::Register && in recordPatchPoint() 473 const LocationVec &CSLocs = CSI.Locations; in emitCallsiteEntries()
|
/external/clang/include/clang/Sema/ |
D | Initialization.h | 476 SourceLocation Locations[3]; variable 482 Locations[0] = Loc1; in InitializationKind() 483 Locations[1] = Loc2; in InitializationKind() 484 Locations[2] = Loc3; in InitializationKind() 581 SourceLocation getLocation() const { return Locations[0]; } in getLocation() 585 return SourceRange(Locations[0], Locations[2]); in getRange() 592 return Locations[1]; in getEqualLoc() 614 return SourceRange(Locations[1], Locations[2]); in getParenRange()
|
/external/llvm/include/llvm/CodeGen/ |
D | StackMaps.h | 200 LocationVec Locations; member 204 LocationVec &&Locations, LiveOutVec &&LiveOuts) in CallsiteInfo() 205 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)), in CallsiteInfo()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLoc.h | 45 LocationLists Locations; variable 73 LocationLists Locations; variable
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 2261 CursorSourceLocation *Locations = 0; in inspect_cursor_at() local 2272 Locations = (CursorSourceLocation *)malloc( in inspect_cursor_at() 2276 if ((errorCode = parse_file_line_column(input, &Locations[Loc].filename, in inspect_cursor_at() 2277 &Locations[Loc].line, in inspect_cursor_at() 2278 &Locations[Loc].column, 0, 0))) in inspect_cursor_at() 2322 CXFile file = clang_getFile(TU, Locations[Loc].filename); in inspect_cursor_at() 2327 clang_getLocation(TU, file, Locations[Loc].line, in inspect_cursor_at() 2328 Locations[Loc].column)); in inspect_cursor_at() 2400 free(Locations[Loc].filename); in inspect_cursor_at() 2408 free(Locations); in inspect_cursor_at() [all …]
|
/external/libpng/projects/owatcom/ |
D | libpng.wpj | 16 # Locations of zlib and (if required) awk (change as required:)
|
/external/clang/lib/Sema/ |
D | SemaTemplateVariadic.cpp | 235 SmallVector<SourceLocation, 4> Locations; in DiagnoseUnexpandedParameterPacks() local 251 Locations.push_back(Unexpanded[I].second); in DiagnoseUnexpandedParameterPacks() 259 for (unsigned I = 0, N = Locations.size(); I != N; ++I) in DiagnoseUnexpandedParameterPacks() 260 DB << SourceRange(Locations[I]); in DiagnoseUnexpandedParameterPacks()
|
/external/bison/data/ |
D | location.cc | 154 b4_copyright([Locations for Bison parsers in C++],
|
D | yacc.c | 155 ## Locations. ##
|
D | glr.c | 142 ## Locations. ##
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.uniform_location.txt | 43 qualifiers with a location specified. Locations of all uniforms in the shader
|
/external/llvm/docs/ |
D | Statepoints.rst | 554 Locations for each pointer value which may need read and/or updated by 558 Each statepoint generates the following Locations: 566 * Constant which describes number of following deopt *Locations* (not 568 * Variable number of Locations, one for each deopt parameter listed in 570 * Variable number of Locations pairs, one pair for each unique pointer 579 Note that the Locations used in each section may describe the same
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 77 SourceLocation *Locations; variable 82 ObjCProtocolList() : ObjCList<ObjCProtocolDecl>(), Locations(nullptr) { } 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()
|
/external/bison/doc/ |
D | bison.info | 91 * Locations:: Overview of location tracking. 151 * Tracking Locations:: Locations and actions. 180 Tracking Locations 183 * Actions and Locations:: Using locations in actions. 223 * Token Locations:: How `yylex' must return the text location 1159 * Locations:: Overview of location tracking. 1394 File: bison.info, Node: GLR Parsers, Next: Locations, Prev: Semantic Actions, Up: Concepts 1769 Also, see *note Default Action for Locations: Location Default 1799 File: bison.info, Node: Locations, Next: Bison Parser, Prev: GLR Parsers, Up: Concepts 1801 1.6 Locations [all …]
|
D | bison.texi | 128 * Locations:: Overview of location tracking. 188 * Tracking Locations:: Locations and actions. 217 Tracking Locations 220 * Actions and Locations:: Using locations in actions. 260 * Token Locations:: How @code{yylex} must return the text location 474 * Locations:: Overview of location tracking. 1193 Also, see @ref{Location Default Action, ,Default Action for Locations}, which 1226 @node Locations 1227 @section Locations 1240 structure for storing locations (@pxref{Tracking Locations}, for more [all …]
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 42 Locations = new (Ctx) SourceLocation[Elts]; in set() 43 memcpy(Locations, Locs, sizeof(SourceLocation) * Elts); in set()
|
/external/skia/gyp/ |
D | yasm.gyp | 55 # Locations for various generated artifacts.
|
/external/llvm/docs/tutorial/ |
D | LangImpl8.rst | 270 Source Locations
|
/external/bison/ |
D | ChangeLog-2012 | 101 doc: clean up references to `Locations Overview'. 102 * doc/bison.texinfo (Locations Overview): Rename node to... 103 (Locations): ... this, which is its section name. Update menus to 104 match that and not to use the title `Tracking Locations', which is 109 doc: clean up references to `Tracking Locations'. 110 * doc/bison.texinfo (Locations): Rename node to... 111 (Tracking Locations): ... this, which is its section name, and 113 node about locations. Its section name is `Locations', which was 115 node name is `Locations Overview', which was mistakenly used to 146 section, `Tracking Locations'. [all …]
|
D | NEWS | 1172 ** Locations columns and lines start at 1.
|