Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp62 auto NumLocations = LR.Locations.size(); in operator <<() local
63 for (size_t I = 0; I < NumLocations; ++I) { in operator <<()
68 const bool IsInlined = I + 1 != NumLocations; in operator <<()
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c2847 unsigned NumLocations = 0, Loc; in inspect_cursor_at() local
2852 while (strstr(argv[NumLocations+1], locations_flag) == argv[NumLocations+1]) in inspect_cursor_at()
2853 ++NumLocations; in inspect_cursor_at()
2856 assert(NumLocations > 0 && "Unable to count locations?"); in inspect_cursor_at()
2858 NumLocations * sizeof(CursorSourceLocation)); in inspect_cursor_at()
2860 for (Loc = 0; Loc < NumLocations; ++Loc) { in inspect_cursor_at()
2868 if (parse_remapped_files(argc, argv, NumLocations + 1, &unsaved_files, in inspect_cursor_at()
2879 argv + num_unsaved_files + 1 + NumLocations, in inspect_cursor_at()
2880 argc - num_unsaved_files - 2 - NumLocations, in inspect_cursor_at()
2907 for (Loc = 0; Loc < NumLocations; ++Loc) { in inspect_cursor_at()
[all …]
/openbsd-src/gnu/llvm/llvm/docs/
H A DStackMaps.rst341 uint16 : NumLocations
342 Location[NumLocations] {
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDecl.cpp5388 unsigned NumLocations) { in CreateDeserialized() argument
5389 return new (C, ID, additionalSizeToAlloc<SourceLocation>(NumLocations)) in CreateDeserialized()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp3025 unsigned NumLocations = 0; in WritePragmaDiagnosticMappings() local
3030 ++NumLocations; in WritePragmaDiagnosticMappings()
3044 Record[NumLocationsIdx] = NumLocations; in WritePragmaDiagnosticMappings()
H A DASTReader.cpp6418 unsigned NumLocations = Record[Idx++]; in ReadPragmaDiagnosticMappings() local
6419 while (NumLocations--) { in ReadPragmaDiagnosticMappings()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h4692 unsigned NumLocations);