Home
last modified time | relevance | path

Searched defs:Location (Results 1 – 25 of 106) sorted by relevance

12345

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMapFile.h40 SourceLocation Location; member
45 SourceLocation Location; member
51 SourceLocation Location; member
67 SourceLocation Location; member
72 SourceLocation Location; /// Points to the first keyword in the decl. member
83 SourceLocation Location; member
89 SourceLocation Location; member
94 SourceLocation Location; member
99 SourceLocation Location; member
105 SourceLocation Location; member
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h46 struct Location { struct
52 Location(unsigned FileID, unsigned Line, unsigned Col, unsigned Offset) in Location() argument
100 visitDiagnosticRecord(unsigned Severity, const Location &Location, in visitDiagnosticRecord()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h249 static bool isKind(const ProgramPoint &Location) { in isKind()
270 static bool isKind(const ProgramPoint &Location) { in isKind()
293 static bool isKind(const ProgramPoint &Location) { in isKind()
311 static bool isKind(const ProgramPoint &Location) { in isKind()
334 static bool isKind(const ProgramPoint &Location) { in isKind()
358 static bool isKind(const ProgramPoint &Location) { in isKind()
373 static bool isKind(const ProgramPoint &Location) { in isKind()
430 static bool isKind(const ProgramPoint &Location) { in isKind()
457 static bool isKind(const ProgramPoint &Location) { in isKind()
471 static bool isKind(const ProgramPoint &Location) { in isKind()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h262 struct Location { struct
263 enum LocationType : uint16_t { argument
271 LocationType Type = Unprocessed; argument
276 Location() = default; argument
277 Location(LocationType Type, uint16_t Size, uint16_t Reg, int32_t Offset) in Location() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymContext.cpp22 static bool fillLineInfoFromLocation(const SourceLocation &Location, in fillLineInfoFromLocation()
145 for (const auto &Location : Result.Locations) { in getInliningInfoForAddress() local
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h66 Location() : Kind(LK_Null) {} Location() function
67 Location(SourceLocation Loc) : Location() function
69 Location(MemoryLocation Loc) : Location() function
72 Location(const SymbolizedStackHolder &Stack) : Location() function
[all...]
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSarif.cpp201 createThreadFlowLocation(json::Object &&Location, in createThreadFlowLocation()
223 const SarifArtifactLocation &Location = in createPhysicalLocation() local
236 const SarifArtifactLocation &Location = I->second.Location; in createPhysicalLocation() local
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h144 struct Location { struct
148 Location(const InputSection *isec, uint64_t offset) in Location() argument
170 std::vector<Location> locations; argument
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugSuppression.cpp155 PathDiagnosticLocation Location = R.getLocation(); in isSuppressed() local
163 bool BugSuppression::isSuppressed(const PathDiagnosticLocation &Location, in isSuppressed()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h74 PathDiagnosticLocation Location; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.h57 void setLocation(SDValue Val, SDValue Location) { in setLocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/
H A DDWARFUnwindTable.h30 enum Location { enum
195 void setRegisterLocation(uint32_t RegNum, const UnwindLocation &Location) { in setRegisterLocation()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DByteCodeEmitter.cpp97 unsigned Location = NextLocalOffset; in createLocal() local
111 void *Location = Code.data() + Reloc - align(sizeof(int32_t)); in emitLabel() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp505 LVLocation *Location = Locations->front(); in calculateCoverage() local
629 LVLocation *Location = Locations->front(); in print() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp156 using LocationDiscriminatorMap = DenseMap<Location, unsigned>; in addDiscriminators() typedef
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h36 std::string Location; variable
336 bool doPrintLocation(const LVLocation *Location) const { in doPrintLocation()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCTagsEmitter.cpp35 Tag(StringRef Name, const SMLoc Location) : Id(Name) { in Tag()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DiscriminateMemOps.cpp45 using Location = std::pair<StringRef, unsigned>; typedef
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h33 const ProgramPoint Location; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp304 unsigned Location : 24; member in TransferTracker::LocationAndQuality
489 for (auto Location : MTracker->locations()) { in loadInlocs() local
561 for (auto Location : MTracker->locations()) { in checkInstForNewValues() local
1130 for (auto Location : locations()) { in writeRegMask() local
1188 for (auto Location : locations()) { in dump() local
1196 for (auto Location : locations()) { in dump_mloc_map() local
1717 for (auto Location : MTracker->locations()) { in transferDebugInstrRef() local
2387 for (auto Location : MTracker->locations()) { in produceMLocTransferFunction() local
2409 for (auto Location : MTracker->locations()) { in produceMLocTransferFunction() local
2482 for (auto Location : MTracker->locations()) { in mlocJoin() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp48 DXContainerYAML::RootParameterLocationYaml Location(Header); in readDescriptorRanges() local
120 RootParameterLocationYaml Location(Header); in create() local
135 RootParameterLocationYaml Location(Header); in create() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundChecker.cpp187 computeOffset(ProgramStateRef State, SValBuilder &SVB, SVal Location) { in computeOffset()
424 NonLoc Extent, SVal Location, in getExceedsMsgs()
569 const SVal Location = C.getSVal(E); in performCheck() local
H A DObjCAutoreleaseWriteChecker.cpp133 PathDiagnosticLocation Location = PathDiagnosticLocation::createBegin( in emitDiagnostics() local
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbmethod.c195 char *Location, in AcpiDbSetMethodBreakpoint()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp96 auto Location = Tok.getLocation(); in process() local

12345