Home
last modified time | relevance | path

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

/external/clang/tools/c-index-test/
Dc-index-test.c2262 unsigned NumLocations = 0, Loc; in inspect_cursor_at() local
2267 while (strstr(argv[NumLocations+1], "-cursor-at=") == argv[NumLocations+1]) in inspect_cursor_at()
2268 ++NumLocations; in inspect_cursor_at()
2271 assert(NumLocations > 0 && "Unable to count locations?"); in inspect_cursor_at()
2273 NumLocations * sizeof(CursorSourceLocation)); in inspect_cursor_at()
2274 for (Loc = 0; Loc < NumLocations; ++Loc) { in inspect_cursor_at()
2282 if (parse_remapped_files(argc, argv, NumLocations + 1, &unsaved_files, in inspect_cursor_at()
2293 argv + num_unsaved_files + 1 + NumLocations, in inspect_cursor_at()
2294 argc - num_unsaved_files - 2 - NumLocations, in inspect_cursor_at()
2321 for (Loc = 0; Loc < NumLocations; ++Loc) { in inspect_cursor_at()
[all …]
/external/llvm/test/CodeGen/X86/
Dstatepoint-stackmap-format.ll253 ; NumLocations:
/external/llvm/docs/
DStackMaps.rst340 uint16 : NumLocations
341 Location[NumLocations] {
/external/clang/lib/AST/
DDecl.cpp4069 unsigned NumLocations) { in CreateDeserialized() argument
4070 return new (C, ID, additionalSizeToAlloc<SourceLocation>(NumLocations)) in CreateDeserialized()
/external/clang/include/clang/AST/
DDecl.h3767 unsigned NumLocations);