Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DLibCallSemantics.cpp33 if (NumLocations == 0) in getLocationInfo()
34 NumLocations = getLocationInfo(Locations); in getLocationInfo()
36 assert(LocID < NumLocations && "Invalid location ID!"); in getLocationInfo()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLibCallSemantics.h131 mutable unsigned NumLocations; variable
133 LibCallInfo() : Impl(0), Locations(0), NumLocations(0) {} in LibCallInfo()
/external/clang/tools/c-index-test/
Dc-index-test.c2302 unsigned NumLocations = 0, Loc; in inspect_cursor_at() local
2307 while (strstr(argv[NumLocations+1], locations_flag) == argv[NumLocations+1]) in inspect_cursor_at()
2308 ++NumLocations; in inspect_cursor_at()
2311 assert(NumLocations > 0 && "Unable to count locations?"); in inspect_cursor_at()
2313 NumLocations * sizeof(CursorSourceLocation)); in inspect_cursor_at()
2314 for (Loc = 0; Loc < NumLocations; ++Loc) { in inspect_cursor_at()
2322 if (parse_remapped_files(argc, argv, NumLocations + 1, &unsaved_files, in inspect_cursor_at()
2333 argv + num_unsaved_files + 1 + NumLocations, in inspect_cursor_at()
2334 argc - num_unsaved_files - 2 - NumLocations, in inspect_cursor_at()
2361 for (Loc = 0; Loc < NumLocations; ++Loc) { in inspect_cursor_at()
[all …]
/external/llvm/test/CodeGen/X86/
Dstatepoint-stackmap-format.ll251 ; NumLocations:
/external/llvm/docs/
DStackMaps.rst340 uint16 : NumLocations
341 Location[NumLocations] {
/external/clang/lib/AST/
DDecl.cpp4263 unsigned NumLocations) { in CreateDeserialized() argument
4264 return new (C, ID, additionalSizeToAlloc<SourceLocation>(NumLocations)) in CreateDeserialized()
/external/clang/include/clang/AST/
DDecl.h3769 unsigned NumLocations);