Home
last modified time | relevance | path

Searched refs:NumLocations (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp61 auto NumLocations = LR.Locations.size(); in operator <<() local
62 for (size_t I = 0; I < NumLocations; ++I) { in operator <<()
67 const bool IsInlined = I + 1 != NumLocations; in operator <<()
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c2824 unsigned NumLocations = 0, Loc; in inspect_cursor_at() local
2829 while (strstr(argv[NumLocations+1], locations_flag) == argv[NumLocations+1]) in inspect_cursor_at()
2830 ++NumLocations; in inspect_cursor_at()
2833 assert(NumLocations > 0 && "Unable to count locations?"); in inspect_cursor_at()
2835 NumLocations * sizeof(CursorSourceLocation)); in inspect_cursor_at()
2837 for (Loc = 0; Loc < NumLocations; ++Loc) { in inspect_cursor_at()
2845 if (parse_remapped_files(argc, argv, NumLocations + 1, &unsaved_files, in inspect_cursor_at()
2856 argv + num_unsaved_files + 1 + NumLocations, in inspect_cursor_at()
2857 argc - num_unsaved_files - 2 - NumLocations, in inspect_cursor_at()
2884 for (Loc = 0; Loc < NumLocations; ++Loc) { in inspect_cursor_at()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DStackMaps.rst341 uint16 : NumLocations
342 Location[NumLocations] {
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp5101 unsigned NumLocations) { in CreateDeserialized() argument
5102 return new (C, ID, additionalSizeToAlloc<SourceLocation>(NumLocations)) in CreateDeserialized()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp2818 unsigned NumLocations = 0; in WritePragmaDiagnosticMappings() local
2823 ++NumLocations; in WritePragmaDiagnosticMappings()
2837 Record[NumLocationsIdx] = NumLocations; in WritePragmaDiagnosticMappings()
H A DASTReader.cpp6319 unsigned NumLocations = Record[Idx++]; in ReadPragmaDiagnosticMappings() local
6320 while (NumLocations--) { in ReadPragmaDiagnosticMappings()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h4464 unsigned NumLocations);