Searched defs:NumLocations (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DLibCallSemantics.h131 mutable unsigned NumLocations; member in class:llvm::LibCallInfo
133 LibCallInfo() : Impl(nullptr), Locations(nullptr), NumLocations(0) {}
/external/clang/lib/AST/
H A DDecl.cpp3884 unsigned NumLocations) {
3885 return new (C, ID, NumLocations * sizeof(SourceLocation))
3883 CreateDeserialized(ASTContext &C, unsigned ID, unsigned NumLocations) argument
/external/clang/tools/c-index-test/
H A Dc-index-test.c2135 unsigned NumLocations = 0, Loc; local
2140 while (strstr(argv[NumLocations+1], "-cursor-at=") == argv[NumLocations+1])
2141 ++NumLocations;
2144 assert(NumLocations > 0 && "Unable to count locations?");
2146 NumLocations * sizeof(CursorSourceLocation));
2147 for (Loc = 0; Loc < NumLocations; ++Loc) {
2155 if (parse_remapped_files(argc, argv, NumLocations + 1, &unsaved_files,
2166 argv + num_unsaved_files + 1 + NumLocations,
2167 argc - num_unsaved_files - 2 - NumLocations,
2306 unsigned NumLocations = 0, Loc; local
[all...]

Completed in 738 milliseconds