/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
D | LookupResult.cpp | 21 if (Index < Locations.size()) { in getSourceFile() 22 if (!Locations[Index].Dir.empty()) { in getSourceFile() 23 if (Locations[Index].Base.empty()) { in getSourceFile() 24 Fullpath = Locations[Index].Dir; in getSourceFile() 27 llvm::sys::path::append(Storage, Locations[Index].Dir, in getSourceFile() 28 Locations[Index].Base); in getSourceFile() 31 } else if (!Locations[Index].Base.empty()) in getSourceFile() 32 Fullpath = Locations[Index].Base; in getSourceFile() 56 auto NumLocations = LR.Locations.size(); in operator <<() 63 OS << LR.Locations[I]; in operator <<()
|
D | FunctionInfo.cpp | 223 LR.Locations.push_back(SrcLoc); in lookup() 238 LR.Locations.push_back(SrcLoc); in lookup() 245 LR.Locations); in lookup()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLoc.cpp | 18 for (const LocationList &L : Locations) { in dump() 40 Locations.resize(Locations.size() + 1); in parse() 41 LocationList &Loc = Locations.back(); in parse() 80 Locations.resize(Locations.size() + 1); in parse() 81 LocationList &Loc = Locations.back(); in parse() 111 for (const LocationList &L : Locations) { in dump()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.h | 53 auto I = Locations.find(Val); in getLocation() 54 if (I == Locations.end()) in getLocation() 60 assert(!Locations.count(Val) && in setLocation() 62 Locations[Val] = Location; in setLocation() 111 DenseMap<SDValue, SDValue> Locations;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.h | 49 auto I = Locations.find(Val); in getLocation() 50 if (I == Locations.end()) in getLocation() 56 assert(!Locations.count(Val) && in setLocation() 58 Locations[Val] = Location; in setLocation() 102 DenseMap<SDValue, SDValue> Locations;
|
/external/rust/crates/regex/src/ |
D | re_trait.rs | 15 pub struct Locations(Vec<Slot>); struct 17 impl Locations { implementation 60 locs: &'c Locations, 113 fn locations(&self) -> Locations { in locations() argument 114 Locations(vec![None; self.slots_len()]) in locations() 145 locs: &mut Locations, in captures_read_at() argument 261 type Item = Locations; 263 fn next(&mut self) -> Option<Locations> { in next() argument
|
D | lib.rs | 636 Locations, Match, Matches, NoExpand, Regex, Replacer, ReplacerRef, Split,
|
/external/llvm/lib/CodeGen/ |
D | StackMaps.cpp | 164 const LocationVec &CSLocs = CSI.Locations; in print() 291 LocationVec Locations; in recordStackMapOpers() local 296 parseOperand(MI.operands_begin(), std::next(MI.operands_begin()), Locations, in recordStackMapOpers() 302 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in recordStackMapOpers() 306 for (auto &Loc : Locations) { in recordStackMapOpers() 332 CSInfos.emplace_back(CSOffsetExpr, ID, std::move(Locations), in recordStackMapOpers() 364 auto &Locations = CSInfos.back().Locations; in recordPatchPoint() local 368 assert(Locations[i].Type == Location::Register && in recordPatchPoint() 473 const LocationVec &CSLocs = CSI.Locations; in emitCallsiteEntries()
|
/external/clang/include/clang/Sema/ |
D | Initialization.h | 477 SourceLocation Locations[3]; variable 483 Locations[0] = Loc1; in InitializationKind() 484 Locations[1] = Loc2; in InitializationKind() 485 Locations[2] = Loc3; in InitializationKind() 582 SourceLocation getLocation() const { return Locations[0]; } in getLocation() 586 return SourceRange(Locations[0], Locations[2]); in getRange() 593 return Locations[1]; in getEqualLoc() 615 return SourceRange(Locations[1], Locations[2]); in getParenRange()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | StackMaps.cpp | 179 const LocationVec &CSLocs = CSI.Locations; in print() 304 LocationVec Locations; in recordStackMapOpers() local 309 parseOperand(MI.operands_begin(), std::next(MI.operands_begin()), Locations, in recordStackMapOpers() 315 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in recordStackMapOpers() 319 for (auto &Loc : Locations) { in recordStackMapOpers() 345 CSInfos.emplace_back(CSOffsetExpr, ID, std::move(Locations), in recordStackMapOpers() 383 auto &Locations = CSInfos.back().Locations; in recordPatchPoint() local 387 assert(Locations[i].Type == Location::Register && in recordPatchPoint() 496 const LocationVec &CSLocs = CSI.Locations; in emitCallsiteEntries()
|
/external/llvm/include/llvm/CodeGen/ |
D | StackMaps.h | 199 LocationVec Locations; member 203 LocationVec &&Locations, LiveOutVec &&LiveOuts) in CallsiteInfo() 204 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)), in CallsiteInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | StackMaps.h | 253 LocationVec Locations; member 258 LocationVec &&Locations, LiveOutVec &&LiveOuts) in CallsiteInfo() 259 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)), in CallsiteInfo()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLoc.h | 45 LocationLists Locations; variable 73 LocationLists Locations; variable
|
/external/libcups/scheduler/ |
D | auth.c | 129 if (!Locations) in cupsdAddLocation() 130 Locations = cupsArrayNew3((cups_array_func_t)compare_locations, NULL, in cupsdAddLocation() 135 if (Locations) in cupsdAddLocation() 137 cupsArrayAdd(Locations, loc); in cupsdAddLocation() 1364 cupsArrayDelete(Locations); in cupsdDeleteAllLocations() 1365 Locations = NULL; in cupsdDeleteAllLocations() 1443 for (loc = (cupsd_location_t *)cupsArrayFirst(Locations); in cupsdFindBest() 1445 loc = (cupsd_location_t *)cupsArrayNext(Locations)) in cupsdFindBest() 1503 return ((cupsd_location_t *)cupsArrayFind(Locations, &key)); in cupsdFindLocation()
|
D | auth.h | 106 VAR cups_array_t *Locations VALUE(NULL);
|
/external/golang-protobuf/reflect/protodesc/ |
D | desc.go | 147 f.L2.Locations.File = f 170 f.L2.Locations.List = append(f.L2.Locations.List, l)
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/ |
D | LookupResult.h | 52 SourceLocations Locations; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 167 : BB(B), Pred(P), Values(std::move(V)), Locations(std::move(L)) {} in RenamePassData() 172 LocationVector Locations; member 643 RenamePassData::LocationVector Locations(Allocas.size()); in run() local 649 std::move(Locations)); in run() 654 RenamePass(RPD.BB, RPD.Pred, RPD.Values, RPD.Locations, RenamePassWorkList); in run()
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 2301 CursorSourceLocation *Locations = 0; in inspect_cursor_at() local 2312 Locations = (CursorSourceLocation *)malloc( in inspect_cursor_at() 2316 if ((errorCode = parse_file_line_column(input, &Locations[Loc].filename, in inspect_cursor_at() 2317 &Locations[Loc].line, in inspect_cursor_at() 2318 &Locations[Loc].column, 0, 0))) in inspect_cursor_at() 2362 CXFile file = clang_getFile(TU, Locations[Loc].filename); in inspect_cursor_at() 2367 clang_getLocation(TU, file, Locations[Loc].line, in inspect_cursor_at() 2368 Locations[Loc].column)); in inspect_cursor_at() 2375 free(Locations[Loc].filename); in inspect_cursor_at() 2383 free(Locations); in inspect_cursor_at() [all …]
|
/external/libpng/projects/owatcom/ |
D | libpng.wpj | 16 # Locations of zlib and (if required) awk (change as required:)
|
/external/tensorflow/tensorflow/python/profiler/ |
D | pprof_profiler.py | 144 class Locations(object): class 268 self._locations = Locations(self._functions)
|
/external/crosvm/devices/src/virtio/vhost/user/ |
D | README.md | 5 ## Code Locations
|
/external/arm-trusted-firmware/docs/plat/ |
D | brcm-stingray.rst | 18 Code Locations
|
D | qti.rst | 17 Code Locations
|
/external/clang/lib/Sema/ |
D | SemaTemplateVariadic.cpp | 235 SmallVector<SourceLocation, 4> Locations; in DiagnoseUnexpandedParameterPacks() local 251 Locations.push_back(Unexpanded[I].second); in DiagnoseUnexpandedParameterPacks() 259 for (unsigned I = 0, N = Locations.size(); I != N; ++I) in DiagnoseUnexpandedParameterPacks() 260 DB << SourceRange(Locations[I]); in DiagnoseUnexpandedParameterPacks()
|