Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLibCallSemantics.cpp34 if (NumLocations == 0) in getLocationInfo()
35 NumLocations = getLocationInfo(Locations); in getLocationInfo()
37 assert(LocID < NumLocations && "Invalid location ID!"); in getLocationInfo()
/external/llvm/include/llvm/Analysis/
DLibCallSemantics.h132 mutable unsigned NumLocations; variable
134 LibCallInfo() : Impl(nullptr), Locations(nullptr), NumLocations(0) {} in LibCallInfo()
/external/clang/tools/c-index-test/
Dc-index-test.c2200 unsigned NumLocations = 0, Loc; in inspect_cursor_at() local
2205 while (strstr(argv[NumLocations+1], "-cursor-at=") == argv[NumLocations+1]) in inspect_cursor_at()
2206 ++NumLocations; in inspect_cursor_at()
2209 assert(NumLocations > 0 && "Unable to count locations?"); in inspect_cursor_at()
2211 NumLocations * sizeof(CursorSourceLocation)); in inspect_cursor_at()
2212 for (Loc = 0; Loc < NumLocations; ++Loc) { in inspect_cursor_at()
2220 if (parse_remapped_files(argc, argv, NumLocations + 1, &unsaved_files, in inspect_cursor_at()
2231 argv + num_unsaved_files + 1 + NumLocations, in inspect_cursor_at()
2232 argc - num_unsaved_files - 2 - NumLocations, in inspect_cursor_at()
2259 for (Loc = 0; Loc < NumLocations; ++Loc) { in inspect_cursor_at()
[all …]
/external/llvm/docs/
DStackMaps.rst342 uint16 : NumLocations
343 Location[NumLocations] {
/external/clang/lib/AST/
DDecl.cpp4054 unsigned NumLocations) { in CreateDeserialized() argument
4055 return new (C, ID, NumLocations * sizeof(SourceLocation)) in CreateDeserialized()
/external/clang/include/clang/AST/
DDecl.h3697 unsigned NumLocations);