Searched refs:Location (Results 26 - 50 of 116) sorted by relevance

12345

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h121 /// Location - The program location (within a function body) associated
123 const ProgramPoint Location; member in class:clang::ento::ExplodedNode
139 : Location(loc), State(std::move(state)), Succs(IsSink), Id(Id) {
144 ProgramPoint getLocation() const { return Location; }
173 return Location.getAs<T>();
192 Profile(ID, Location, State, isSink());
349 /// Retrieve the node associated with a (Location,State) pair,
350 /// where the 'Location' is a ProgramPoint in the CFG. If no node for
357 /// Create a node for a (Location, State) pair,
H A DCoreEngine.h346 ProgramPoint &Location; member in class:clang::ento::NodeBuilderWithSinks
351 : NodeBuilder(Pred, DstSet, Ctx), Location(L) {}
356 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
362 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h148 unsigned Location; member in struct:clang::LN
174 unsigned Location; member in struct:clang::C
220 LocAndNRVO.Location = Loc.getRawEncoding();
238 Capture.Location = Loc.getRawEncoding();
485 return SourceLocation::getFromRawEncoding(LocAndNRVO.Location);
492 return SourceLocation::getFromRawEncoding(LocAndNRVO.Location);
521 return SourceLocation::getFromRawEncoding(Capture.Location);
H A DExternalSemaSource.h45 SourceLocation Location; member in struct:clang::ExternalVTableUse
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h1319 DataType *Location = nullptr; // Where to store the object... member in class:llvm::opt_storage
1323 assert(Location && "cl::location(...) not specified for a command "
1332 if (Location)
1334 Location = &L;
1341 *Location = V;
1348 return *Location;
1352 return *Location;
1521 StorageClass *Location = nullptr; // Where to store the object... member in class:llvm::list_storage
1529 if (Location)
1531 Location
1720 unsigned *Location = nullptr; // Where to store the bits... member in class:llvm::bits_storage
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp175 Result.Location.RVA = File.tell();
221 Result.Location.DataSize =
222 DataEnd.getValueOr(File.tell()) - Result.Location.RVA;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp136 auto Location = RD->getLocation();
139 if (!Location.isValid())
142 BR->getSourceManager().getFileCharacteristic(Location);
H A DCheckerDocumentation.cpp45 check::Location,
153 /// check::Location
H A DNonnullGlobalConstantsChecker.cpp35 class NonnullGlobalConstantsChecker : public Checker<check::Location> {
H A DNSErrorChecker.cpp152 : public Checker< check::Location,
242 SVal loc = event.Location;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp409 MachineLocation Location(RI->getFrameRegister(*Asm->MF));
410 if (Register::isPhysicalRegister(Location.getReg()))
411 addAddress(*SPDie, dwarf::DW_AT_frame_base, Location);
1182 MachineLocation Location) {
1184 addComplexAddress(DV, Die, dwarf::DW_AT_location, Location);
1186 addAddress(Die, dwarf::DW_AT_location, Location);
1191 const MachineLocation &Location) {
1194 if (Location.isIndirect())
1199 if (!DwarfExpr.addMachineRegExpression(TRI, Cursor, Location.getReg()))
1217 const MachineLocation &Location) {
1181 addVariableAddress(const DbgVariable &DV, DIE &Die, MachineLocation Location) argument
1190 addAddress(DIE &Die, dwarf::Attribute Attribute, const MachineLocation &Location) argument
1215 addComplexAddress(const DbgVariable &DV, DIE &Die, dwarf::Attribute Attribute, const MachineLocation &Location) argument
[all...]
H A DDwarfCompileUnit.h323 MachineLocation Location);
326 const MachineLocation &Location);
334 const MachineLocation &Location);
/freebsd-11-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbmethod.c178 * PARAMETERS: Location - AML offset of breakpoint
191 char *Location,
207 Address = strtoul (Location, NULL, 16);
190 AcpiDbSetMethodBreakpoint( char *Location, ACPI_WALK_STATE *WalkState, ACPI_PARSE_OBJECT *Op) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DMinidump.h40 return getData().slice(Stream.Location.RVA, Stream.Location.DataSize);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp121 const char *Location() { return Green(); } function in class:__hwasan::Decorator
237 d.Location(),
269 Printf("%s", d.Location());
313 Printf("%s", d.Location());
339 Printf("%s", d.Location());
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSA.h1186 : DefIterator(Info.first), Location(Info.second),
1221 if (WalkingPhi && Location.Ptr) {
1223 const_cast<Value *>(Location.Ptr),
1228 if (Translator.getAddr() != Location.Ptr) {
1229 CurrentPair.second = Location.getWithNewPtr(Translator.getAddr());
1233 CurrentPair.second = Location;
1238 MemoryLocation Location; member in class:llvm::upward_defs_iterator
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp839 Location = ParamLocation;
881 Location = AllocLocation;
890 assert(Location.isValid() && UniqueingDecl && UniqueingLocation.isValid());
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacdebug.h320 char *Location,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h252 PathDiagnosticLocation Location; member in class:clang::ento::BasicBugReport
257 : BugReport(Kind::Basic, bt, desc), Location(l) {}
264 assert(Location.isValid());
265 return Location;
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp307 SourceLocation Location; local
308 Location.Line = Line;
309 Location.Column = Code.data() - StartOfLine.data() + 1;
310 return Location;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h444 * \param Location The debug location.
448 unsigned LLVMDILocationGetLine(LLVMMetadataRef Location);
452 * \param Location The debug location.
456 unsigned LLVMDILocationGetColumn(LLVMMetadataRef Location);
460 * \param Location The debug location.
464 LLVMMetadataRef LLVMDILocationGetScope(LLVMMetadataRef Location);
468 * \param Location The debug location.
472 LLVMMetadataRef LLVMDILocationGetInlinedAt(LLVMMetadataRef Location);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DMinidump.cpp131 const LocationDescriptor &Loc = StreamDescriptor.value().Location;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp130 str.append("%s", d.Location());
262 d.Location(), addr, pos_descr, d.Default());
281 str.append("%s", d.Location());
359 Printf("%s", d.Location());
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h339 uint64_t Location = Address & 0x7fffffff; local
340 if (Location & 0x04000000)
341 Location |= (uint64_t) ~0x7fffffff;
342 return Location + Place;
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dnull_gram.c569 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
673 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)

Completed in 268 milliseconds

12345